pub struct W(_);Expand description
Register SPI_MEM_MISC writer
Implementations
sourceimpl W
impl W
sourcepub fn spi_mem_trans_end(&mut self) -> SPI_MEM_TRANS_END_W<'_, 3>
pub fn spi_mem_trans_end(&mut self) -> SPI_MEM_TRANS_END_W<'_, 3>
Bit 3 - The bit is used to indicate the spi0_mst_st controlled transmitting is done.
sourcepub fn spi_mem_trans_end_int_ena(
&mut self
) -> SPI_MEM_TRANS_END_INT_ENA_W<'_, 4>
pub fn spi_mem_trans_end_int_ena(
&mut self
) -> SPI_MEM_TRANS_END_INT_ENA_W<'_, 4>
Bit 4 - The bit is used to enable the interrupt of spi0_mst_st controlled transmitting is done.
sourcepub fn spi_mem_cspi_st_trans_end(
&mut self
) -> SPI_MEM_CSPI_ST_TRANS_END_W<'_, 5>
pub fn spi_mem_cspi_st_trans_end(
&mut self
) -> SPI_MEM_CSPI_ST_TRANS_END_W<'_, 5>
Bit 5 - The bit is used to indicate the spi0_slv_st controlled transmitting is done.
sourcepub fn spi_mem_cspi_st_trans_end_int_ena(
&mut self
) -> SPI_MEM_CSPI_ST_TRANS_END_INT_ENA_W<'_, 6>
pub fn spi_mem_cspi_st_trans_end_int_ena(
&mut self
) -> SPI_MEM_CSPI_ST_TRANS_END_INT_ENA_W<'_, 6>
Bit 6 - The bit is used to enable the interrupt of spi0_slv_st controlled transmitting is done.
sourcepub fn spi_mem_ck_idle_edge(&mut self) -> SPI_MEM_CK_IDLE_EDGE_W<'_, 9>
pub fn spi_mem_ck_idle_edge(&mut self) -> SPI_MEM_CK_IDLE_EDGE_W<'_, 9>
Bit 9 - 1: spi clk line is high when idle 0: spi clk line is low when idle
sourcepub fn spi_mem_cs_keep_active(&mut self) -> SPI_MEM_CS_KEEP_ACTIVE_W<'_, 10>
pub fn spi_mem_cs_keep_active(&mut self) -> SPI_MEM_CS_KEEP_ACTIVE_W<'_, 10>
Bit 10 - spi cs line keep low when the bit is set.
Methods from Deref<Target = W<SPI_MEM_MISC_SPEC>>
Trait Implementations
sourceimpl From<W<SPI_MEM_MISC_SPEC>> for W
impl From<W<SPI_MEM_MISC_SPEC>> for W
sourcefn from(writer: W<SPI_MEM_MISC_SPEC>) -> Self
fn from(writer: W<SPI_MEM_MISC_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