Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c573HAL_RADIO_TIMER_SetRadioTimerValue(time, (next->trans_config == STATEMACH_BYTE0_TXMODE_Msk), (next… in HAL_RADIO_ActionPacketIsr()
577HAL_RADIO_TIMER_SetRadioTimerValue(next->WakeupTime, (next->trans_config == STATEMACH_BYTE0_TXMODE… in HAL_RADIO_ActionPacketIsr()
1053 …returnValue = HAL_RADIO_TIMER_SetRadioTimerValue(time, (p->trans_config == STATEMACH_BYTE0_TXMODE_… in HAL_RADIO_MakeActionPacketPending()
1057 …returnValue = HAL_RADIO_TIMER_SetRadioTimerValue(p->WakeupTime, (p->trans_config == STATEMACH_BYTE… in HAL_RADIO_MakeActionPacketPending()
Dstm32wb0x_hal_radio_timer.c596 uint32_t HAL_RADIO_TIMER_SetRadioTimerValue(uint32_t time, uint8_t event_type, uint8_t cal_req) in HAL_RADIO_TIMER_SetRadioTimerValue() function
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_radio_timer.h178 uint32_t HAL_RADIO_TIMER_SetRadioTimerValue(uint32_t time, uint8_t event_type, uint8_t cal_req);
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat.c248 return HAL_RADIO_TIMER_SetRadioTimerValue(Time, EventType, CalReq); in BLEPLAT_SetRadioTimerValue()