snickerdoodle Platform Controller
firmware for STM32F0 platform controller
sd_uart_dev Struct Reference

UART device structure. More...

#include <sd_uart.h>

Data Fields

UART_HandleTypeDef * uart
 
struct sd_cbufrx_buff
 
enum sd_uart_state state
 
uint8_t error
 

Detailed Description

UART device structure.

Field Documentation

◆ error

uint8_t error

Error flags from the peripheral

◆ rx_buff

struct sd_cbuf* rx_buff

Buffer for UART receive

◆ state

enum sd_uart_state state

State of the UART

◆ uart

UART_HandleTypeDef* uart

UART Handle


The documentation for this struct was generated from the following file: