nrfcxx  0.1.0
C++-17 Framework for Nordic nRF5 Devices
Data Fields
nrfcxx::sd::SystemStateBeacon::frame_s Struct Reference

Frame content for this beacon. More...

#include <nrfcxx/sd/beacon.hpp>

Data Fields

frame_prefix_s prefix
 Common prefix for all infrastructure beacons.
 
uint32_t last_pc
 nrfcxx::systemState::state_type::last_pc
 
uint32_t code
 nrfcxx::systemState::state_type::code
 
uint32_t sdfault_id
 nrfcxx::systemState::state_type::sdfault_id
 
uint16_t reset_count
 nrfcxx::systemState::state_type::reset_count
 
uint16_t reset_reas
 nrfcxx::systemState::state_type::reset_reas
 
uint8_t wdt_status
 nrfcxx::systemState::state_type::wdt_status
 
uint8_t heap_use
 Heap use relative to reserved heap memory. More...
 
uint8_t stack_use
 Maximum observed stack use relative to reserved stack memory. More...
 

Detailed Description

Frame content for this beacon.

Field Documentation

◆ heap_use

uint8_t nrfcxx::sd::SystemStateBeacon::frame_s::heap_use

Heap use relative to reserved heap memory.

The value should be divided by 128 to produce the normalized use.

◆ stack_use

uint8_t nrfcxx::sd::SystemStateBeacon::frame_s::stack_use

Maximum observed stack use relative to reserved stack memory.

The value should be divided by 128 to produce the normalized use.


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