Type Alias esp32c3::spi2::clock::CLKCNT_N_W

source ·
pub type CLKCNT_N_W<'a, REG> = FieldWriter<'a, REG, 6>;
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.

Aliased Type§

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