Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dosa_zephyr.h49 #define MSEC_TO_TICK(msec) k_ms_to_ticks_floor32(msec) argument
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.c51 #define MSEC_TO_TICK(msec) \ argument
52 …(((uint32_t)(msec) + 500uL / (uint32_t)TX_TIMER_TICKS_PER_SECOND) * (uint32_t)TX_TIMER_TICKS_PER_S…
Dfsl_os_abstraction_free_rtos.c50 #define MSEC_TO_TICK(msec) \ argument
51 …(((uint32_t)(msec) + 500uL / (uint32_t)configTICK_RATE_HZ) * (uint32_t)configTICK_RATE_HZ / 1000uL)
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_decl.h999 …s (*moal_start_timer)(IN t_void *pmoal_handle, IN t_void *ptimer, IN bool periodic, IN t_u32 msec);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c407 …apper_moal_start_timer(IN t_void *pmoal_handle, IN t_void *ptimer, IN bool periodic, IN t_u32 msec) in wrapper_moal_start_timer() argument
409 w_tmr_d("Starting timer: %p for %d mS", ptimer, msec); in wrapper_moal_start_timer()
422 osa_status_t status = OSA_TimerChange((osa_timer_handle_t)ptimer, msec, 0); in wrapper_moal_start_timer()