pub struct W(/* private fields */);Expand description
Register FB_INTR writer
Implementations§
Source§impl W
impl W
Sourcepub fn fb_0_intr(&mut self) -> FB_0_INTR_W<'_>
pub fn fb_0_intr(&mut self) -> FB_0_INTR_W<'_>
Bit 0 - Active high edge interrupt detected for Fabric. When interrupt type is selected as edge detect, this register will return high when triggered, write 1 to clear.
Sourcepub fn fb_1_intr(&mut self) -> FB_1_INTR_W<'_>
pub fn fb_1_intr(&mut self) -> FB_1_INTR_W<'_>
Bit 1 - Active high edge interrupt detected for Fabric. When interrupt type is selected as edge detect, this register will return high when triggered, write 1 to clear.
Sourcepub fn fb_2_intr(&mut self) -> FB_2_INTR_W<'_>
pub fn fb_2_intr(&mut self) -> FB_2_INTR_W<'_>
Bit 2 - Active high edge interrupt detected for Fabric. When interrupt type is selected as edge detect, this register will return high when triggered, write 1 to clear.
Sourcepub fn fb_3_intr(&mut self) -> FB_3_INTR_W<'_>
pub fn fb_3_intr(&mut self) -> FB_3_INTR_W<'_>
Bit 3 - Active high edge interrupt detected for Fabric. When interrupt type is selected as edge detect, this register will return high when triggered, write 1 to clear.
Methods from Deref<Target = W<FB_INTR_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