PSoC 6 Peripheral Driver Library

General Description

Enumerations

enum  cy_en_clklf_in_sources_t {
  CY_SYSCLK_CLKLF_IN_ILO = 0U,
  CY_SYSCLK_CLKLF_IN_WCO = 1U,
  CY_SYSCLK_CLKLF_IN_ALTLF = 2U,
  CY_SYSCLK_CLKLF_IN_PILO = 3U
}
 Low frequency (clkLf) input sources. More...
 

Enumeration Type Documentation

◆ cy_en_clklf_in_sources_t

Low frequency (clkLf) input sources.

See CLK_SELECT register, LFCLK_SEL bits. Used with functions Cy_SysClk_ClkLfSetSource, and Cy_SysClk_ClkLfGetSource.

Enumerator
CY_SYSCLK_CLKLF_IN_ILO 

clkLf is sourced by the internal low speed oscillator (ILO)

CY_SYSCLK_CLKLF_IN_WCO 

clkLf is sourced by the watch crystal oscillator (WCO)

CY_SYSCLK_CLKLF_IN_ALTLF 

clkLf is sourced by the Alternate Low Frequency Clock (ALTLF)

CY_SYSCLK_CLKLF_IN_PILO 

clkLf is sourced by the precision low speed oscillator (PILO)