Home
last modified time | relevance | path

Searched refs:s_tsiBases (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/
Dfsl_tsi_v5.c27 TSI_Type *const s_tsiBases[] = TSI_BASE_PTRS; variable
42 for (instance = 0U; instance < ARRAY_SIZE(s_tsiBases); instance++) in TSI_GetInstance()
44 if (s_tsiBases[instance] == base) in TSI_GetInstance()
50 assert(instance < ARRAY_SIZE(s_tsiBases)); in TSI_GetInstance()
Dfsl_tsi_v5.h25 extern TSI_Type *const s_tsiBases[];
/hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/tsi_v6/
Dfsl_tsi_v6.c24 TSI_Type *const s_tsiBases[] = TSI_BASE_PTRS; variable
39 for (instance = 0U; instance < ARRAY_SIZE(s_tsiBases); instance++) in TSI_GetInstance()
41 if (s_tsiBases[instance] == base) in TSI_GetInstance()
47 assert(instance < ARRAY_SIZE(s_tsiBases)); in TSI_GetInstance()
Dfsl_tsi_v6.h22 extern TSI_Type *const s_tsiBases[];
/hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/tsi_v5/
Dfsl_tsi_v5.c27 TSI_Type *const s_tsiBases[] = TSI_BASE_PTRS; variable
42 for (instance = 0U; instance < ARRAY_SIZE(s_tsiBases); instance++) in TSI_GetInstance()
44 if (s_tsiBases[instance] == base) in TSI_GetInstance()
50 assert(instance < ARRAY_SIZE(s_tsiBases)); in TSI_GetInstance()
Dfsl_tsi_v5.h25 extern TSI_Type *const s_tsiBases[];