FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
uart_status_t Union Reference

Data Fields

struct {
   uint32_t   tx_busy:1
 
   uint32_t   rx_busy:1
 
   uint32_t   rx_pe:1
 
field
 
uint32_t word
 

Field Documentation

struct { ... } uart_status_t::field
uint32_t uart_status_t::rx_busy
uint32_t uart_status_t::rx_pe
uint32_t uart_status_t::tx_busy
uint32_t uart_status_t::word