Home
last modified time | relevance | path

Searched refs:receive (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_request_swi.c120 } receive; ///< Receive request details. member
366 p_slot->data.receive.term_lvl = term_lvl; in swi_receive()
367 p_slot->data.receive.req_orig = req_orig; in swi_receive()
368 p_slot->data.receive.notif_func = notify_function; in swi_receive()
369 p_slot->data.receive.notif_abort = notify_abort; in swi_receive()
370 p_slot->data.receive.id = id; in swi_receive()
371 p_slot->data.receive.p_result = p_result; in swi_receive()
843 *(p_slot->data.receive.p_result) = in irq_handler_req_event()
844 nrf_802154_core_receive(p_slot->data.receive.term_lvl, in irq_handler_req_event()
845 p_slot->data.receive.req_orig, in irq_handler_req_event()
[all …]
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/
DREADME.md19 The same instance of UARTE is configured to receive the message.
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/rx_double_buffered/
DREADME.md20 The same instance of UARTE is configured to receive the message.
/hal_nordic-latest/nrfx/
DCHANGELOG.md154 - Added functions for retrieving pointers to the receive and transmit buffers in the TWIS HAL.