| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
Structure containing information about the required resources for a FlexIO child. More...
#include <nxp_flexio.h>
| Data Fields | |
| uint8_t * | shifter_index | 
| Output array where assigned shifter indices are stored. | |
| uint8_t | shifter_count | 
| Number of shifter indices required by the child. | |
| uint8_t * | timer_index | 
| Output array where assigned timer indices are stored. | |
| uint8_t | timer_count | 
| Number of timer indices required by the child. | |
Structure containing information about the required resources for a FlexIO child.
| uint8_t nxp_flexio_child_res::shifter_count | 
Number of shifter indices required by the child.
| uint8_t* nxp_flexio_child_res::shifter_index | 
Output array where assigned shifter indices are stored.
Must point to an array with at least shifter_count entries. Values are 0-based hardware indices valid for the bound FlexIO.
| uint8_t nxp_flexio_child_res::timer_count | 
Number of timer indices required by the child.
| uint8_t* nxp_flexio_child_res::timer_index | 
Output array where assigned timer indices are stored.
Must point to an array with at least timer_count entries. Values are 0-based hardware indices valid for the bound FlexIO.