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

Bit 0 - Comparator 3 enable

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

Bits 2:3 - Comparator 3 mode

pub fn comp3insel(&mut self) -> _COMP3INSELW
[src]

Bits 4:6 - Comparator 3 inverting input selection

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

Bit 7 - Comparator 3 non inverted input selection

pub fn comp3_out_sel(&mut self) -> _COMP3_OUT_SELW
[src]

Bits 10:13 - Comparator 3 output selection

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

Bit 15 - Comparator 3 output polarity

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

Bits 16:17 - Comparator 3 hysteresis

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

Bits 18:20 - Comparator 3 blanking source

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

Bit 31 - Comparator 3 lock

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T
[src]

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]