Searched refs:msec (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/ |
| D | osa_zephyr.h | 49 #define MSEC_TO_TICK(msec) k_ms_to_ticks_floor32(msec) argument
|
| /hal_nxp-latest/mcux/mcux-sdk/components/osa/ |
| D | fsl_os_abstraction_threadx.c | 51 #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…
|
| D | fsl_os_abstraction_free_rtos.c | 50 #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/ |
| D | mlan_decl.h | 999 …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/ |
| D | mlan_glue.c | 407 …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()
|