Home
last modified time | relevance | path

Searched refs:s_tmuBases (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tmu_1/
Dfsl_tmu.c36 static TMU_Type *const s_tmuBases[] = TMU_BASE_PTRS; variable
50 for (instance = 0; instance < ARRAY_SIZE(s_tmuBases); instance++) in TMU_GetInstance()
52 if (s_tmuBases[instance] == base) in TMU_GetInstance()
58 assert(instance < ARRAY_SIZE(s_tmuBases)); in TMU_GetInstance()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tmu/
Dfsl_tmu.c36 static TMU_Type *const s_tmuBases[] = TMU_BASE_PTRS; variable
50 for (instance = 0; instance < ARRAY_SIZE(s_tmuBases); instance++) in TMU_GetInstance()
52 if (s_tmuBases[instance] == base) in TMU_GetInstance()
58 assert(instance < ARRAY_SIZE(s_tmuBases)); in TMU_GetInstance()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tmu_2/
Dfsl_tmu.c54 static TMU_Type *const s_tmuBases[] = TMU_BASE_PTRS; variable
68 for (instance = 0; instance < ARRAY_SIZE(s_tmuBases); instance++) in TMU_GetInstance()
70 if (s_tmuBases[instance] == base) in TMU_GetInstance()
76 assert(instance < ARRAY_SIZE(s_tmuBases)); in TMU_GetInstance()