| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
Structure containing the required child data for FlexIO. More...
#include <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.