2#include "../project_settings.h"
3#if OS_FEATURE_WATCHDOG_ENABLED == 1
5#if OS_USE_MCC_WATCHDOG == 1
7#include "../../mcc_generated_files/watchdog.h"
24void OS_Watchdog_Init(
void)
26#if OS_USE_MCC_WATCHDOG == 1
37void OS_Watchdog_Enable(
void)
39#if OS_USE_MCC_WATCHDOG == 1
47void OS_Watchdog_Disable(
void)
49#if OS_USE_MCC_WATCHDOG == 1
55void OS_Watchdog_KeepAlivePing(
void)
57#if OS_USE_MCC_WATCHDOG == 1
static void WATCHDOG_TimerClear(void)
This inline function is used to clear the Watchdog Timer (WDT)
static void WATCHDOG_TimerSoftwareDisable(void)
This inline function is used to disable the Watchdog Timer (WDT) using the software bit.
static void WATCHDOG_TimerSoftwareEnable(void)
This inline function is used to enable the Watchdog Timer (WDT) using the software bit.