Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/asrc/
Dfsl_asrc.c79 static ASRC_Type *const s_asrcBases[] = ASRC_BASE_PTRS; variable
81 static asrc_handle_t *s_asrcHandle[ARRAY_SIZE(s_asrcBases)][FSL_ASRC_CHANNEL_PAIR_COUNT];
99 for (instance = 0; instance < ARRAY_SIZE(s_asrcBases); instance++) in ASRC_GetInstance()
101 if (s_asrcBases[instance] == base) in ASRC_GetInstance()
107 assert(instance < ARRAY_SIZE(s_asrcBases)); in ASRC_GetInstance()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/easrc/
Dfsl_asrc.c195 static ASRC_Type *const s_asrcBases[] = ASRC_BASE_PTRS; variable
211 for (instance = 0; instance < ARRAY_SIZE(s_asrcBases); instance++) in ASRC_GetInstance()
213 if (s_asrcBases[instance] == base) in ASRC_GetInstance()
219 assert(instance < ARRAY_SIZE(s_asrcBases)); in ASRC_GetInstance()