[][src]Struct stm32f3xx_hal::stm32::syscfg_comp_opamp::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 W[src]

Writes raw bits to the register

pub fn comp1en(&mut self) -> _COMP1ENW[src]

Bit 0 - Comparator 1 enable

pub fn comp1_inp_dac(&mut self) -> _COMP1_INP_DACW[src]

Bit 1 - COMP1_INP_DAC

pub fn comp1mode(&mut self) -> _COMP1MODEW[src]

Bits 2:3 - Comparator 1 mode

pub fn comp1insel(&mut self) -> _COMP1INSELW[src]

Bits 4:6 - Comparator 1 inverting input selection

pub fn comp1_out_sel(&mut self) -> _COMP1_OUT_SELW[src]

Bits 10:13 - Comparator 1 output selection

pub fn comp1pol(&mut self) -> _COMP1POLW[src]

Bit 15 - Comparator 1 output polarity

pub fn comp1hyst(&mut self) -> _COMP1HYSTW[src]

Bits 16:17 - Comparator 1 hysteresis

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

Bits 18:20 - Comparator 1 blanking source

pub fn comp1lock(&mut self) -> _COMP1LOCKW[src]

Bit 31 - Comparator 1 lock

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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> 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, U> Into for T where
    U: From<T>, 
[src]

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]