[][src]Struct stm32l4xx_hal::stm32::adc::isr::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 jqovf(&self) -> JQOVFR[src]

Bit 10 - JQOVF

pub fn awd3(&self) -> AWD3R[src]

Bit 9 - AWD3

pub fn awd2(&self) -> AWD2R[src]

Bit 8 - AWD2

pub fn awd1(&self) -> AWD1R[src]

Bit 7 - AWD1

pub fn jeos(&self) -> JEOSR[src]

Bit 6 - JEOS

pub fn jeoc(&self) -> JEOCR[src]

Bit 5 - JEOC

pub fn ovr(&self) -> OVRR[src]

Bit 4 - OVR

pub fn eos(&self) -> EOSR[src]

Bit 3 - EOS

pub fn eoc(&self) -> EOCR[src]

Bit 2 - EOC

pub fn eosmp(&self) -> EOSMPR[src]

Bit 1 - EOSMP

pub fn adrdy(&self) -> ADRDYR[src]

Bit 0 - ADRDY

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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]

impl<T> Same for T

type Output = T

Should always be Self