Type Alias esp32c3::spi0::din_mode::DIN3_MODE_W

source ·
pub type DIN3_MODE_W<'a, REG> = FieldWriter<'a, REG, 2>;
Expand description

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

Aliased Type§

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