|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
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. | |
Information pertaining to the previous reboot.
| uint32_t tdf_reboot_info::count |
Reboot counter.
| uint32_t tdf_reboot_info::hardware_flags |
Hardware flags (hwinfo_get_reset_cause)
| uint32_t tdf_reboot_info::param_1 |
Program counter/Watchdog Info/Other.
| uint32_t tdf_reboot_info::param_2 |
Link Register/Watchdog Info/Other.
| uint8_t tdf_reboot_info::reason |
Reboot reason (enum infuse_reboot_reason)
| char tdf_reboot_info::thread[8] |
Running thread at reboot.
| uint32_t tdf_reboot_info::uptime |
Uptime before reboot (seconds)