dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Hardware functions to deal with the reset register. More...

Files

file  pios_reset.h
 Reset information.
 

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

Hardware functions to deal with the reset register.

Enumeration Type Documentation

Enumerator
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 

Definition at line 33 of file pios_reset.h.

Function Documentation

void PIOS_RESET_Clear ( void  )

PIOS_RESET_Clear Does nothing on POSIX systems.

Definition at line 38 of file pios_reset.c.

int16_t PIOS_RESET_GetResetReason ( void  )

PIOS_RESET_GetResetReason Does nothing on POSIX systems.

Returns
Always return Undefined

Definition at line 47 of file pios_reset.c.