7.5.17 MCU Watchdog
1. Introduction
This user document provides information about the WDG driver, including features, configuration parameters, and APIs.
Wherever Wdgx is mentioned in this document, x is an index with a valid range of 0, 1, and 2.
This user document provides information about the WDG driver, including features, configuration parameters, and APIs.
Wherever Wdgx is mentioned in this document, x is an index with a valid range of 0, 1, 2, 3, and 4.
2. Overview
2.1 File List
Low-Level Interface
These are the Watchdog low-level driver implementation and internal common interface files. General users do not need to focus on them directly:
- McalCdd\Wdg\inc\Wdg_Lld.h
- McalCdd\Wdg\src\Wdg_Lld.c
- McalCdd\Wdg\inc\Wdg_Prv.h
- McalCdd\Wdg\src\Wdg_Common.c
High-Level Interface
These are the API implementation files for user calls. Each Wdg instance requires a separate code file:
- McalCdd\Wdg\src\Wdg0.c
- McalCdd\Wdg\src\Wdg1.c
- McalCdd\Wdg\src\Wdg2.c
- McalCdd\Wdg\inc\Wdg0.h
- McalCdd\Wdg\inc\Wdg1.h
- McalCdd\Wdg\inc\Wdg2.h
These are the API implementation files for user calls. Each Wdg instance requires a separate code file:
- McalCdd\Wdg\src\Wdg0.c
- McalCdd\Wdg\src\Wdg1.c
- McalCdd\Wdg\src\Wdg2.c
- McalCdd\Wdg\src\Wdg3.c
- McalCdd\Wdg\src\Wdg4.c
- McalCdd\Wdg\inc\Wdg0.h
- McalCdd\Wdg\inc\Wdg1.h
- McalCdd\Wdg\inc\Wdg2.h
- McalCdd\Wdg\inc\Wdg3.h
- McalCdd\Wdg\inc\Wdg4.h