pub struct W(/* private fields */);Expand description
Register SOFTWARE_INTR_1_EN_AP writer
Implementations§
Source§impl W
impl W
Sourcepub fn sw_intr_1_en_ap(&mut self) -> SW_INTR_1_EN_AP_W<'_>
pub fn sw_intr_1_en_ap(&mut self) -> SW_INTR_1_EN_AP_W<'_>
Bit 0 - Software interrupt 1 enable for AP
Methods from Deref<Target = W<SOFTWARE_INTR_1_EN_AP_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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