[−][src]Struct bl602_pac::aon::acomp1_ctrl::W
Register acomp1_ctrl
writer
Implementations
impl W
[src]
pub fn acomp1_muxen(&mut self) -> ACOMP1_MUXEN_W
[src]
Bit 26
pub fn acomp1_pos_sel(&mut self) -> ACOMP1_POS_SEL_W
[src]
Bits 22:25
pub fn acomp1_neg_sel(&mut self) -> ACOMP1_NEG_SEL_W
[src]
Bits 18:21
pub fn acomp1_level_sel(&mut self) -> ACOMP1_LEVEL_SEL_W
[src]
Bits 12:17
pub fn acomp1_bias_prog(&mut self) -> ACOMP1_BIAS_PROG_W
[src]
Bits 10:11
pub fn acomp1_hyst_selp(&mut self) -> ACOMP1_HYST_SELP_W
[src]
Bits 7:9
pub fn acomp1_hyst_seln(&mut self) -> ACOMP1_HYST_SELN_W
[src]
Bits 4:6
pub fn acomp1_en(&mut self) -> ACOMP1_EN_W
[src]
Bit 0
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register.
Methods from Deref<Target = W<ACOMP1_CTRL_SPEC>>
Trait Implementations
impl Deref for W
[src]
type Target = W<ACOMP1_CTRL_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<ACOMP1_CTRL_SPEC>> for W
[src]
fn from(writer: W<ACOMP1_CTRL_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,