pub struct R(/* private fields */);Expand description
Register FB_INTR_POL reader
Implementations§
Source§impl R
impl R
Sourcepub fn fb_0_intr_pol(&self) -> FB_0_INTR_POL_R
pub fn fb_0_intr_pol(&self) -> FB_0_INTR_POL_R
Bit 0 - FB_0 interrupt polarity (depends on interrupt type): type = level => {0:low, 1:hi} — type = edge => {0:fall, 1:rise}
Sourcepub fn fb_1_intr_pol(&self) -> FB_1_INTR_POL_R
pub fn fb_1_intr_pol(&self) -> FB_1_INTR_POL_R
Bit 1 - FB_1 interrupt polarity (depends on interrupt type): type = level => {0:low, 1:hi} — type = edge => {0:fall, 1:rise}
Sourcepub fn fb_2_intr_pol(&self) -> FB_2_INTR_POL_R
pub fn fb_2_intr_pol(&self) -> FB_2_INTR_POL_R
Bit 2 - FB_2 interrupt polarity (depends on interrupt type): type = level => {0:low, 1:hi} — type = edge => {0:fall, 1:rise}
Sourcepub fn fb_3_intr_pol(&self) -> FB_3_INTR_POL_R
pub fn fb_3_intr_pol(&self) -> FB_3_INTR_POL_R
Bit 3 - FB_3 interrupt polarity (depends on interrupt type): type = level => {0:low, 1:hi} — type = edge => {0:fall, 1:rise}
Methods from Deref<Target = R<FB_INTR_POL_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