nrfxlib API 2.8.99
|
void nrf_rpc_os_msg_set | ( | struct nrf_rpc_os_msg * | msg, |
const uint8_t * | data, | ||
size_t | len ) |
#include <nrf_rpc/template/nrf_rpc_os_tmpl.h>
Pass a message to a different therad.
nRF RPC is passing one message at a time, so there is no need to do FIFO here.
msg | Message passing structure. |
data | Data pointer to pass. Data is passed as a pointer, so no copying is done. |
len | Length of the data . |