[][src]Struct stm32g0::stm32g0x1::tamp::sr::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 tamp1f(&self) -> TAMP1FR[src]

Bit 0 - TAMP1F

pub fn tamp2f(&self) -> TAMP2FR[src]

Bit 1 - TAMP2F

pub fn itamp1f(&self) -> ITAMP1FR[src]

Bit 16 - ITAMP1F

pub fn itamp3f(&self) -> ITAMP3FR[src]

Bit 18 - ITAMP3F

pub fn itamp4f(&self) -> ITAMP4FR[src]

Bit 19 - ITAMP4F

pub fn itamp5f(&self) -> ITAMP5FR[src]

Bit 20 - ITAMP5F

pub fn itamp6f(&self) -> ITAMP6FR[src]

Bit 21 - ITAMP6F

pub fn itamp7f(&self) -> ITAMP7FR[src]

Bit 22 - ITAMP7F

Auto Trait Implementations

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