nrfxlib API 2.8.99
Loading...
Searching...
No Matches
nrf_modem_os_rpc_config Struct Reference

Parameters for configuring an nrf_modem rpc instance. More...

#include <nrf_modem_os_rpc.h>

Data Fields

struct { 
 
   uintptr_t   sigdev 
 
   uint32_t   ch 
 
   uintptr_t   addr 
 
   size_t   size 
 
tx 
 
struct { 
 
   uintptr_t   sigdev 
 
   uint32_t   ch 
 
   uintptr_t   addr 
 
   size_t   size 
 
rx 
 
struct { 
 
   void *   priv 
 
   void(*   bound )(void *priv) 
 Bind was successful. More...
 
   void(*   received )(const void *data, size_t len,
       void *priv) 
 New message has arrived. More...
 
cb 
 

Detailed Description

Parameters for configuring an nrf_modem rpc instance.

Passed when invoking nrf_modem_os_rpc_open.


The documentation for this struct was generated from the following file: