Type Alias esp32c3::spi1::clock::CLKCNT_N_W

source ·
pub type CLKCNT_N_W<'a, REG> = FieldWriter<'a, REG, 8>;
Expand description

Field CLKCNT_N writer - In the master mode it is the divider of spi_mem_clk. So spi_mem_clk frequency is system/(spi_mem_clkcnt_N+1)

Aliased Type§

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