Searched refs:rx_time (Results 1 – 9 of 9) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_request_swi.c | 215 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()
|
| D | nrf_802154_request_direct.c | 183 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()
|
| D | nrf_802154_request.h | 241 bool nrf_802154_request_receive_at(uint64_t rx_time,
|
| D | nrf_802154.c | 537 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/ |
| D | nrf_802154_delayed_trx.h | 121 bool nrf_802154_delayed_trx_receive(uint64_t rx_time,
|
| D | nrf_802154_delayed_trx.c | 825 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/ |
| D | nrf_802154.h | 435 bool nrf_802154_receive_at(uint64_t rx_time,
|
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/ |
| D | nrf_802154_spinel_dec_net.c | 135 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()
|
| D | nrf_802154_spinel_app.c | 508 bool nrf_802154_receive_at(uint64_t rx_time, in nrf_802154_receive_at() argument 526 rx_time, in nrf_802154_receive_at()
|