/hal_nordic-3.4.0/nrfx/hal/ |
D | nrf_twim.h | 97 …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 …]
|
D | nrf_spim.h | 273 …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 …]
|
D | nrf_uarte.h | 80 … 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()
|
D | nrf_twis.h | 92 …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()
|
D | nrf_spis.h | 661 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()
|
D | nrf_nfct.h | 1013 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/ |
D | README.md | 46 - "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/ |
D | README.md | 46 - "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/ |
D | index.rst | 1 TWIM with TWIS TX-RX example overview
|
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_twim_twis/txrx/ |
D | README.md | 1 # 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/ |
D | README.md | 46 - "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/ |
D | README.md | 48 - "Content of master RX buffer:" 54 - "Content of master RX buffer: Nordic Semiconductor"
|
/hal_nordic-3.4.0/nrfx/mdk/ |
D | nrf52.h | 429 …__IOM uint32_t RX; /*!< (@ 0x00000000) Result of last incoming frames … member
|
D | nrf52833.h | 487 …__IOM uint32_t RX; /*!< (@ 0x00000000) Result of last incoming frame … member
|
D | nrf52840.h | 485 …__IOM uint32_t RX; /*!< (@ 0x00000000) Result of last incoming frame … member
|
D | nrf5340_application.h | 966 …__IOM uint32_t RX; /*!< (@ 0x00000000) Result of last incoming frame … member
|
/hal_nordic-3.4.0/nrfx/ |
D | CHANGELOG.md | 472 - Fixed a double buffering bug that occurred in the UARTE driver after the RX abort.
|