Module esp32c6::pcr::sysclk_conf

source ·
Expand description

SYSCLK configuration register

Structs§

Type Aliases§

  • Field CLK_XTAL_FREQ reader - This field indicates the frequency(MHz) of XTAL.
  • Field HS_DIV_NUM reader - clk_hproot is div3 of SPLL if the clock-source is high-speed clock SPLL.
  • Field LS_DIV_NUM reader - clk_hproot is div1 of low-speed clock-source if clck-source is a low-speed clock-source such as XTAL/FOSC.
  • Register SYSCLK_CONF reader
  • Field SOC_CLK_SEL reader - This field is used to select clock source. 0: XTAL, 1: SPLL, 2: FOSC, 3: reserved.
  • Field SOC_CLK_SEL writer - This field is used to select clock source. 0: XTAL, 1: SPLL, 2: FOSC, 3: reserved.
  • Register SYSCLK_CONF writer