Module esp32c6::pcr::mspi_clk_conf
source · Expand description
MSPI_CLK configuration register
Structs
- MSPI_CLK configuration register
- Register
MSPI_CLK_CONF
reader - Register
MSPI_CLK_CONF
writer
Type Definitions
- Field
MSPI_FAST_HS_DIV_NUM
reader - Set as one within (3,4,5) to generate div4(default)/div5/div6 of high-speed clock-source to drive clk_mspi_fast. Only avaiable whe the clck-source is a high-speed clock-source such as SPLL. - Field
MSPI_FAST_HS_DIV_NUM
writer - Set as one within (3,4,5) to generate div4(default)/div5/div6 of high-speed clock-source to drive clk_mspi_fast. Only avaiable whe the clck-source is a high-speed clock-source such as SPLL. - Field
MSPI_FAST_LS_DIV_NUM
reader - Set as one within (0,1,2) to generate div1(default)/div2/div4 of low-speed clock-source to drive clk_mspi_fast. Only avaiable whe the clck-source is a low-speed clock-source such as XTAL/FOSC. - Field
MSPI_FAST_LS_DIV_NUM
writer - Set as one within (0,1,2) to generate div1(default)/div2/div4 of low-speed clock-source to drive clk_mspi_fast. Only avaiable whe the clck-source is a low-speed clock-source such as XTAL/FOSC.