Searched refs:cal_req (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_radio_timer.c | 103 bool cal_req; member 281 static uint8_t TIMER_SetRadioTimerValue(uint32_t timeout, bool event_type, bool cal_req); 596 uint32_t HAL_RADIO_TIMER_SetRadioTimerValue(uint32_t time, uint8_t event_type, uint8_t cal_req) in HAL_RADIO_TIMER_SetRadioTimerValue() argument 604 RADIO_TIMER_Context.radioTimer.cal_req = cal_req; in HAL_RADIO_TIMER_SetRadioTimerValue() 660 …AL_RADIO_TIMER_SetRadioTimerRelativeUsValue(uint32_t rel_timeout_us, bool event_type, bool cal_req) in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue() argument 670 if (cal_req) in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue() 681 if (cal_req) in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue() 1508 …= TIMER_SetRadioTimerValue(timerHandle->expiryTime, timerHandle->event_type, timerHandle->cal_req); in _check_radio_activity() 1611 static uint8_t TIMER_SetRadioTimerValue(uint32_t timeout, bool event_type, bool cal_req) in TIMER_SetRadioTimerValue() argument 1619 if (cal_req) in TIMER_SetRadioTimerValue() [all …]
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_radio_timer.h | 178 uint32_t HAL_RADIO_TIMER_SetRadioTimerValue(uint32_t time, uint8_t event_type, uint8_t cal_req); 202 …L_RADIO_TIMER_SetRadioTimerRelativeUsValue(uint32_t rel_timeout_us, bool event_type, bool cal_req);
|