Searched refs:expired_count (Results 1 – 1 of 1) sorted by relevance
125 uint8_t expired_count; /*!< Progressive number to indicate expired timers */ member208 #define INCREMENT_EXPIRE_COUNT_ISR (RADIO_TIMER_Context.expired_count\209 …MER_Context.expired_count + 1) == RADIO_TIMER_Context.served_count) ? RADIO_TIMER_Context.expired_…363 RADIO_TIMER_Context.expired_count = 0; in HAL_RADIO_TIMER_Init()403 while (DIFF8(RADIO_TIMER_Context.expired_count, RADIO_TIMER_Context.served_count)) in HAL_RADIO_TIMER_Tick()406 … uint8_t to_be_served = DIFF8(RADIO_TIMER_Context.expired_count, RADIO_TIMER_Context.served_count); in HAL_RADIO_TIMER_Tick()1720 …return ((RADIO_TIMER_Context.expired_count == RADIO_TIMER_Context.served_count) && (RADIO_TIMER_Co… in TIMER_SleepCheck()