Type Alias esp32c3::spi0::dout_mode::DOUT2_MODE_W

source ·
pub type DOUT2_MODE_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field DOUT2_MODE writer - the output signals are delayed by system clock cycles, 0: output without delayed, 1: output with the posedge of clk_apb,2 output with the negedge of clk_apb, 3: output with the posedge of clk_160,4 output with the negedge of clk_160,5: output with the spi_clk high edge ,6: output with the spi_clk low edge

Aliased Type§

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