[][src]Struct stm32g0::stm32g0x1::ucpd1::icr::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 txmsgdisccf(&self) -> TXMSGDISCCFR[src]

Bit 1 - TXMSGDISCCF

pub fn txmsgsentcf(&self) -> TXMSGSENTCFR[src]

Bit 2 - TXMSGSENTCF

pub fn txmsgabtcf(&self) -> TXMSGABTCFR[src]

Bit 3 - TXMSGABTCF

pub fn hrstdisccf(&self) -> HRSTDISCCFR[src]

Bit 4 - HRSTDISCCF

pub fn hrstsentcf(&self) -> HRSTSENTCFR[src]

Bit 5 - HRSTSENTCF

pub fn txundcf(&self) -> TXUNDCFR[src]

Bit 6 - TXUNDCF

pub fn rxorddetcf(&self) -> RXORDDETCFR[src]

Bit 9 - RXORDDETCF

pub fn rxhrstdetcf(&self) -> RXHRSTDETCFR[src]

Bit 10 - RXHRSTDETCF

pub fn rxovrcf(&self) -> RXOVRCFR[src]

Bit 11 - RXOVRCF

pub fn rxmsgendcf(&self) -> RXMSGENDCFR[src]

Bit 12 - RXMSGENDCF

pub fn typecevt1cf(&self) -> TYPECEVT1CFR[src]

Bit 14 - TYPECEVT1CF

pub fn typecevt2cf(&self) -> TYPECEVT2CFR[src]

Bit 15 - TYPECEVT2CF

pub fn frsevtcf(&self) -> FRSEVTCFR[src]

Bit 20 - FRSEVTCF

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> From<T> for T[src]

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