Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_dec_app.c178 uint64_t timestamp; in spinel_decode_prop_nrf_802154_received_timestamp_raw() local
189 &timestamp); in spinel_decode_prop_nrf_802154_received_timestamp_raw()
210 nrf_802154_received_timestamp_raw(p_local_ptr, power, lqi, timestamp); in spinel_decode_prop_nrf_802154_received_timestamp_raw()
732 uint64_t timestamp) in nrf_802154_received_timestamp_raw() argument
737 (void)timestamp; in nrf_802154_received_timestamp_raw()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154.c982 uint64_t timestamp; in nrf_802154_received_raw() local
984 nrf_802154_stat_timestamp_read(&timestamp, last_rx_end_timestamp); in nrf_802154_received_raw()
989 timestamp); in nrf_802154_received_raw()
Dnrf_802154_core.c284 uint64_t timestamp = NRF_802154_NO_TIMESTAMP; in timer_coord_timestamp_get() local
285 bool timestamp_received = nrf_802154_timer_coord_timestamp_get(&timestamp); in timer_coord_timestamp_get()
289 timestamp = NRF_802154_NO_TIMESTAMP; in timer_coord_timestamp_get()
291 else if (timestamp == NRF_802154_NO_TIMESTAMP) in timer_coord_timestamp_get()
293 timestamp++; in timer_coord_timestamp_get()
300 return timestamp; in timer_coord_timestamp_get()