Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nxp_flexio_child_res Struct Reference

Structure containing information about the required resources for a FlexIO child. More...

#include <nxp_flexio.h>

Data Fields

uint8_tshifter_index
 Output array where assigned shifter indices are stored.
 
uint8_t shifter_count
 Number of shifter indices required by the child.
 
uint8_ttimer_index
 Output array where assigned timer indices are stored.
 
uint8_t timer_count
 Number of timer indices required by the child.
 

Detailed Description

Structure containing information about the required resources for a FlexIO child.

Field Documentation

◆ shifter_count

uint8_t nxp_flexio_child_res::shifter_count

Number of shifter indices required by the child.

◆ shifter_index

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.

◆ timer_count

uint8_t nxp_flexio_child_res::timer_count

Number of timer indices required by the child.

◆ timer_index

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.


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