![]() |
nrfx 4.5.0
|
Structure for UARTE event. More...
#include <nrfx_uarte.h>
Data Fields | ||
| nrfx_uarte_event_type_t | type | |
| Event type. | ||
| union { | ||
| nrfx_uarte_rx_evt_t rx | ||
| Data for NRFX_UARTE_EVT_RX_DONE. | ||
| nrfx_uarte_tx_evt_t tx | ||
| Data for NRFX_UARTE_EVT_TX_DONE. | ||
| nrfx_uarte_error_evt_t error | ||
| Data for NRFX_UARTE_EVT_ERROR. | ||
| nrfx_uarte_rx_disabled_evt_t rx_disabled | ||
| Data for NRFX_UARTE_EVT_RX_DISABLED. | ||
| } | data | |
| Union to store event data. | ||
Structure for UARTE event.