Searched refs:share (Results 1 – 1 of 1) sorted by relevance
275 static uint32_t TIMER_SetRadioHostWakeupTime(uint32_t delay, bool *share);1255 bool share = FALSE; in _update_user_timeout() local1277 share = TRUE; in _update_user_timeout()1279 TIMER_SetRadioHostWakeupTime(delay, &share); in _update_user_timeout()1280 if (share == TRUE) in _update_user_timeout()1543 static uint32_t TIMER_SetRadioHostWakeupTime(uint32_t delay, bool *share) in TIMER_SetRadioHostWakeupTime() argument1555 …if ((LL_RADIO_TIMER_IsEnabledTimer1(BLUE) || LL_RADIO_TIMER_IsEnabledTimer2(BLUE) || (*share != TR… in TIMER_SetRadioHostWakeupTime()1557 *share = FALSE; in TIMER_SetRadioHostWakeupTime()