![]() |
snickerdoodle Platform Controller
firmware for STM32F0 platform controller
|
UART device structure. More...
#include <sd_uart.h>
Data Fields | |
UART_HandleTypeDef * | uart |
struct sd_cbuf * | rx_buff |
enum sd_uart_state | state |
uint8_t | error |
UART device structure.
uint8_t error |
Error flags from the peripheral
struct sd_cbuf* rx_buff |
Buffer for UART receive
enum sd_uart_state state |
State of the UART
UART_HandleTypeDef* uart |
UART Handle