Type Definition esp32c3::spi2::clock::CLKCNT_N_W

source ·
pub type CLKCNT_N_W<'a, const O: u8> = FieldWriter<'a, u32, CLOCK_SPEC, u8, u8, 6, O>;
Expand description

Field CLKCNT_N writer - In the master mode it is the divider of spi_clk. So spi_clk frequency is system/(spi_clkdiv_pre+1)/(spi_clkcnt_N+1). Can be configured in CONF state.