Type Alias esp32c3::spi2::misc::CK_DIS_W

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

Field CK_DIS writer - 1: spi clk out disable, 0: spi clk out enable. Can be configured in CONF state.

Aliased Type§

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