Searched refs:end_timestamp (Results 1 – 2 of 2) sorted by relevance
49 uint64_t nrf_802154_first_symbol_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length) in nrf_802154_first_symbol_timestamp_get() argument55 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() argument60 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() argument67 return end_timestamp - (frame_symbols * PHY_US_PER_SYMBOL); in nrf_802154_timestamp_end_to_phr_convert()
79 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);