[][src]Struct stm32f3::stm32f303::comp::comp7_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 comp7en(&self) -> COMP7ENR[src]

Bit 0 - Comparator 7 enable

pub fn comp7mode(&self) -> COMP7MODER[src]

Bits 2:3 - Comparator 7 mode

pub fn comp7inmsel(&self) -> COMP7INMSELR[src]

Bits 4:6 - Comparator 7 inverting input selection

pub fn comp7inpsel(&self) -> COMP7INPSELR[src]

Bit 7 - Comparator 7 non inverted input

pub fn comp7outsel(&self) -> COMP7OUTSELR[src]

Bits 10:13 - Comparator 7 output selection

pub fn comp7pol(&self) -> COMP7POLR[src]

Bit 15 - Comparator 7 output polarity

pub fn comp7hyst(&self) -> COMP7HYSTR[src]

Bits 16:17 - Comparator 7 hysteresis

pub fn comp7_blanking(&self) -> COMP7_BLANKINGR[src]

Bits 18:20 - Comparator 7 blanking source

pub fn comp7out(&self) -> COMP7OUTR[src]

Bit 30 - Comparator 7 output

pub fn comp7lock(&self) -> COMP7LOCKR[src]

Bit 31 - Comparator 7 lock

Auto Trait Implementations

impl Send for R

impl Sync 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