MTB CAT1 Peripheral driver library

General Description

Enumerations

enum  cy_en_clkmf_in_sources_t {
  CY_SYSCLK_CLKMF_IN_IMO = 0U,
  CY_SYSCLK_CLKMF_IN_ILO = 1U,
  CY_SYSCLK_CLKMF_IN_WCO = 2U,
  CY_SYSCLK_CLKMF_IN_ALTLF = 3U,
  CY_SYSCLK_CLKMF_IN_PILO = 4U,
  CY_SYSCLK_CLKMF_IN_ECO_PRESCALER = 5U,
  CY_SYSCLK_CLKMF_IN_IHO = 6U
}
 Medium frequency (clkMf) input sources. More...
 

Enumeration Type Documentation

◆ cy_en_clkmf_in_sources_t

Medium frequency (clkMf) input sources.

Note
This Enumeration is available for CAT1B devices. See CLK_MF_SELECT register, MFCLK_SEL bits. Used with functions Cy_SysClk_ClkMfSetSource, and Cy_SysClk_ClkMfGetSource.
Enumerator
CY_SYSCLK_CLKMF_IN_IMO 

clkMf is sourced by the internal low speed oscillator (IMO)

CY_SYSCLK_CLKMF_IN_ILO 

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

CY_SYSCLK_CLKMF_IN_WCO 

clkMf is sourced by the watch crystal oscillator (WCO)

CY_SYSCLK_CLKMF_IN_ALTLF 

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

CY_SYSCLK_CLKMF_IN_PILO 

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

CY_SYSCLK_CLKMF_IN_ECO_PRESCALER 

clkMf is sourced by the External Clock Oscillator (ECO Prescaler)

CY_SYSCLK_CLKMF_IN_IHO 

clkMf is sourced by the internal high speed oscillator (IHO)