[][src]Struct stm32l4x2_pac::comp::comp1_csr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn comp1_en(&mut self) -> _COMP1_ENW[src]

Bit 0 - Comparator 1 enable bit

pub fn comp1_pwrmode(&mut self) -> _COMP1_PWRMODEW[src]

Bits 2:3 - Power Mode of the comparator 1

pub fn comp1_inmsel(&mut self) -> _COMP1_INMSELW[src]

Bits 4:6 - Comparator 1 Input Minus connection configuration bit

pub fn comp1_inpsel(&mut self) -> _COMP1_INPSELW[src]

Bits 7:8 - Comparator1 input plus selection bit

pub fn comp1_polarity(&mut self) -> _COMP1_POLARITYW[src]

Bit 15 - Comparator 1 polarity selection bit

pub fn comp1_hyst(&mut self) -> _COMP1_HYSTW[src]

Bits 16:17 - Comparator 1 hysteresis selection bits

pub fn comp1_blanking(&mut self) -> _COMP1_BLANKINGW[src]

Bits 18:20 - Comparator 1 blanking source selection bits

pub fn comp1_brgen(&mut self) -> _COMP1_BRGENW[src]

Bit 22 - Scaler bridge enable

pub fn comp1_scalen(&mut self) -> _COMP1_SCALENW[src]

Bit 23 - Voltage scaler enable bit

pub fn comp1_inmesel(&mut self) -> _COMP1_INMESELW[src]

Bits 25:26 - comparator 1 input minus extended selection bits

pub fn comp1_lock(&mut self) -> _COMP1_LOCKW[src]

Bit 31 - COMP1_CSR register lock bit

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self