Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dosa.h71 osa_status_t OSA_TimerChange(osa_timer_handle_t timerHandle, osa_timer_tick ntime, osa_timer_tick b…
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dosa_zephyr.c93 osa_status_t OSA_TimerChange(osa_timer_handle_t timerHandle, osa_timer_tick ntime, osa_timer_tick b… in OSA_TimerChange() function
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c422 osa_status_t status = OSA_TimerChange((osa_timer_handle_t)ptimer, msec, 0); in wrapper_moal_start_timer()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c16049OSA_TimerChange((osa_timer_handle_t)cpu_loading.cpu_loading_timer, 100, 0); // Chages value of cpu… in wlan_cpu_loading()