Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/rx_double_buffered/
Dmain.c72 #define MSG2 " Semiconductor" macro
87 uint8_t buff_3[sizeof(MSG2)]; ///< RX buffer 3
94 static uint8_t m_tx_buffer[sizeof(MSG1) + sizeof(MSG2) + sizeof(MSG3)];
183 memcpy(m_tx_buffer + strlen(MSG1) , MSG2, strlen(MSG2)); in main()
184 memcpy(m_tx_buffer + strlen(MSG1) + strlen(MSG2), MSG3, strlen(MSG3) + 1); in main()