[][src]Struct stm32f3::stm32f373::syscfg_comp_opamp::comp4_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 comp4en(&self) -> COMP4ENR
[src]

Bit 0 - Comparator 4 enable

pub fn comp4mode(&self) -> COMP4MODER
[src]

Bits 2:3 - Comparator 4 mode

pub fn comp4insel(&self) -> COMP4INSELR
[src]

Bits 4:6 - Comparator 4 inverting input selection

pub fn comp4inpsel(&self) -> COMP4INPSELR
[src]

Bit 7 - Comparator 4 non inverted input selection

pub fn com4winmode(&self) -> COM4WINMODER
[src]

Bit 9 - Comparator 4 window mode

pub fn comp4_out_sel(&self) -> COMP4_OUT_SELR
[src]

Bits 10:13 - Comparator 4 output selection

pub fn comp4pol(&self) -> COMP4POLR
[src]

Bit 15 - Comparator 4 output polarity

pub fn comp4hyst(&self) -> COMP4HYSTR
[src]

Bits 16:17 - Comparator 4 hysteresis

pub fn comp4_blanking(&self) -> COMP4_BLANKINGR
[src]

Bits 18:20 - Comparator 4 blanking source

pub fn comp4out(&self) -> COMP4OUTR
[src]

Bit 30 - Comparator 4 output

pub fn comp4lock(&self) -> COMP4LOCKR
[src]

Bit 31 - Comparator 4 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]