Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.c51 #define MSEC_TO_TICK(msec) \ macro
560 timeoutTicks = MSEC_TO_TICK(millisec); in OSA_SemaphoreWait()
640 timeoutTicks = MSEC_TO_TICK(millisec); in OSA_MutexLock()
847 timeoutTicks = MSEC_TO_TICK(millisec); in OSA_EventWait()
972 timeoutTicks = MSEC_TO_TICK(millisec); in OSA_MsgQGet()
Dfsl_os_abstraction_free_rtos.c50 #define MSEC_TO_TICK(msec) \ macro
614 timeoutTicks = MSEC_TO_TICK(millisec); in OSA_SemaphoreWait()
729 timeoutTicks = MSEC_TO_TICK(millisec); in OSA_MutexLock()
1126 timeoutTicks = MSEC_TO_TICK(millisec); in OSA_MsgQGet()
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dosa_zephyr.h49 #define MSEC_TO_TICK(msec) k_ms_to_ticks_floor32(msec) macro
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c1521 …status = OSA_TimerCreate((osa_timer_handle_t)dhcp_timer, MSEC_TO_TICK(DHCP_TIMEOUT), &dhcp_timer_c… in net_wlan_init()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c8109 …status = OSA_TimerCreate((osa_timer_handle_t)wlan.assoc_timer, MSEC_TO_TICK(BAD_MIC_TIMEOUT), &ass… in wlan_start()
8119 …status = OSA_TimerCreate((osa_timer_handle_t)wlan.supp_status_timer, MSEC_TO_TICK(SUPP_STATUS_TIME… in wlan_start()
8135 …status = OSA_TimerCreate((osa_timer_handle_t)wlan.neighbor_req_timer, MSEC_TO_TICK(NEIGHBOR_REQ_TI… in wlan_start()
8146 status = OSA_TimerCreate((osa_timer_handle_t)wlan.ft_roam_timer, MSEC_TO_TICK(FT_ROAM_TIMEOUT), in wlan_start()
10690 status = OSA_TimerCreate((osa_timer_handle_t)wake_timer, MSEC_TO_TICK(WAKE_TIMEOUT), in wlcmgr_mon_task()
15992 …status = OSA_TimerCreate((osa_timer_handle_t)cpu_loading.cpu_loading_timer, MSEC_TO_TICK(cpu_loadi… in wlan_cpu_loading_start()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c395 …osa_status_t status = OSA_TimerCreate((osa_timer_handle_t)ptimer, MSEC_TO_TICK(DUMMY_TIME_PARAM), … in wrapper_moal_init_timer()