MTB CAT1 Peripheral driver library
Group_sysclk_clk_ref_enums

General Description

Enumerations

enum  cy_en_clkref_csv_ref_clk_t { CY_SYSCLK_CLKREF_CSV_REF_ILO0 = 0U }
 clkref csv reference clock input sources. More...
 
enum  cy_en_clkref_csv_action_t {
  CY_SYSCLK_CLKREF_CSV_ACTION_FAULT = 0U,
  CY_SYSCLK_CLKREF_CSV_ACTION_RESET = 1U
}
 clkref csv supported action when an anomaly is detected. More...
 

Enumeration Type Documentation

◆ cy_en_clkref_csv_ref_clk_t

clkref csv reference clock input sources.

Note
This enum is available for CAT1C devices.
Enumerator
CY_SYSCLK_CLKREF_CSV_REF_ILO0 

Only Reference clock is the internal low speed oscillator (ILO0)

◆ cy_en_clkref_csv_action_t

clkref csv supported action when an anomaly is detected.

Note
This enum is available for CAT1B(PSOC C3), CAT1C, CAT1D devices.
Enumerator
CY_SYSCLK_CLKREF_CSV_ACTION_FAULT 

Generates a fault.

CY_SYSCLK_CLKREF_CSV_ACTION_RESET 

Generates a Reset.