pub struct W(/* private fields */);Expand description
Register acomp0_ctrl writer
Implementations§
Source§impl W
impl W
Sourcepub fn acomp0_en(&mut self) -> ACOMP0_EN_W<'_, 0>
pub fn acomp0_en(&mut self) -> ACOMP0_EN_W<'_, 0>
Bit 0
Sourcepub fn acomp0_hyst_seln(&mut self) -> ACOMP0_HYST_SELN_W<'_, 4>
pub fn acomp0_hyst_seln(&mut self) -> ACOMP0_HYST_SELN_W<'_, 4>
Bits 4:6
Sourcepub fn acomp0_hyst_selp(&mut self) -> ACOMP0_HYST_SELP_W<'_, 7>
pub fn acomp0_hyst_selp(&mut self) -> ACOMP0_HYST_SELP_W<'_, 7>
Bits 7:9
Sourcepub fn acomp0_bias_prog(&mut self) -> ACOMP0_BIAS_PROG_W<'_, 10>
pub fn acomp0_bias_prog(&mut self) -> ACOMP0_BIAS_PROG_W<'_, 10>
Bits 10:11
Sourcepub fn acomp0_level_sel(&mut self) -> ACOMP0_LEVEL_SEL_W<'_, 12>
pub fn acomp0_level_sel(&mut self) -> ACOMP0_LEVEL_SEL_W<'_, 12>
Bits 12:17
Sourcepub fn acomp0_neg_sel(&mut self) -> ACOMP0_NEG_SEL_W<'_, 18>
pub fn acomp0_neg_sel(&mut self) -> ACOMP0_NEG_SEL_W<'_, 18>
Bits 18:21
Sourcepub fn acomp0_pos_sel(&mut self) -> ACOMP0_POS_SEL_W<'_, 22>
pub fn acomp0_pos_sel(&mut self) -> ACOMP0_POS_SEL_W<'_, 22>
Bits 22:25
Sourcepub fn acomp0_muxen(&mut self) -> ACOMP0_MUXEN_W<'_, 26>
pub fn acomp0_muxen(&mut self) -> ACOMP0_MUXEN_W<'_, 26>
Bit 26
Methods from Deref<Target = W<ACOMP0_CTRL_SPEC>>§
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