BLE_MESH_ATOMIC_DEFINE macro
INTERNAL_HIDDEN @endcond Define an array of atomic variables. This macro defines an array of atomic variables containing at least @a num_bits bits.
Arguments
name
Name of array of atomic variables.
num_bits
Number of bits needed.
Notes
If used from file scope, the bits of the array are initialized to zero; if used from within a function, the bits are left uninitialized.