pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn bk2cmp1e(&mut self) -> _BK2CMP1EW<'_>
pub fn bk2cmp1e(&mut self) -> _BK2CMP1EW<'_>
Bit 1 - BRK2 COMP1 enable
Sourcepub fn bk2cmp2e(&mut self) -> _BK2CMP2EW<'_>
pub fn bk2cmp2e(&mut self) -> _BK2CMP2EW<'_>
Bit 2 - BRK2 COMP2 enable
Sourcepub fn bk2dfbk0e(&mut self) -> _BK2DFBK0EW<'_>
pub fn bk2dfbk0e(&mut self) -> _BK2DFBK0EW<'_>
Bit 8 - BRK2 DFSDM_BREAK0 enable
Sourcepub fn bk2cmp1p(&mut self) -> _BK2CMP1PW<'_>
pub fn bk2cmp1p(&mut self) -> _BK2CMP1PW<'_>
Bit 10 - BRK2 COMP1 input polarity
Sourcepub fn bk2cmp2p(&mut self) -> _BK2CMP2PW<'_>
pub fn bk2cmp2p(&mut self) -> _BK2CMP2PW<'_>
Bit 11 - BRK2 COMP2 input polarity
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