[][src]Struct stm32l1xx_hal::stm32::ri::ascr1::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 W[src]

Writes raw bits to the register

pub fn scm(&mut self) -> _SCMW[src]

Bit 31 - Switch control mode

pub fn ch30gr11_4(&mut self) -> _CH30GR11_4W[src]

Bit 30 - Analog switch control

pub fn ch29gr11_3(&mut self) -> _CH29GR11_3W[src]

Bit 29 - Analog switch control

pub fn ch28gr11_2(&mut self) -> _CH28GR11_2W[src]

Bit 28 - Analog switch control

pub fn ch27gr11_1(&mut self) -> _CH27GR11_1W[src]

Bit 27 - Analog switch control

pub fn vcomp(&mut self) -> _VCOMPW[src]

Bit 26 - ADC analog switch selection for internal node to comparator 1

pub fn ch25(&mut self) -> _CH25W[src]

Bit 25 - Analog I/O switch control of channel CH25

pub fn ch24(&mut self) -> _CH24W[src]

Bit 24 - Analog I/O switch control of channel CH24

pub fn ch23(&mut self) -> _CH23W[src]

Bit 23 - Analog I/O switch control of channel CH23

pub fn ch22(&mut self) -> _CH22W[src]

Bit 22 - Analog I/O switch control of channel CH22

pub fn ch21gr7_4(&mut self) -> _CH21GR7_4W[src]

Bit 21 - Analog switch control

pub fn ch20gr7_3(&mut self) -> _CH20GR7_3W[src]

Bit 20 - Analog switch control

pub fn ch19gr7_2(&mut self) -> _CH19GR7_2W[src]

Bit 19 - Analog switch control

pub fn ch18gr7_1(&mut self) -> _CH18GR7_1W[src]

Bit 18 - Analog switch control

pub fn ch31gr7_1(&mut self) -> _CH31GR7_1W[src]

Bit 16 - Analog switch control

pub fn ch15gr9_2(&mut self) -> _CH15GR9_2W[src]

Bit 15 - Analog switch control

pub fn ch14gr9_1(&mut self) -> _CH14GR9_1W[src]

Bit 14 - Analog switch control

pub fn ch13gr8_4(&mut self) -> _CH13GR8_4W[src]

Bit 13 - Analog switch control

pub fn ch12gr8_3(&mut self) -> _CH12GR8_3W[src]

Bit 12 - Analog switch control

pub fn ch11gr8_2(&mut self) -> _CH11GR8_2W[src]

Bit 11 - Analog switch control

pub fn ch10gr8_1(&mut self) -> _CH10GR8_1W[src]

Bit 10 - Analog switch control

pub fn ch9gr3_2(&mut self) -> _CH9GR3_2W[src]

Bit 9 - Analog switch control

pub fn ch8gr3_1(&mut self) -> _CH8GR3_1W[src]

Bit 8 - Analog switch control

pub fn ch7gr2_2(&mut self) -> _CH7GR2_2W[src]

Bit 7 - Analog switch control

pub fn ch6gr2_1(&mut self) -> _CH6GR2_1W[src]

Bit 6 - Analog switch control

pub fn comp1_sw1(&mut self) -> _COMP1_SW1W[src]

Bit 5 - Comparator 1 analog switch

pub fn ch31gr11_5(&mut self) -> _CH31GR11_5W[src]

Bit 4 - Analog switch control

pub fn ch3gr1_4(&mut self) -> _CH3GR1_4W[src]

Bit 3 - Analog switch control

pub fn ch2gr1_3(&mut self) -> _CH2GR1_3W[src]

Bit 2 - Analog switch control

pub fn ch1gr1_2(&mut self) -> _CH1GR1_2W[src]

Bit 1 - Analog switch control

pub fn ch0gr1_1(&mut self) -> _CH0GR1_1W[src]

Bit 0 - Analog switch control

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]