Home
last modified time | relevance | path

Searched refs:RX (Results 1 – 17 of 17) sorted by relevance

/hal_nordic-3.4.0/nrfx/hal/
Dnrf_twim.h97 …NRF_TWIM_TASK_STARTRX = offsetof(NRF_TWIM_Type, TASKS_DMA.RX.START), ///< Start …
99 …NRF_TWIM_TASK_ENABLERXMATCH0 = offsetof(NRF_TWIM_Type, TASKS_DMA.RX.ENABLEMATCH[0]), ///< Enable…
100 …NRF_TWIM_TASK_ENABLERXMATCH1 = offsetof(NRF_TWIM_Type, TASKS_DMA.RX.ENABLEMATCH[1]), ///< Enable…
101 …NRF_TWIM_TASK_ENABLERXMATCH2 = offsetof(NRF_TWIM_Type, TASKS_DMA.RX.ENABLEMATCH[2]), ///< Enable…
102 …NRF_TWIM_TASK_ENABLERXMATCH3 = offsetof(NRF_TWIM_Type, TASKS_DMA.RX.ENABLEMATCH[3]), ///< Enable…
103 …NRF_TWIM_TASK_DISABLERXMATCH0 = offsetof(NRF_TWIM_Type, TASKS_DMA.RX.DISABLEMATCH[0]), ///< Disabl…
104 …NRF_TWIM_TASK_DISABLERXMATCH1 = offsetof(NRF_TWIM_Type, TASKS_DMA.RX.DISABLEMATCH[1]), ///< Disabl…
105 …NRF_TWIM_TASK_DISABLERXMATCH2 = offsetof(NRF_TWIM_Type, TASKS_DMA.RX.DISABLEMATCH[2]), ///< Disabl…
106 …NRF_TWIM_TASK_DISABLERXMATCH3 = offsetof(NRF_TWIM_Type, TASKS_DMA.RX.DISABLEMATCH[3]), ///< Disabl…
123 …NRF_TWIM_EVENT_ENDRX = offsetof(NRF_TWIM_Type, EVENTS_DMA.RX.END), ///< Receive sequence…
[all …]
Dnrf_spim.h273 …NRF_SPIM_TASK_ENABLERXMATCH0 = offsetof(NRF_SPIM_Type, TASKS_DMA.RX.ENABLEMATCH[0]), ///< Enable…
274 …NRF_SPIM_TASK_ENABLERXMATCH1 = offsetof(NRF_SPIM_Type, TASKS_DMA.RX.ENABLEMATCH[1]), ///< Enable…
275 …NRF_SPIM_TASK_ENABLERXMATCH2 = offsetof(NRF_SPIM_Type, TASKS_DMA.RX.ENABLEMATCH[2]), ///< Enable…
276 …NRF_SPIM_TASK_ENABLERXMATCH3 = offsetof(NRF_SPIM_Type, TASKS_DMA.RX.ENABLEMATCH[3]), ///< Enable…
277 …NRF_SPIM_TASK_DISABLERXMATCH0 = offsetof(NRF_SPIM_Type, TASKS_DMA.RX.DISABLEMATCH[0]), ///< Disabl…
278 …NRF_SPIM_TASK_DISABLERXMATCH1 = offsetof(NRF_SPIM_Type, TASKS_DMA.RX.DISABLEMATCH[1]), ///< Disabl…
279 …NRF_SPIM_TASK_DISABLERXMATCH2 = offsetof(NRF_SPIM_Type, TASKS_DMA.RX.DISABLEMATCH[2]), ///< Disabl…
280 …NRF_SPIM_TASK_DISABLERXMATCH3 = offsetof(NRF_SPIM_Type, TASKS_DMA.RX.DISABLEMATCH[3]) ///< Disabl…
290 …NRF_SPIM_EVENT_RXSTARTED = offsetof(NRF_SPIM_Type, EVENTS_DMA.RX.READY), ///< Receive sequence…
291 …NRF_SPIM_EVENT_RXBUSERROR = offsetof(NRF_SPIM_Type, EVENTS_DMA.RX.BUSERROR), ///< Memory bus error…
[all …]
Dnrf_uarte.h80 … NRF_UARTE_TASK_STARTRX = offsetof(NRF_UARTE_Type, TASKS_DMA.RX.START), ///< Start UART receiver.
81 … NRF_UARTE_TASK_STOPRX = offsetof(NRF_UARTE_Type, TASKS_DMA.RX.STOP), ///< Stop UART receiver.
104 …NRF_UARTE_EVENT_ENDRX = offsetof(NRF_UARTE_Type, EVENTS_DMA.RX.END), ///< Receive buffer is …
106 …NRF_UARTE_EVENT_RXSTARTED = offsetof(NRF_UARTE_Type, EVENTS_DMA.RX.READY), ///< Receiver has start…
708 p_reg->DMA.RX.PTR = (uint32_t)p_buffer; in nrf_uarte_rx_buffer_set()
709 p_reg->DMA.RX.MAXCNT = length; in nrf_uarte_rx_buffer_set()
719 return p_reg->DMA.RX.AMOUNT; in nrf_uarte_rx_amount_get()
Dnrf_twis.h92 …NRF_TWIS_EVENT_RXSTARTED = offsetof(NRF_TWIS_Type, EVENTS_DMA.RX.READY), /**< Receive sequence sta…
740 p_reg->DMA.RX.PTR = (uint32_t)p_buf; in nrf_twis_rx_buffer_set()
741 p_reg->DMA.RX.MAXCNT = (uint32_t)length; in nrf_twis_rx_buffer_set()
759 return p_reg->DMA.RX.AMOUNT; in nrf_twis_rx_amount_get()
Dnrf_spis.h661 p_reg->DMA.RX.PTR = (uint32_t)p_buffer; in nrf_spis_rx_buffer_set()
662 p_reg->DMA.RX.MAXCNT = length; in nrf_spis_rx_buffer_set()
685 return p_reg->DMA.RX.AMOUNT; in nrf_spis_rx_amount_get()
Dnrf_nfct.h1013 return p_reg->FRAMESTATUS.RX; in nrf_nfct_rx_frame_status_get()
1019 p_reg->FRAMESTATUS.RX = framestatus_flags; in nrf_nfct_rx_frame_status_clear()
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_uarte/rx_double_buffered/
DREADME.md46 - "Starting nrfx_uarte RX double-buffered example."
49 - "RX buffer1 - addr: (.*) | content:"
50 - "RX buffer2 - addr: (.*) | content:"
51 - "RX buffer3 - addr: (.*) | content:"
56 - "RX buffer1 - addr: (.*) | content: Nordic"
57 - "RX buffer2 - addr: (.*) | content: nRF"
58 - "RX buffer3 - addr: (.*) | content: Secmiconductor"
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_twim_twis/tx_rx_blocking/
DREADME.md46 - "Content of slave RX buffer: "
47 - "Content of master RX buffer: "
49 - "Content of slave RX buffer: Nordic Semiconductor"
50 - "Content of master RX buffer: Nordic Semiconductor"
/hal_nordic-3.4.0/nrfx/samples/doc/sphinx/examples_desc/twim_twis/txrx/
Dindex.rst1 TWIM with TWIS TX-RX example overview
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_twim_twis/txrx/
DREADME.md1 # TWIM with TWIS TX-RX {#twim_twis_txrx}
3 …functionality of nrfx_twim and nrfx_twis drivers, when TWI transfer is performed in the TX-RX mode.
24 …eration (TX), define a register number from which the data will be read in the read operation (RX).
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/
DREADME.md46 - "Content of RX buffer: "
49 - "Content of RX buffer: Nordic Semiconductor"
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_twim_twis/tx_rx_non_blocking/
DREADME.md48 - "Content of master RX buffer:"
54 - "Content of master RX buffer: Nordic Semiconductor"
/hal_nordic-3.4.0/nrfx/mdk/
Dnrf52.h429 …__IOM uint32_t RX; /*!< (@ 0x00000000) Result of last incoming frames … member
Dnrf52833.h487 …__IOM uint32_t RX; /*!< (@ 0x00000000) Result of last incoming frame … member
Dnrf52840.h485 …__IOM uint32_t RX; /*!< (@ 0x00000000) Result of last incoming frame … member
Dnrf5340_application.h966 …__IOM uint32_t RX; /*!< (@ 0x00000000) Result of last incoming frame … member
/hal_nordic-3.4.0/nrfx/
DCHANGELOG.md472 - Fixed a double buffering bug that occurred in the UARTE driver after the RX abort.