|
GPS Device
|
Configuration structure for initializing a NEO-6 handle. More...
#include <neo6.h>

Configuration structure for initializing a NEO-6 handle.
Passed to neo6_init_handle to configure the USART peripheral and the RX/TX GPIO pins connected to the NEO-6M module.
| USART_REGDEF_ts* NEO6_CFG_ts::usart_instance |
| USART_BAUD_RATE_te NEO6_CFG_ts::usart_baud_rate |
| GPIO_REGDEF_ts* NEO6_CFG_ts::rx_gpio_port |
| GPIO_PIN_te NEO6_CFG_ts::rx_gpio_pin |
| GPIO_REGDEF_ts* NEO6_CFG_ts::tx_gpio_port |
| GPIO_PIN_te NEO6_CFG_ts::tx_gpio_pin |
| GPIO_ALTERNATE_FUNCTION_te NEO6_CFG_ts::gpio_alternate_function |