pub struct W(_);Expand description
Register INT_ENA writer
Implementations§
source§impl W
impl W
sourcepub fn read_done_int_ena(&mut self) -> READ_DONE_INT_ENA_W<'_, 0>
pub fn read_done_int_ena(&mut self) -> READ_DONE_INT_ENA_W<'_, 0>
Bit 0 - The enable signal for read_done interrupt.
sourcepub fn pgm_done_int_ena(&mut self) -> PGM_DONE_INT_ENA_W<'_, 1>
pub fn pgm_done_int_ena(&mut self) -> PGM_DONE_INT_ENA_W<'_, 1>
Bit 1 - The enable signal for pgm_done 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