dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_reset.h File Reference

Reset information. More...

Go to the source code of this file.

Enumerations

enum  reboot_flags {
  PIOS_RESET_FLAG_UNDEFINED, PIOS_RESET_FLAG_BROWNOUT, PIOS_RESET_FLAG_PIN, PIOS_RESET_FLAG_POWERON,
  PIOS_RESET_FLAG_SOFTWARE, PIOS_RESET_FLAG_INDEPENDENT_WATCHDOG, PIOS_RESET_FLAG_WINDOW_WATCHDOG, PIOS_RESET_FLAG_LOW_POWER
}
 

Functions

void PIOS_RESET_Clear ()
 PIOS_RESET_Clear Does nothing on POSIX systems. More...
 
int16_t PIOS_RESET_GetResetReason (void)
 PIOS_RESET_GetResetReason Does nothing on POSIX systems. More...
 

Detailed Description

Reset information.

Author
Tau Labs, Copyright (C) 2015.

Definition in file pios_reset.h.