rusEFI
The most advanced open source ECU
Functions
mpu_watchdog.h File Reference

Detailed Description

Hardware Independent Watchdog (IWDG) high-level API.

Date
Nov 28, 2023
Author
Andrey Belomutskiy, (c) 2012-2023
andreika prome.nosp@m.theu.nosp@m.s.pcb.nosp@m.@gma.nosp@m.il.co.nosp@m.m

Definition in file mpu_watchdog.h.

Functions

void startWatchdog (int timeoutMs=WATCHDOG_TIMEOUT_MS)
 
void setWatchdogResetPeriod (int resetMs)
 
void tryResetWatchdog ()
 

Function Documentation

◆ setWatchdogResetPeriod()

void setWatchdogResetPeriod ( int  resetMs)

Definition at line 142 of file at32_common.cpp.

142  {
143 }

Referenced by baseMCUInit(), and initializeConsole().

Here is the caller graph for this function:

◆ startWatchdog()

void startWatchdog ( int  timeoutMs = WATCHDOG_TIMEOUT_MS)

Definition at line 136 of file at32_common.cpp.

136  {
137 }

Referenced by baseMCUInit(), initializeConsole(), and writeToFlashNow().

Here is the caller graph for this function:

◆ tryResetWatchdog()

void tryResetWatchdog ( )

Definition at line 139 of file at32_common.cpp.

139  {
140 }

Referenced by doPeriodicSlowCallback().

Here is the caller graph for this function:

Go to the source code of this file.