47 if(RCC_GetFlagStatus(RCC_FLAG_PORRST) == SET) {
49 }
else if(RCC_GetFlagStatus(RCC_FLAG_SFTRST) == SET) {
51 }
else if(RCC_GetFlagStatus(RCC_FLAG_IWDGRST) == SET) {
53 }
else if(RCC_GetFlagStatus(RCC_FLAG_WWDGRST) == SET) {
55 }
else if(RCC_GetFlagStatus(RCC_FLAG_LPWRRST) == SET) {
57 }
else if(RCC_GetFlagStatus(RCC_FLAG_PINRST) == SET) {
Main PiOS header to include all the compiled in PiOS options.
int16_t PIOS_RESET_GetResetReason(void)
PIOS_RESET_GetResetReason Does nothing on POSIX systems.
void PIOS_RESET_Clear(void)
PIOS_RESET_Clear Does nothing on POSIX systems.