[][src]Struct stm32f3::stm32f3x8::comp::comp6_csr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn comp6en(&mut self) -> _COMP6ENW[src]

Bit 0 - Comparator 6 enable

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

Bits 4:6 - Comparator 6 inverting input selection

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

Bits 10:13 - Comparator 6 output selection

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

Bit 15 - Comparator 6 output polarity

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

Bits 18:20 - Comparator 6 blanking source

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

Bit 31 - Comparator 6 lock

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

Bit 9 - Comparator 6 window mode

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

Bits 2:3 - Comparator 6 mode

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

Bit 7 - Comparator 6 non inverted input

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

Bits 16:17 - Comparator 6 hysteresis

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

Bit 22 - Comparator 6 inverting input selection

Auto Trait Implementations

impl Send for W

impl Sync for W

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