pub struct W(_);
Expand description
Register DOUT_MODE
writer
Implementations
sourceimpl W
impl W
sourcepub fn dout0_mode(&mut self) -> DOUT0_MODE_W<'_>
pub fn dout0_mode(&mut self) -> DOUT0_MODE_W<'_>
Bit 0 - 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
sourcepub fn dout1_mode(&mut self) -> DOUT1_MODE_W<'_>
pub fn dout1_mode(&mut self) -> DOUT1_MODE_W<'_>
Bit 1 - 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
sourcepub fn dout2_mode(&mut self) -> DOUT2_MODE_W<'_>
pub fn dout2_mode(&mut self) -> DOUT2_MODE_W<'_>
Bit 2 - 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
sourcepub fn dout3_mode(&mut self) -> DOUT3_MODE_W<'_>
pub fn dout3_mode(&mut self) -> DOUT3_MODE_W<'_>
Bit 3 - 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
Methods from Deref<Target = W<DOUT_MODE_SPEC>>
Trait Implementations
sourceimpl From<W<DOUT_MODE_SPEC>> for W
impl From<W<DOUT_MODE_SPEC>> for W
sourcefn from(writer: W<DOUT_MODE_SPEC>) -> Self
fn from(writer: W<DOUT_MODE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more