[][src]Struct stm32f3::stm32f303::comp::comp3_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 comp3en(&self) -> COMP3ENR[src]

Bit 0 - Comparator 3 enable

pub fn comp3mode(&self) -> COMP3MODER[src]

Bits 2:3 - Comparator 3 mode

pub fn comp3inmsel(&self) -> COMP3INMSELR[src]

Bits 4:6 - Comparator 3 inverting input selection

pub fn comp3inpsel(&self) -> COMP3INPSELR[src]

Bit 7 - Comparator 3 non inverted input

pub fn comp3outsel(&self) -> COMP3OUTSELR[src]

Bits 10:13 - Comparator 3 output selection

pub fn comp3pol(&self) -> COMP3POLR[src]

Bit 15 - Comparator 3 output polarity

pub fn comp3hyst(&self) -> COMP3HYSTR[src]

Bits 16:17 - Comparator 3 hysteresis

pub fn comp3_blanking(&self) -> COMP3_BLANKINGR[src]

Bits 18:20 - Comparator 3 blanking source

pub fn comp3out(&self) -> COMP3OUTR[src]

Bit 30 - Comparator 3 output

pub fn comp3lock(&self) -> COMP3LOCKR[src]

Bit 31 - Comparator 3 lock

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