[][src]Struct stm32l0xx_hal::device::syscfg::comp1_csr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn comp1en(&mut self) -> _COMP1ENW[src]

Bit 0 - Comparator 1 enable bit

pub fn comp1innsel(&mut self) -> _COMP1INNSELW[src]

Bits 4:5 - Comparator 1 Input Minus connection configuration bit

pub fn comp1wm(&mut self) -> _COMP1WMW[src]

Bit 8 - Comparator 1 window mode selection bit

pub fn comp1lptimin1(&mut self) -> _COMP1LPTIMIN1W[src]

Bit 12 - Comparator 1 LPTIM input propagation bit

pub fn comp1polarity(&mut self) -> _COMP1POLARITYW[src]

Bit 15 - Comparator 1 polarity selection bit

pub fn comp1value(&mut self) -> _COMP1VALUEW[src]

Bit 30 - Comparator 1 output status bit

pub fn comp1lock(&mut self) -> _COMP1LOCKW[src]

Bit 31 - COMP1_CSR register lock bit

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

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

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, 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