Home
last modified time | relevance | path

Searched refs:rx_time (Results 1 – 9 of 9) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_request_swi.c215 uint64_t rx_time; member
629 static void swi_receive_at(uint64_t rx_time, in swi_receive_at() argument
638 p_slot->data.receive_at.rx_time = rx_time; in swi_receive_at()
803 bool nrf_802154_request_receive_at(uint64_t rx_time, in nrf_802154_request_receive_at() argument
808 REQUEST_FUNCTION(nrf_802154_delayed_trx_receive, swi_receive_at, rx_time, timeout, channel, id); in nrf_802154_request_receive_at()
934 nrf_802154_delayed_trx_receive(p_slot->data.receive_at.rx_time, in irq_handler_req_event()
Dnrf_802154_request_direct.c183 bool nrf_802154_request_receive_at(uint64_t rx_time, in nrf_802154_request_receive_at() argument
188 REQUEST_FUNCTION_PARMS(nrf_802154_delayed_trx_receive, rx_time, timeout, channel, id); in nrf_802154_request_receive_at()
Dnrf_802154_request.h241 bool nrf_802154_request_receive_at(uint64_t rx_time,
Dnrf_802154.c537 bool nrf_802154_receive_at(uint64_t rx_time, in nrf_802154_receive_at() argument
546 result = nrf_802154_request_receive_at(rx_time, timeout, channel, id); in nrf_802154_receive_at()
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.h121 bool nrf_802154_delayed_trx_receive(uint64_t rx_time,
Dnrf_802154_delayed_trx.c825 bool nrf_802154_delayed_trx_receive(uint64_t rx_time, in nrf_802154_delayed_trx_receive() argument
841 rx_time -= RX_SETUP_TIME_MAX; in nrf_802154_delayed_trx_receive()
842 rx_time -= RX_RAMP_UP_TIME; in nrf_802154_delayed_trx_receive()
855 .trigger_time = rx_time, in nrf_802154_delayed_trx_receive()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154.h435 bool nrf_802154_receive_at(uint64_t rx_time,
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_dec_net.c135 uint64_t rx_time; in spinel_decode_prop_nrf_802154_receive_at() local
144 &rx_time, in spinel_decode_prop_nrf_802154_receive_at()
154 bool result = nrf_802154_receive_at(rx_time, timeout, channel, id); in spinel_decode_prop_nrf_802154_receive_at()
Dnrf_802154_spinel_app.c508 bool nrf_802154_receive_at(uint64_t rx_time, in nrf_802154_receive_at() argument
526 rx_time, in nrf_802154_receive_at()