Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/common/src/
Dnrf_802154_common_utils.c49 uint64_t nrf_802154_first_symbol_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length) in nrf_802154_first_symbol_timestamp_get() argument
55 return end_timestamp - (frame_symbols * PHY_US_PER_SYMBOL); in nrf_802154_first_symbol_timestamp_get()
58 uint64_t nrf_802154_mhr_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length) in nrf_802154_mhr_timestamp_get() argument
60 return end_timestamp - (psdu_length * PHY_SYMBOLS_PER_OCTET * PHY_US_PER_SYMBOL); in nrf_802154_mhr_timestamp_get()
63 uint64_t nrf_802154_timestamp_end_to_phr_convert(uint64_t end_timestamp, uint8_t psdu_length) in nrf_802154_timestamp_end_to_phr_convert() argument
67 return end_timestamp - (frame_symbols * PHY_US_PER_SYMBOL); in nrf_802154_timestamp_end_to_phr_convert()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_common_utils.h79 uint64_t nrf_802154_first_symbol_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length);
94 uint64_t nrf_802154_mhr_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length);
109 uint64_t nrf_802154_timestamp_end_to_phr_convert(uint64_t end_timestamp, uint8_t psdu_length);