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().

Detailed Description

Structure containing the required child data for FlexIO.

Field Documentation

◆ isr

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.

◆ res

struct nxp_flexio_child_res nxp_flexio_child::res

Resource requirements and output indices filled by nxp_flexio_child_attach().

◆ user_data

void* nxp_flexio_child::user_data

Opaque pointer passed to isr function when it is invoked.


The documentation for this struct was generated from the following file: