Searched refs:end_timestamp (Results 1 – 4 of 4) sorted by relevance
714 uint64_t nrf_802154_first_symbol_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length);725 uint64_t nrf_802154_mhr_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length);
405 uint64_t nrf_802154_first_symbol_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length);416 uint64_t nrf_802154_mhr_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length);
214 uint64_t nrf_802154_first_symbol_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length) in nrf_802154_first_symbol_timestamp_get() argument220 return end_timestamp - (frame_symbols * PHY_US_PER_SYMBOL); in nrf_802154_first_symbol_timestamp_get()223 uint64_t nrf_802154_mhr_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length) in nrf_802154_mhr_timestamp_get() argument225 return end_timestamp - (psdu_length * PHY_SYMBOLS_PER_OCTET * PHY_US_PER_SYMBOL); in nrf_802154_mhr_timestamp_get()
1783 uint64_t nrf_802154_first_symbol_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length) in nrf_802154_first_symbol_timestamp_get() argument1789 return end_timestamp - (frame_symbols * PHY_US_PER_SYMBOL); in nrf_802154_first_symbol_timestamp_get()1792 uint64_t nrf_802154_mhr_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length) in nrf_802154_mhr_timestamp_get() argument1794 return end_timestamp - (psdu_length * PHY_SYMBOLS_PER_OCTET * PHY_US_PER_SYMBOL); in nrf_802154_mhr_timestamp_get()