Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_main.h46 if ((drvdbg & MENTRY) && (print_callback)) \
47 print_callback(MNULL, MENTRY, msg); \
226 PRINTM(MENTRY, "Enter: %s\n", __FUNCTION__); \
233 PRINTM(MENTRY, "Leave: %s\n", __FUNCTION__); \
Dmlan_decl.h306 #define MENTRY MBIT(28) macro