pub struct W(_);Expand description
Register INT_ENA writer
Implementations§
source§impl W
impl W
sourcepub fn total_trans_end_int_ena(&mut self) -> TOTAL_TRANS_END_INT_ENA_W<'_, 2>
pub fn total_trans_end_int_ena(&mut self) -> TOTAL_TRANS_END_INT_ENA_W<'_, 2>
Bit 2 - The enable bit for SPI_MEM_TOTAL_TRANS_END_INT interrupt.
sourcepub fn ecc_err_int_ena(&mut self) -> ECC_ERR_INT_ENA_W<'_, 4>
pub fn ecc_err_int_ena(&mut self) -> ECC_ERR_INT_ENA_W<'_, 4>
Bit 4 - The enable bit for SPI_MEM_ECC_ERR_INT interrupt.
Methods from Deref<Target = W<INT_ENA_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