This is the generated driver source file for RESET driver.
More...
#include <stdbool.h>
#include <stdint.h>
#include <xc.h>
#include "../reset.h"
Go to the source code of this file.
RESET Generated Driver Source File
Definition in file reset.c.
◆ RESET_CauseClear()
static void RESET_CauseClear |
( |
enum RESET_MASKS | resetFlagMask | ) |
|
|
static |
RESET cause from Clear
Definition at line 153 of file reset.c.
◆ RESET_CauseFromConfigurationMismatch()
static bool RESET_CauseFromConfigurationMismatch |
( |
uint16_t | resetCause | ) |
|
|
static |
RESET cause from Configuration Mismatch
Definition at line 85 of file reset.c.
◆ RESET_CauseFromExternal()
static bool RESET_CauseFromExternal |
( |
uint16_t | resetCause | ) |
|
|
static |
RESET cause from External
Definition at line 102 of file reset.c.
◆ RESET_CauseFromIllegalOpcode()
static bool RESET_CauseFromIllegalOpcode |
( |
uint16_t | resetCause | ) |
|
|
static |
RESET cause from Illegal Opcode
Definition at line 68 of file reset.c.
◆ RESET_CauseFromSoftware()
static bool RESET_CauseFromSoftware |
( |
uint16_t | resetCause | ) |
|
|
static |
RESET cause from Software
Definition at line 119 of file reset.c.
◆ RESET_CauseFromTrap()
static bool RESET_CauseFromTrap |
( |
uint16_t | resetCause | ) |
|
|
static |
RESET cause from trap
Definition at line 51 of file reset.c.
◆ RESET_CauseFromWatchdogTimer()
static bool RESET_CauseFromWatchdogTimer |
( |
uint16_t | resetCause | ) |
|
|
static |
RESET cause from Watchdog Time
Definition at line 136 of file reset.c.