Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_blocking/
Dmain.c84 #define MSG_TO_SEND "Nordic Semiconductor" macro
87 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)];
DREADME.md19 …zes nrfx_twim and nrfx_twis drivers and sends a specified message ( @p MSG_TO_SEND ) from master t…
/hal_nordic-latest/nrfx/samples/src/nrfx_spim/blocking/
Dmain.c67 #define MSG_TO_SEND "Nordic Semiconductor" macro
70 static uint8_t m_tx_buffer[] = MSG_TO_SEND;
73 static uint8_t m_rx_buffer[sizeof(MSG_TO_SEND)];
DREADME.md20 A specified message ( @p MSG_TO_SEND ) from @p m_tx_buffer is transmitted.
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_non_blocking/
Dmain.c85 #define MSG_TO_SEND "Nordic Semiconductor" macro
94 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)];
DREADME.md19 It then sends a specified message ( @p MSG_TO_SEND ) from master to slave and back using TWIM and T…
/hal_nordic-latest/nrfx/samples/src/nrfx_spim/non_blocking/
Dmain.c67 #define MSG_TO_SEND "Nordic Semiconductor" macro
70 static uint8_t m_tx_buffer[] = MSG_TO_SEND;
73 static uint8_t m_rx_buffer[sizeof(MSG_TO_SEND)];
DREADME.md20 A specified message ( @p MSG_TO_SEND ) from @p m_tx_buffer is transmitted.
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/
Dmain.c68 #define MSG_TO_SEND "Nordic Semiconductor" macro
71 static uint8_t m_tx_buffer[] = MSG_TO_SEND;
74 static uint8_t m_rx_buffer[sizeof(MSG_TO_SEND)];
DREADME.md18 Application initializes the nrfx_uarte driver and sends a specified message ( @p MSG_TO_SEND ) usin…