|
GPS Device
|
Internal structure representing the NEO-6 hardware instance. More...

Internal structure representing the NEO-6 hardware instance.
Mirrors the NEO6_CFG_ts fields and adds an initialization guard. Only one instance is supported; it is embedded directly in internal_state_s rather than allocated from a pool.
| USART_REGDEF_ts* neo6_handle_s::usart_instance |
| USART_BAUD_RATE_te neo6_handle_s::usart_baud_rate |
| GPIO_REGDEF_ts* neo6_handle_s::rx_gpio_port |
| GPIO_PIN_te neo6_handle_s::rx_gpio_pin |
| GPIO_REGDEF_ts* neo6_handle_s::tx_gpio_port |
| GPIO_PIN_te neo6_handle_s::tx_gpio_pin |
| GPIO_ALTERNATE_FUNCTION_te neo6_handle_s::gpio_alternate_function |
| bool neo6_handle_s::initialized |
True after neo6_init_handle has completed successfully.