Searched refs:rx (Results 1 – 10 of 10) sorted by relevance
147 dly_rx_data_t rx; ///< Data specific for delayed reception. member438 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 …]
172 uarte_rx_data_t rx; member492 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 …]
465 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()
65 - tx-rx blocking66 - tx-rx non-blocking67 - tx-rx70 - rx double-buffered71 - tx-rx non-blocking
49 - "SPIM rx buffer: Nordic"51 - "SPIS rx buffer: Semiconductor"
50 - "SPIM rx buffer: Nordic"52 - "SPIS rx buffer: Semiconductor"
218 void * rx; //!< Writable RX buffer pointer. member287 .p_data = { .rx = (rx_buff) }, \
324 nrfy_uarte_buffer_t rx; ///< Transfer details, including number of bytes received. member342 nrfx_uarte_rx_evt_t rx; ///< Data for @ref NRFX_UARTE_EVT_RX_DONE. member
48 #error Not enough rx buffers in the 802.15.4 radio driver.
253 bool rx) in nrfy_nfct_rxtx_buffer_set() argument255 if (p_rxtx_buf && !rx) in nrfy_nfct_rxtx_buffer_set()