pub struct W(/* private fields */);Expand description
Register FB_INTR_EN_M4 writer
Implementations§
Source§impl W
impl W
Sourcepub fn fb_0_intr_en_m4(&mut self) -> FB_0_INTR_EN_M4_W<'_>
pub fn fb_0_intr_en_m4(&mut self) -> FB_0_INTR_EN_M4_W<'_>
Bit 0 - FB_0 interrupt enable for M4
Sourcepub fn fb_1_intr_en_m4(&mut self) -> FB_1_INTR_EN_M4_W<'_>
pub fn fb_1_intr_en_m4(&mut self) -> FB_1_INTR_EN_M4_W<'_>
Bit 1 - FB_1 interrupt enable for M4
Sourcepub fn fb_2_intr_en_m4(&mut self) -> FB_2_INTR_EN_M4_W<'_>
pub fn fb_2_intr_en_m4(&mut self) -> FB_2_INTR_EN_M4_W<'_>
Bit 2 - FB_2 interrupt enable for M4
Sourcepub fn fb_3_intr_en_m4(&mut self) -> FB_3_INTR_EN_M4_W<'_>
pub fn fb_3_intr_en_m4(&mut self) -> FB_3_INTR_EN_M4_W<'_>
Bit 3 - FB_3 interrupt enable for M4
Methods from Deref<Target = W<FB_INTR_EN_M4_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