Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pdb/
Dfsl_pdb.c30 static PDB_Type *const s_pdbBases[] = PDB_BASE_PTRS; variable
44 for (instance = 0; instance < ARRAY_SIZE(s_pdbBases); instance++) in PDB_GetInstance()
46 if (s_pdbBases[instance] == base) in PDB_GetInstance()
52 assert(instance < ARRAY_SIZE(s_pdbBases)); in PDB_GetInstance()