pub struct W(_);Expand description
Register SPI_SLAVE2 writer
Implementations
sourceimpl W
impl W
sourcepub fn slv_wrbuf_dummy_cyclelen(&mut self) -> SLV_WRBUF_DUMMY_CYCLELEN_W<'_>
pub fn slv_wrbuf_dummy_cyclelen(&mut self) -> SLV_WRBUF_DUMMY_CYCLELEN_W<'_>
Bits 24:31 - In the slave mode, it is the length in spi_clk cycles “dummy” phase for “write-buffer” operations. The registervalue shall be (cycle_num-1)
sourcepub fn slv_rdbuf_dummy_cyclelen(&mut self) -> SLV_RDBUF_DUMMY_CYCLELEN_W<'_>
pub fn slv_rdbuf_dummy_cyclelen(&mut self) -> SLV_RDBUF_DUMMY_CYCLELEN_W<'_>
Bits 16:23 - In the slave mode, it is the length in spi_clk cycles of “dummy” phase for “read-buffer” operations. The registervalue shall be (cycle_num-1)
sourcepub fn slv_wrsta_dummy_cyclelen(&mut self) -> SLV_WRSTA_DUMMY_CYCLELEN_W<'_>
pub fn slv_wrsta_dummy_cyclelen(&mut self) -> SLV_WRSTA_DUMMY_CYCLELEN_W<'_>
Bits 8:15 - In the slave mode, it is the length in spi_clk cycles of “dummy” phase for “write-status” operations. Theregister value shall be (cycle_num-1)
sourcepub fn slv_rdsta_dummy_cyclelen(&mut self) -> SLV_RDSTA_DUMMY_CYCLELEN_W<'_>
pub fn slv_rdsta_dummy_cyclelen(&mut self) -> SLV_RDSTA_DUMMY_CYCLELEN_W<'_>
Bits 0:7 - In the slave mode, it is the length in spi_clk cycles of “dummy” phase for “read-status” operations. Theregister value shall be (cycle_num-1)
Methods from Deref<Target = W<SPI_SLAVE2_SPEC>>
Trait Implementations
sourceimpl From<W<SPI_SLAVE2_SPEC>> for W
impl From<W<SPI_SLAVE2_SPEC>> for W
sourcefn from(writer: W<SPI_SLAVE2_SPEC>) -> Self
fn from(writer: W<SPI_SLAVE2_SPEC>) -> Self
Performs the conversion.
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