Bar Logo 3.8/7.6 kw Totem pole Demonstration Application (Part-No. (not specified))
 
Content
     
Loading...
Searching...
No Matches

Watchdog Timer Driver using dsPIC MCUs. More...

+ Collaboration diagram for WDT Driver:

Macros

#define WATCHDOG_CLR_KEY   0x5743
 This macro holds the key value to clear Watchdog Timer (WDT)
 
#define WATCHDOG_CLR_KEY   0x5743
 This macro holds the key value to clear Watchdog Timer (WDT)
 

Functions

static void WATCHDOG_TimerSoftwareEnable (void)
 This inline function is used to enable the Watchdog Timer (WDT) using the software bit.
 
static void WATCHDOG_TimerSoftwareDisable (void)
 This inline function is used to disable the Watchdog Timer (WDT) using the software bit.
 
static void WATCHDOG_TimerClear (void)
 This inline function is used to clear the Watchdog Timer (WDT)
 

Detailed Description

Macro Definition Documentation

◆ WATCHDOG_CLR_KEY [1/2]

#define WATCHDOG_CLR_KEY   0x5743

Definition at line 48 of file watchdog.h.

◆ WATCHDOG_CLR_KEY [2/2]

#define WATCHDOG_CLR_KEY   0x5743

Definition at line 48 of file watchdog.h.

Function Documentation

◆ WATCHDOG_TimerClear()

static void WATCHDOG_TimerClear ( void )
inlinestatic
Parameters
none
Returns
none

Definition at line 78 of file watchdog.h.

◆ WATCHDOG_TimerSoftwareDisable()

static void WATCHDOG_TimerSoftwareDisable ( void )
inlinestatic
Parameters
none
Returns
none

Definition at line 67 of file watchdog.h.

◆ WATCHDOG_TimerSoftwareEnable()

static void WATCHDOG_TimerSoftwareEnable ( void )
inlinestatic
Parameters
none
Returns
none

Definition at line 56 of file watchdog.h.