Mbed OS Reference
Loading...
Searching...
No Matches
reset_reason_capabilities_t Struct Reference

Reset reason capabilities of the platform. More...

#include <reset_reason_api.h>

Data Fields

uint32_t reasons
 Supported reset reasons. More...
 

Detailed Description

Reset reason capabilities of the platform.

Definition at line 95 of file reset_reason_api.h.

Field Documentation

◆ reasons

uint32_t reasons

Supported reset reasons.

Each bit represents a corresponding reset_reason_t value.

Definition at line 96 of file reset_reason_api.h.