Searched refs:MSG_TO_SEND (Results 1 – 10 of 10) sorted by relevance
84 #define MSG_TO_SEND "Nordic Semiconductor" macro87 static uint8_t m_tx_buffer_master[] = MSG_TO_SEND;90 static uint8_t m_rx_buffer_slave[sizeof(MSG_TO_SEND)];93 static uint8_t m_rx_buffer_master[sizeof(MSG_TO_SEND)];
19 …zes nrfx_twim and nrfx_twis drivers and sends a specified message ( @p MSG_TO_SEND ) from master t…
67 #define MSG_TO_SEND "Nordic Semiconductor" macro70 static uint8_t m_tx_buffer[] = MSG_TO_SEND;73 static uint8_t m_rx_buffer[sizeof(MSG_TO_SEND)];
20 A specified message ( @p MSG_TO_SEND ) from @p m_tx_buffer is transmitted.
85 #define MSG_TO_SEND "Nordic Semiconductor" macro94 static uint8_t m_tx_buffer_master[] = MSG_TO_SEND;97 static uint8_t m_rx_buffer_slave[sizeof(MSG_TO_SEND)];100 static uint8_t m_rx_buffer_master[sizeof(MSG_TO_SEND)];
19 It then sends a specified message ( @p MSG_TO_SEND ) from master to slave and back using TWIM and T…
68 #define MSG_TO_SEND "Nordic Semiconductor" macro71 static uint8_t m_tx_buffer[] = MSG_TO_SEND;74 static uint8_t m_rx_buffer[sizeof(MSG_TO_SEND)];
18 Application initializes the nrfx_uarte driver and sends a specified message ( @p MSG_TO_SEND ) usin…