Struct esp32c3::spi2::slave::CLK_MODE_W [−][src]
pub struct CLK_MODE_W<'a> { /* fields omitted */ }
Expand description
Field CLK_MODE
writer - SPI clock mode bits. 0: SPI clock is off when CS inactive 1: SPI clock is delayed one cycle after CS inactive 2: SPI clock is delayed two cycles after CS inactive 3: SPI clock is alwasy on. Can be configured in CONF state.