foxBMS  1.0.0
The foxBMS Battery Management System API Documentation
Watchdog types

Macros

#define FS8x_WD_DISABLE   0
 
#define FS8x_WD_SIMPLE   1
 
#define FS8x_WD_CHALLENGER   2
 

Detailed Description

Note that periodic call of function FS8x_WD_Refresh() is up to the application.

Macro Definition Documentation

◆ FS8x_WD_CHALLENGER

#define FS8x_WD_CHALLENGER   2

Challenger watchdog refresh.

Definition at line 69 of file sbc_fs8x_common.h.

◆ FS8x_WD_DISABLE

#define FS8x_WD_DISABLE   0

Watchdog refresh disabled.

Definition at line 67 of file sbc_fs8x_common.h.

◆ FS8x_WD_SIMPLE

#define FS8x_WD_SIMPLE   1

Simple Watchdog refresh.

Definition at line 68 of file sbc_fs8x_common.h.