pub struct W(/* private fields */);Expand description
Register acomp_ctrl writer
Implementations§
Source§impl W
impl W
Sourcepub fn acomp1_rstn_ana(&mut self) -> ACOMP1_RSTN_ANA_W<'_, 0>
pub fn acomp1_rstn_ana(&mut self) -> ACOMP1_RSTN_ANA_W<'_, 0>
Bit 0
Sourcepub fn acomp0_rstn_ana(&mut self) -> ACOMP0_RSTN_ANA_W<'_, 1>
pub fn acomp0_rstn_ana(&mut self) -> ACOMP0_RSTN_ANA_W<'_, 1>
Bit 1
Sourcepub fn acomp1_test_en(&mut self) -> ACOMP1_TEST_EN_W<'_, 8>
pub fn acomp1_test_en(&mut self) -> ACOMP1_TEST_EN_W<'_, 8>
Bit 8
Sourcepub fn acomp0_test_en(&mut self) -> ACOMP0_TEST_EN_W<'_, 9>
pub fn acomp0_test_en(&mut self) -> ACOMP0_TEST_EN_W<'_, 9>
Bit 9
Sourcepub fn acomp1_test_sel(&mut self) -> ACOMP1_TEST_SEL_W<'_, 10>
pub fn acomp1_test_sel(&mut self) -> ACOMP1_TEST_SEL_W<'_, 10>
Bits 10:11
Sourcepub fn acomp0_test_sel(&mut self) -> ACOMP0_TEST_SEL_W<'_, 12>
pub fn acomp0_test_sel(&mut self) -> ACOMP0_TEST_SEL_W<'_, 12>
Bits 12:13
Sourcepub fn acomp_reserved(&mut self) -> ACOMP_RESERVED_W<'_, 24>
pub fn acomp_reserved(&mut self) -> ACOMP_RESERVED_W<'_, 24>
Bits 24:31
Methods from Deref<Target = W<ACOMP_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