Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/source/
DPhyTime.c117 phyTimeTimerId_t tmr; in PhyTime_ScheduleEvent() local
126 for (tmr = 1; tmr < gMaxPhyTimers_c; tmr++) in PhyTime_ScheduleEvent()
128 if (maPhyTimers[tmr].callback == NULL) in PhyTime_ScheduleEvent()
136 maPhyTimers[tmr] = *pEvent; in PhyTime_ScheduleEvent()
142 if (tmr >= gMaxPhyTimers_c) in PhyTime_ScheduleEvent()
148 …if ((NULL == pNextEvent) || ((NULL != pNextEvent) && (maPhyTimers[tmr].timestamp < pNextEvent->tim… in PhyTime_ScheduleEvent()
153 return tmr; in PhyTime_ScheduleEvent()
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dosa_zephyr.c23 static void timer_callback(struct k_timer *tmr) in timer_callback() argument
26 struct timer_data *ptimer = k_timer_user_data_get(tmr); in timer_callback()