pub struct R(/* private fields */);Expand description
Register FB_INTR_RAW reader
Implementations§
Source§impl R
impl R
Sourcepub fn fb_0_intr_raw(&self) -> FB_0_INTR_RAW_R
pub fn fb_0_intr_raw(&self) -> FB_0_INTR_RAW_R
Bit 0 - Raw interrupt for Fabric. This register will reflect the value of the Fabric regardless of the type/polarity
Sourcepub fn fb_1_intr_raw(&self) -> FB_1_INTR_RAW_R
pub fn fb_1_intr_raw(&self) -> FB_1_INTR_RAW_R
Bit 1 - Raw interrupt for Fabric. This register will reflect the value of the Fabric regardless of the type/polarity
Sourcepub fn fb_2_intr_raw(&self) -> FB_2_INTR_RAW_R
pub fn fb_2_intr_raw(&self) -> FB_2_INTR_RAW_R
Bit 2 - Raw interrupt for Fabric. This register will reflect the value of the Fabric regardless of the type/polarity
Sourcepub fn fb_3_intr_raw(&self) -> FB_3_INTR_RAW_R
pub fn fb_3_intr_raw(&self) -> FB_3_INTR_RAW_R
Bit 3 - Raw interrupt for Fabric. This register will reflect the value of the Fabric regardless of the type/polarity
Methods from Deref<Target = R<FB_INTR_RAW_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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