nrfxlib API 2.8.99
|
#define NRF_RPC_CONTAINER_OF | ( | _ptr, | |
_type, | |||
_field_name ) |
#include <nrf_rpc/include/nrf_rpc_common.h>
Retrieve pointer to parent structure.
[in] | _ptr | Pointer to data. |
[in] | _type | Parent structure data type. |
[in] | _field_name | Data field name in parent structure. |