Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c282 static uint64_t TIMER_GetPastSysTime(uint32_t time, uint64_t *current_system_time);
513 uint64_t HAL_RADIO_TIMER_GetAnchorPoint(uint64_t *current_system_time) in HAL_RADIO_TIMER_GetAnchorPoint() argument
515 return TIMER_GetPastSysTime(BLUE->TIMERCAPTUREREG, current_system_time); in HAL_RADIO_TIMER_GetAnchorPoint()
1703 static uint64_t TIMER_GetPastSysTime(uint32_t time, uint64_t *current_system_time) in TIMER_GetPastSysTime() argument
1707 *current_system_time = _get_system_time_and_machine(&RADIO_TIMER_Context, &current_machine_time); in TIMER_GetPastSysTime()
1710 return (*current_system_time - delta_systime); in TIMER_GetPastSysTime()
Dstm32wb0x_hal_radio.c590 uint64_t current_system_time; in HAL_RADIO_ActionPacketIsr() local
598 …rs.current_action_packet->timestamp_receive = HAL_RADIO_TIMER_GetAnchorPoint(&current_system_time); in HAL_RADIO_ActionPacketIsr()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_radio_timer.h239 uint64_t HAL_RADIO_TIMER_GetAnchorPoint(uint64_t *current_system_time);
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dbleplat.h302 uint64_t BLEPLAT_GetAnchorPoint(uint64_t *current_system_time);