|
GPS Device
|
Configuration handle for initializing the log subsystem. More...
#include <log.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 log subsystem.
Passed to log_init to configure the USART peripheral and TX GPIO pin used for serial log output.
| USART_REGDEF_ts* LOG_HANDLE_ts::usart_instance |
| USART_BAUD_RATE_te LOG_HANDLE_ts::usart_baud_rate |
| GPIO_REGDEF_ts* LOG_HANDLE_ts::gpio_port |
| GPIO_PIN_te LOG_HANDLE_ts::gpio_pin |
| GPIO_ALTERNATE_FUNCTION_te LOG_HANDLE_ts::gpio_alternate_function |