![]() |
nrfx 4.5.0
|
Structure for the UART event. More...
#include <nrfx_uart.h>
Data Fields | ||
| nrfx_uart_event_type_t | type | |
| Event type. | ||
| union { | ||
| nrfx_uart_xfer_event_t rxtx | ||
| Data provided for transfer completion events. | ||
| nrfx_uart_error_event_t error | ||
| Data provided for error event. | ||
| } | data | |
| Union to store event data. | ||
Structure for the UART event.