Type Alias esp32c3::spi2::clk_gate::MST_CLK_SEL_W

source ·
pub type MST_CLK_SEL_W<'a, REG> = BitWriter<'a, REG>;
Expand description

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.

Aliased Type§

struct MST_CLK_SEL_W<'a, REG> { /* private fields */ }