nRF5 SDK v17.0.2
Data Fields
nrf_section_iter_t Struct Reference

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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated