[][src]Struct stm32g0::stm32g0x0::ucpd1::icr::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 Self[src]

Writes raw bits to the register

pub fn txmsgdisccf(&mut self) -> _TXMSGDISCCFW[src]

Bit 1 - TXMSGDISCCF

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

Bit 2 - TXMSGSENTCF

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

Bit 3 - TXMSGABTCF

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

Bit 4 - HRSTDISCCF

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

Bit 5 - HRSTSENTCF

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

Bit 6 - TXUNDCF

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

Bit 9 - RXORDDETCF

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

Bit 10 - RXHRSTDETCF

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

Bit 11 - RXOVRCF

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

Bit 12 - RXMSGENDCF

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

Bit 14 - TYPECEVT1CF

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

Bit 15 - TYPECEVT2CF

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

Bit 20 - FRSEVTCF

Auto Trait Implementations

impl Send for W

impl Sync for W

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