Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dosa_zephyr.c163 void (*g_os_tick_hooks[MAX_CUSTOM_HOOKS])(void) = {NULL}; variable
173 if (g_os_tick_hooks[i] != NULL) in vApplicationTickHook()
175 g_os_tick_hooks[i](); in vApplicationTickHook()