|
GPS Device
|
Configuration handle for initializing the console subsystem. More...
#include <console.h>

Public Attributes | |
| USART_REGDEF_ts * | usart_instance |
| USART_BAUD_RATE_te | usart_baud_rate |
| GPIO_REGDEF_ts * | gpio_port |
| GPIO_PIN_te | gpio_pin |
| GPIO_ALTERNATE_FUNCTION_te | gpio_alternate_function |
Configuration handle for initializing the console subsystem.
This structure is passed to console_init and provides all hardware parameters needed to configure the USART peripheral and its associated RX GPIO pin.
| USART_REGDEF_ts* CONSOLE_HANDLE_ts::usart_instance |
| USART_BAUD_RATE_te CONSOLE_HANDLE_ts::usart_baud_rate |
| GPIO_REGDEF_ts* CONSOLE_HANDLE_ts::gpio_port |
| GPIO_PIN_te CONSOLE_HANDLE_ts::gpio_pin |
| GPIO_ALTERNATE_FUNCTION_te CONSOLE_HANDLE_ts::gpio_alternate_function |