nrf_section_iter_t

nRF5 SDK v15.0.0

Section iterator structure. More...

#include <nrf_section_iter.h>

Data Fields

nrf_section_set_t const * p_set
Pointer to the appropriate section set.
nrf_section_t const * p_section
Pointer to the selected section. More...
void * p_item
Pointer to the selected item in the section.

Detailed Description

Section iterator structure.

Field Documentation

nrf_section_t const* nrf_section_iter_t::p_section

Pointer to the selected section.

In case of GCC all sections in the set are sorted and placed in contiguous area, because they are treated as one section.

  • components/libraries/experimental_section_vars/nrf_section_iter.h