MTB CAT1 Peripheral driver library

General Description

Enumerations

enum  cy_en_wdt_clk_sources_t {
  CY_WDT_CLK_SOURCE_ILO = 0U,
  CY_WDT_CLK_SOURCE_PILO = 1U,
  CY_WDT_CLK_SOURCE_BAK = 2U
}
 
enum  cy_en_wdt_lower_upper_action_t {
  CY_WDT_LOW_UPPER_LIMIT_ACTION_NONE,
  CY_WDT_LOW_UPPER_LIMIT_ACTION_RESET
}
 The wdt lower/upper limit actions. More...
 
enum  cy_en_wdt_warn_action_t {
  CY_WDT_WARN_ACTION_NONE,
  CY_WDT_WARN_ACTION_INT
}
 The wdt lower/upper limit actions. More...
 
enum  cy_en_wdt_enable_t {
  CY_WDT_DISABLE,
  CY_WDT_ENABLE
}
 The wdt Disable/Enable Macros. More...
 

Enumeration Type Documentation

◆ cy_en_wdt_clk_sources_t

Note
This enum is available for CAT1B and CAT1D devices.
Enumerator
CY_WDT_CLK_SOURCE_ILO 

Select the ILO as clock source to WDT.

CY_WDT_CLK_SOURCE_PILO 

Select the PILO as clock source to WDT.

CY_WDT_CLK_SOURCE_BAK 

Select the clk_bak as clock source to WDT.

◆ cy_en_wdt_lower_upper_action_t

The wdt lower/upper limit actions.

Note
This Enum is available for CAT1C devices.

◆ cy_en_wdt_warn_action_t

The wdt lower/upper limit actions.

Note
This Enum is available for CAT1C devices.

◆ cy_en_wdt_enable_t

The wdt Disable/Enable Macros.

Note
This Enum is available for CAT1C devices.