[][src]Struct stm32f3::stm32f303::syscfg_comp_opamp::comp1_csr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

pub fn bits(&self) -> u32
[src]

Value of the register as raw bits

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

Bit 0 - Comparator 1 enable

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

Bit 1 - COMP1_INP_DAC

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

Bits 2:3 - Comparator 1 mode

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

Bits 4:6 - Comparator 1 inverting input selection

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

Bits 10:13 - Comparator 1 output selection

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

Bit 15 - Comparator 1 output polarity

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

Bits 16:17 - Comparator 1 hysteresis

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

Bits 18:20 - Comparator 1 blanking source

pub fn comp1out(&self) -> COMP1OUTR
[src]

Bit 30 - Comparator 1 output

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

Bit 31 - Comparator 1 lock

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T
[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]