Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c376HAL_RADIO_TIMER_GetCurrentSysTime() + RADIO_TIMER_Context.calibrationSettings.periodicCalibrationI… in HAL_RADIO_TIMER_Init()
395 if (RADIO_TIMER_Context.radioTimer.expiryTime < HAL_RADIO_TIMER_GetCurrentSysTime()) in HAL_RADIO_TIMER_Tick()
465HAL_RADIO_TIMER_GetCurrentSysTime() + RADIO_TIMER_Context.calibrationSettings.periodicCalibrationI… in HAL_RADIO_TIMER_Tick()
473 …if (HAL_RADIO_TIMER_GetCurrentSysTime() > (RADIO_TIMER_Context.calibrationData.last_calibration_ti… in HAL_RADIO_TIMER_Tick()
536 current_time = HAL_RADIO_TIMER_GetCurrentSysTime(); in HAL_RADIO_TIMER_PowerSaveLevelCheck()
611 current_time = HAL_RADIO_TIMER_GetCurrentSysTime(); in HAL_RADIO_TIMER_SetRadioTimerValue()
759 - HAL_RADIO_TIMER_GetCurrentSysTime() \ in HAL_RADIO_TIMER_ClearRadioTimerValue()
858 uint64_t HAL_RADIO_TIMER_GetCurrentSysTime(void) in HAL_RADIO_TIMER_GetCurrentSysTime() function
901 …retVal = _start_timer(timerHandle, HAL_RADIO_TIMER_GetCurrentSysTime() + (temp * TIMER_SYSTICK_PER… in HAL_RADIO_TIMER_StartVirtualTimer()
1047 current_time = HAL_RADIO_TIMER_GetCurrentSysTime(); in HAL_RADIO_TIMER_GetFutureSysTime64()
[all …]
Dstm32wb0x_hal_radio.c572 … time = HAL_RADIO_TIMER_GetCurrentSysTime() + HAL_RADIO_TIMER_UsToSystime(next->WakeupTime); in HAL_RADIO_ActionPacketIsr()
1052 time = HAL_RADIO_TIMER_GetCurrentSysTime() + HAL_RADIO_TIMER_UsToSystime(p->WakeupTime); in HAL_RADIO_MakeActionPacketPending()
1386 time = (uint32_t)HAL_RADIO_TIMER_GetCurrentSysTime() + HAL_RADIO_TIMER_UsToSystime(wakeup_time); in HAL_RADIO_SendPacket()
1448 time = (uint32_t)HAL_RADIO_TIMER_GetCurrentSysTime() + HAL_RADIO_TIMER_UsToSystime(wakeup_time); in HAL_RADIO_SendPacketWithAck()
1642 time = (uint32_t)HAL_RADIO_TIMER_GetCurrentSysTime() + HAL_RADIO_TIMER_UsToSystime(wakeup_time); in HAL_RADIO_ReceivePacket()
1706 time = (uint32_t)HAL_RADIO_TIMER_GetCurrentSysTime() + HAL_RADIO_TIMER_UsToSystime(wakeup_time); in HAL_RADIO_ReceivePacketWithAck()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_radio_timer.h278 uint64_t HAL_RADIO_TIMER_GetCurrentSysTime(void);
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat.c228 return HAL_RADIO_TIMER_GetCurrentSysTime(); in BLEPLAT_GetCurrentSysTime()