nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ NRF_RPC_AUTO_ARR_ITEM

#define NRF_RPC_AUTO_ARR_ITEM ( _type,
_name,
_array_key,
_item_key )

#include <nrf_rpc/include/nrf_rpc_common.h>

Value:
_type _name __used \
__attribute__((__section__(".nrf_rpc." _array_key ".b." _item_key)))

Adds new variable to the array.

Parameters
_typeType of the variable.
_nameName of the variable.
_array_keyString array unique key.
_item_keyString item key.