Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
|
4.2.99 |
Structure containing the required child data for FlexIO. More...
#include <zephyr/drivers/misc/nxp_flexio/nxp_flexio.h>
Data Fields | |
nxp_flexio_child_isr_t | isr |
ISR called from the FlexIO controller's IRQ handler. | |
void * | user_data |
Opaque pointer passed to isr function when it is invoked. | |
struct nxp_flexio_child_res | res |
Resource requirements and output indices filled by nxp_flexio_child_attach(). |
Structure containing the required child data for FlexIO.
nxp_flexio_child_isr_t nxp_flexio_child::isr |
ISR called from the FlexIO controller's IRQ handler.
May be NULL
if the child does not require IRQ notifications.
struct nxp_flexio_child_res nxp_flexio_child::res |
Resource requirements and output indices filled by nxp_flexio_child_attach().
void* nxp_flexio_child::user_data |
Opaque pointer passed to isr function when it is invoked.