Module esp32c2_hal::pac::spi2::clk_gate

Expand description

SPI module clock and register clock control

Structs

SPI module clock and register clock control
Register CLK_GATE reader
Register CLK_GATE writer

Type Definitions

Field CLK_EN reader - Set this bit to enable clk gate
Field CLK_EN writer - Set this bit to enable clk gate
Field MST_CLK_ACTIVE reader - Set this bit to power on the SPI module clock.
Field MST_CLK_ACTIVE writer - Set this bit to power on the SPI module clock.
Field MST_CLK_SEL reader - This bit is used to select SPI module clock source in master mode. 1: PLL_CLK_80M. 0: XTAL CLK.
Field MST_CLK_SEL writer - This bit is used to select SPI module clock source in master mode. 1: PLL_CLK_80M. 0: XTAL CLK.