Home
last modified time | relevance | path

Searched refs:m_rx_buffer (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/
Dmain.c74 static uint8_t m_rx_buffer[sizeof(MSG_TO_SEND)]; variable
91 NRFX_LOG_INFO("Content of RX buffer: %s", m_rx_buffer); in uarte_handler()
127 NRFX_LOG_INFO("Content of RX buffer: %s", m_rx_buffer); in main()
130 status = nrfx_uarte_rx(&uarte_inst, m_rx_buffer, sizeof(m_rx_buffer)); in main()
DREADME.md21 * @p m_tx_buffer -> @p m_rx_buffer
/hal_nordic-latest/nrfx/samples/src/nrfx_spim/blocking/
Dmain.c73 static uint8_t m_rx_buffer[sizeof(MSG_TO_SEND)]; variable
101 m_rx_buffer, sizeof(m_rx_buffer)); in main()
106 NRFX_LOG_INFO("Message received: %s", m_rx_buffer); in main()
DREADME.md21 When the transfer finishes, the received message is read from @p m_rx_buffer.
/hal_nordic-latest/nrfx/samples/src/nrfx_spim/non_blocking/
Dmain.c73 static uint8_t m_rx_buffer[sizeof(MSG_TO_SEND)]; variable
123 m_rx_buffer, sizeof(m_rx_buffer)); in main()
DREADME.md21 When the transfer finishes @p spim_handler(), the received message is read from @p m_rx_buffer.