pub struct R(_);Expand description
Register IRQ_ENA reader
Implementations§
source§impl R
impl R
sourcepub fn interrupt_ena(&self) -> INTERRUPT_ENA_R
pub fn interrupt_ena(&self) -> INTERRUPT_ENA_R
Bit 0 - Sha interrupt enable register. 1’b0: disable(default). 1’b1: enable.
Methods from Deref<Target = R<IRQ_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