[][src]Struct stm32g0::stm32g0x0::ucpd1::imr::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 txisie(&mut self) -> _TXISIEW[src]

Bit 0 - TXISIE

pub fn txmsgdiscie(&mut self) -> _TXMSGDISCIEW[src]

Bit 1 - TXMSGDISCIE

pub fn txmsgsentie(&mut self) -> _TXMSGSENTIEW[src]

Bit 2 - TXMSGSENTIE

pub fn txmsgabtie(&mut self) -> _TXMSGABTIEW[src]

Bit 3 - TXMSGABTIE

pub fn hrstdiscie(&mut self) -> _HRSTDISCIEW[src]

Bit 4 - HRSTDISCIE

pub fn hrstsentie(&mut self) -> _HRSTSENTIEW[src]

Bit 5 - HRSTSENTIE

pub fn txundie(&mut self) -> _TXUNDIEW[src]

Bit 6 - TXUNDIE

pub fn rxneie(&mut self) -> _RXNEIEW[src]

Bit 8 - RXNEIE

pub fn rxorddetie(&mut self) -> _RXORDDETIEW[src]

Bit 9 - RXORDDETIE

pub fn rxhrstdetie(&mut self) -> _RXHRSTDETIEW[src]

Bit 10 - RXHRSTDETIE

pub fn rxovrie(&mut self) -> _RXOVRIEW[src]

Bit 11 - RXOVRIE

pub fn rxmsgendie(&mut self) -> _RXMSGENDIEW[src]

Bit 12 - RXMSGENDIE

pub fn typecevt1ie(&mut self) -> _TYPECEVT1IEW[src]

Bit 14 - TYPECEVT1IE

pub fn typecevt2ie(&mut self) -> _TYPECEVT2IEW[src]

Bit 15 - TYPECEVT2IE

pub fn frsevtie(&mut self) -> _FRSEVTIEW[src]

Bit 20 - FRSEVTIE

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, 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