pub struct W(_);
Expand description
Register MISC
writer
Implementations§
source§impl W
impl W
sourcepub fn trans_end(&mut self) -> TRANS_END_W<'_, 3>
pub fn trans_end(&mut self) -> TRANS_END_W<'_, 3>
Bit 3 - The bit is used to indicate the spi0_mst_st controlled transmitting is done.
sourcepub fn trans_end_int_ena(&mut self) -> TRANS_END_INT_ENA_W<'_, 4>
pub fn trans_end_int_ena(&mut self) -> 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 cspi_st_trans_end(&mut self) -> CSPI_ST_TRANS_END_W<'_, 5>
pub fn cspi_st_trans_end(&mut self) -> CSPI_ST_TRANS_END_W<'_, 5>
Bit 5 - The bit is used to indicate the spi0_slv_st controlled transmitting is done.
sourcepub fn cspi_st_trans_end_int_ena(
&mut self
) -> CSPI_ST_TRANS_END_INT_ENA_W<'_, 6>
pub fn cspi_st_trans_end_int_ena( &mut self ) -> 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 ck_idle_edge(&mut self) -> CK_IDLE_EDGE_W<'_, 9>
pub fn ck_idle_edge(&mut self) -> 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 cs_keep_active(&mut self) -> CS_KEEP_ACTIVE_W<'_, 10>
pub fn cs_keep_active(&mut self) -> CS_KEEP_ACTIVE_W<'_, 10>
Bit 10 - spi cs line keep low when the bit is set.
Methods from Deref<Target = W<MISC_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more