Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ldb_combo_phy/
Dfsl_ldb.c46 static LDB_Type *const s_ldbBases[] = MIPI_DSI_LVDS_COMBO_CSR_BASE_PTRS; variable
90 for (instance = 0U; instance < ARRAY_SIZE(s_ldbBases); instance++) in LDB_GetInstance()
92 if (s_ldbBases[instance] == base) in LDB_GetInstance()
98 assert(instance < ARRAY_SIZE(s_ldbBases)); in LDB_GetInstance()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ldb/
Dfsl_ldb.c60 static LDB_Type *const s_ldbBases[] = LDB_BASE_PTRS; variable
95 for (instance = 0U; instance < ARRAY_SIZE(s_ldbBases); instance++) in LDB_GetInstance()
97 if (s_ldbBases[instance] == base) in LDB_GetInstance()
103 assert(instance < ARRAY_SIZE(s_ldbBases)); in LDB_GetInstance()