Driver internal context structure. More...
#include <platform/drivers/inc/flexio_uart_driver.h>
Driver internal context structure.
This structure is used by the flexio_uart driver for its internal logic. It must be provided by the application through the FLEXIO_UART_DRV_Init() function, then it cannot be freed until the driver is de-initialized using FLEXIO_UART_DRV_DeInit(). The application should make no assumptions about the content of this structure.
Definition at line 87 of file flexio_uart_driver.h.