nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_rpc_os_work_t

typedef void(* nrf_rpc_os_work_t) (const uint8_t *data, size_t len)

#include <nrf_rpc/template/nrf_rpc_os_tmpl.h>

Work callback that will be called from thread pool.

Parameters
dataData passed from nrf_rpc_os_thread_pool_send.
lenData length.