Searched refs:Entry_p (Results 1 – 1 of 1) sorted by relevance
38 const ADBG_EnumTable_t *Entry_p = EnumTable_p; in Do_ADBG_GetEnumName() local40 for (; Entry_p->Name_p != NULL; Entry_p++) { in Do_ADBG_GetEnumName()41 if (Entry_p->Value == Value) in Do_ADBG_GetEnumName()42 return Entry_p->Name_p; in Do_ADBG_GetEnumName()
Completed in 1 milliseconds