pub struct R(/* private fields */);
Expand description
Register AF2
reader
Implementations§
Source§impl R
impl R
Sourcepub fn bk2cmp1e(&self) -> BK2CMP1E_R
pub fn bk2cmp1e(&self) -> BK2CMP1E_R
Bit 1 - BRK2 COMP1 enable
Sourcepub fn bk2cmp2e(&self) -> BK2CMP2E_R
pub fn bk2cmp2e(&self) -> BK2CMP2E_R
Bit 2 - BRK2 COMP2 enable
Sourcepub fn bk2dfbk0e(&self) -> BK2DFBK0E_R
pub fn bk2dfbk0e(&self) -> BK2DFBK0E_R
Bit 8 - BRK2 DFSDM_BREAK0 enable
Sourcepub fn bk2cmp1p(&self) -> BK2CMP1P_R
pub fn bk2cmp1p(&self) -> BK2CMP1P_R
Bit 10 - BRK2 COMP1 input polarity
Sourcepub fn bk2cmp2p(&self) -> BK2CMP2P_R
pub fn bk2cmp2p(&self) -> BK2CMP2P_R
Bit 11 - BRK2 COMP2 input polarity
Methods from Deref<Target = R<AF2_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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