no-OS
|
Stucture holding the UART descriptor. More...
#include <no_os_uart.h>
Public Attributes | |
void * | mutex |
uint8_t | device_id |
uint32_t | irq_id |
struct lf256fifo * | rx_fifo |
uint32_t | baud_rate |
const struct no_os_uart_platform_ops * | platform_ops |
void * | extra |
Stucture holding the UART descriptor.
uint32_t no_os_uart_desc::baud_rate |
UART Baud Rate
uint8_t no_os_uart_desc::device_id |
UART Device ID
void* no_os_uart_desc::extra |
UART extra parameters (device specific)
uint32_t no_os_uart_desc::irq_id |
UART Interrupt ID
void* no_os_uart_desc::mutex |
UART mutex
const struct no_os_uart_platform_ops* no_os_uart_desc::platform_ops |
struct lf256fifo* no_os_uart_desc::rx_fifo |
Software FIFO.