monoZ docs
|
Structure for UART Handling and API events. More...
#include <MZ_uart.h>
Data Fields | |
mzReg | _reg_status |
UART_HandleTypeDef | _handler |
mzUint8 | _enable |
mzUint8 * | _rx_buffer |
mzUint32 | _rx_buffer_size |
mzUint8 * | _tx_buffer |
mzUint32 | _tx_buffer_size |
mzUint8 | _rx_intr |
mzUint8 | _tx_intr |
_uart_api | read |
_uart_api | write |
_uart_api | rx_intr_api |
_uart_api | tx_intr_api |
_uart_api | UART_ev_call_back |