Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c59 static LCDIF_Type *const s_lcdifBases[] = LCDIF_BASE_PTRS; variable
79 for (instance = 0; instance < ARRAY_SIZE(s_lcdifBases); instance++) in LCDIF_GetInstance()
81 if (MSDK_REG_SECURE_ADDR(s_lcdifBases[instance]) == MSDK_REG_SECURE_ADDR(base)) in LCDIF_GetInstance()
87 assert(instance < ARRAY_SIZE(s_lcdifBases)); in LCDIF_GetInstance()