Type Alias esp32c3::spi2::din_mode::DIN1_MODE_W

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

Field DIN1_MODE writer - the input signals are delayed by SPI module 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 spi_clk. Can be configured in CONF state.

Aliased Type§

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