pub struct W(/* private fields */);
Expand description
Register CSR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn inmsel(&mut self) -> INMSEL_W<'_, 2>
pub fn inmsel(&mut self) -> INMSEL_W<'_, 2>
Bits 2:5 - Comparator signal selector for inverting input INM
Sourcepub fn inpsel(&mut self) -> INPSEL_W<'_, 6>
pub fn inpsel(&mut self) -> INPSEL_W<'_, 6>
Bits 6:9 - Comparator signal selector for non-inverting input
Sourcepub fn winmode(&mut self) -> WINMODE_W<'_, 11>
pub fn winmode(&mut self) -> WINMODE_W<'_, 11>
Bit 11 - Comparator non-inverting input selector for window mode
Sourcepub fn polarity(&mut self) -> POLARITY_W<'_, 15>
pub fn polarity(&mut self) -> POLARITY_W<'_, 15>
Bit 15 - Comparator polarity selector
Sourcepub fn comp_out(&mut self) -> COMP_OUT_W<'_, 30>
pub fn comp_out(&mut self) -> COMP_OUT_W<'_, 30>
Bit 30 - Comparator output status
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