Type Alias esp32c3::spi2::clock::CLKCNT_N_R

source ·
pub type CLKCNT_N_R = FieldReader;
Expand description

Field CLKCNT_N reader - 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_R { /* private fields */ }