Home
last modified time | relevance | path

Searched refs:s_flexioBases (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.c33 FLEXIO_Type *const s_flexioBases[] = FLEXIO_BASE_PTRS; variable
71 for (instance = 0; instance < ARRAY_SIZE(s_flexioBases); instance++) in FLEXIO_GetInstance()
73 if (s_flexioBases[instance] == base) in FLEXIO_GetInstance()
79 assert(instance < ARRAY_SIZE(s_flexioBases)); in FLEXIO_GetInstance()
Dfsl_flexio.h339 extern FLEXIO_Type *const s_flexioBases[];