Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c275 static uint32_t TIMER_SetRadioHostWakeupTime(uint32_t delay, bool *share);
1255 bool share = FALSE; in _update_user_timeout() local
1277 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() argument
1555 …if ((LL_RADIO_TIMER_IsEnabledTimer1(BLUE) || LL_RADIO_TIMER_IsEnabledTimer2(BLUE) || (*share != TR… in TIMER_SetRadioHostWakeupTime()
1557 *share = FALSE; in TIMER_SetRadioHostWakeupTime()