Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tdf_reboot_info Struct Reference

Information pertaining to the previous reboot. More...

#include <definitions.h>

Data Fields

uint8_t reason
 Reboot reason (enum infuse_reboot_reason)
 
uint32_t hardware_flags
 Hardware flags (hwinfo_get_reset_cause)
 
uint32_t count
 Reboot counter.
 
uint32_t uptime
 Uptime before reboot (seconds)
 
uint32_t param_1
 Program counter/Watchdog Info/Other.
 
uint32_t param_2
 Link Register/Watchdog Info/Other.
 
char thread [8]
 Running thread at reboot.
 

Detailed Description

Information pertaining to the previous reboot.

Field Documentation

◆ count

uint32_t tdf_reboot_info::count

Reboot counter.

◆ hardware_flags

uint32_t tdf_reboot_info::hardware_flags

Hardware flags (hwinfo_get_reset_cause)

◆ param_1

uint32_t tdf_reboot_info::param_1

Program counter/Watchdog Info/Other.

◆ param_2

uint32_t tdf_reboot_info::param_2

Link Register/Watchdog Info/Other.

◆ reason

uint8_t tdf_reboot_info::reason

Reboot reason (enum infuse_reboot_reason)

◆ thread

char tdf_reboot_info::thread[8]

Running thread at reboot.

◆ uptime

uint32_t tdf_reboot_info::uptime

Uptime before reboot (seconds)


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