Mesh wrapper for the nRF5 SDK section variables. More...
Detailed Description
Mesh wrapper for the nRF5 SDK section variables.
Allows all mesh section variables to stay under a single linker script entry in both flash and ram.
Macro Definition Documentation
◆ NRF_MESH_SECTION_FOR_EACH
| #define NRF_MESH_SECTION_FOR_EACH | ( | section_name, | |
| data_type, | |||
| variable | |||
| ) |
Value:
for (data_type * variable = (data_type *) NRF_MESH_SECTION_START(section_name); \ (intptr_t) variable != (intptr_t) NRF_MESH_SECTION_END(section_name); \ variable++)
Definition at line 99 of file nrf_mesh_section.h.