[][src]Struct stm32f3::stm32f3x8::comp::comp6_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 comp6en(&self) -> COMP6ENR[src]

Bit 0 - Comparator 6 enable

pub fn comp6inmsel(&self) -> COMP6INMSELR[src]

Bits 4:6 - Comparator 6 inverting input selection

pub fn comp6outsel(&self) -> COMP6OUTSELR[src]

Bits 10:13 - Comparator 6 output selection

pub fn comp6pol(&self) -> COMP6POLR[src]

Bit 15 - Comparator 6 output polarity

pub fn comp6_blanking(&self) -> COMP6_BLANKINGR[src]

Bits 18:20 - Comparator 6 blanking source

pub fn comp6out(&self) -> COMP6OUTR[src]

Bit 30 - Comparator 6 output

pub fn comp6lock(&self) -> COMP6LOCKR[src]

Bit 31 - Comparator 6 lock

pub fn comp6winmode(&self) -> COMP6WINMODER[src]

Bit 9 - Comparator 6 window mode

pub fn comp6mode(&self) -> COMP6MODER[src]

Bits 2:3 - Comparator 6 mode

pub fn comp6inpsel(&self) -> COMP6INPSELR[src]

Bit 7 - Comparator 6 non inverted input

pub fn comp6hyst(&self) -> COMP6HYSTR[src]

Bits 16:17 - Comparator 6 hysteresis

pub fn comp6inmsel3(&self) -> COMP6INMSEL3R[src]

Bit 22 - Comparator 6 inverting input selection

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self