[][src]Struct alt_stm32f30x_hal::pac::adc1::jsqr::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 jsq4(&self) -> JSQ4R[src]

Bits 26:30 - JSQ4

pub fn jsq3(&self) -> JSQ3R[src]

Bits 20:24 - JSQ3

pub fn jsq2(&self) -> JSQ2R[src]

Bits 14:18 - JSQ2

pub fn jsq1(&self) -> JSQ1R[src]

Bits 8:12 - JSQ1

pub fn jexten(&self) -> JEXTENR[src]

Bits 6:7 - JEXTEN

pub fn jextsel(&self) -> JEXTSELR[src]

Bits 2:5 - JEXTSEL

pub fn jl(&self) -> JLR[src]

Bits 0:1 - JL

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

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