Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 10 of 10) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c147 dly_rx_data_t rx; ///< Data specific for delayed reception. member
438 uint64_t sof_timestamp = p_dly_op_data->rx.extension_frame.sof_timestamp; in notify_rx_timeout()
443 uint8_t psdu_length = p_dly_op_data->rx.extension_frame.psdu_length; in notify_rx_timeout()
444 bool ack_requested = p_dly_op_data->rx.extension_frame.ack_requested; in notify_rx_timeout()
450 p_dly_op_data->rx.timeout_timer.trigger_time = sof_timestamp + frame_length; in notify_rx_timeout()
451 p_dly_op_data->rx.timeout_length = frame_length; in notify_rx_timeout()
455 ret = nrf_802154_sl_timer_add(&p_dly_op_data->rx.timeout_timer); in notify_rx_timeout()
526 ret = nrf_802154_sl_timer_remove(&p_dly_op_data->rx.timeout_timer); in dly_rx_all_ongoing_abort()
577 uint32_t tout_len = p_dly_op_data->rx.timeout_length; in dly_rx_result_notify()
579 p_dly_op_data->rx.timeout_timer.trigger_time = now + tout_len; in dly_rx_result_notify()
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c172 uarte_rx_data_t rx; member
492 p_cb->rx.flush.p_buffer = p_config->rx_cache.p_buffer; in nrfx_uarte_init()
493 p_cb->rx.flush.length = 0; in nrfx_uarte_init()
503 p_cb->rx.p_cache = p_config->p_rx_cache_scratch; in nrfx_uarte_init()
505 memset(p_cb->rx.p_cache, 0, sizeof(*p_cb->rx.p_cache)); in nrfx_uarte_init()
508 p_cb->rx.p_cache->cache_len = buf_len; in nrfx_uarte_init()
509 p_cb->rx.p_cache->cache[0].p_buffer = in nrfx_uarte_init()
511 p_cb->rx.p_cache->cache[1].p_buffer = in nrfx_uarte_init()
1112 .rx = { in user_handler_on_rx_done()
1187 p_cb->rx.curr.p_buffer = NULL; in on_rx_disabled()
[all …]
Dnrfx_usbd.c465 NRFX_ASSERT((p_transfer->p_data.rx == NULL) || in nrfx_usbd_consumer()
466 nrfx_is_in_ram(p_transfer->p_data.rx)); in nrfx_usbd_consumer()
1400 if (transfer.p_data.rx == NULL) in usbd_dmareq_process()
2127 NRFX_ASSERT((p_transfer->p_data.rx == NULL) || (nrfx_is_in_ram(p_transfer->p_data.rx))); in nrfx_usbd_ep_transfer()
/hal_nordic-latest/nrfx/samples/
DCHANGELOG.md65 - tx-rx blocking
66 - tx-rx non-blocking
67 - tx-rx
70 - rx double-buffered
71 - tx-rx non-blocking
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/advanced_non_blocking/
DREADME.md49 - "SPIM rx buffer: Nordic"
51 - "SPIS rx buffer: Semiconductor"
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/non_blocking/
DREADME.md50 - "SPIM rx buffer: Nordic"
52 - "SPIS rx buffer: Semiconductor"
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_usbd.h218 void * rx; //!< Writable RX buffer pointer. member
287 .p_data = { .rx = (rx_buff) }, \
Dnrfx_uarte.h324 nrfy_uarte_buffer_t rx; ///< Transfer details, including number of bytes received. member
342 nrfx_uarte_rx_evt_t rx; ///< Data for @ref NRFX_UARTE_EVT_RX_DONE. member
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_rx_buffer.c48 #error Not enough rx buffers in the 802.15.4 radio driver.
/hal_nordic-latest/nrfx/haly/
Dnrfy_nfct.h253 bool rx) in nrfy_nfct_rxtx_buffer_set() argument
255 if (p_rxtx_buf && !rx) in nrfy_nfct_rxtx_buffer_set()