[][src]Struct gd32vf103_pac::can0::inten::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 slpwie(&mut self) -> _SLPWIEW[src]

Bit 17 - Sleep working interrupt enable

pub fn wie(&mut self) -> _WIEW[src]

Bit 16 - Wakeup interrupt enable

pub fn errie(&mut self) -> _ERRIEW[src]

Bit 15 - Error interrupt enable

pub fn errnie(&mut self) -> _ERRNIEW[src]

Bit 11 - Error number interrupt enable

pub fn boie(&mut self) -> _BOIEW[src]

Bit 10 - Bus-off interrupt enable

pub fn perrie(&mut self) -> _PERRIEW[src]

Bit 9 - Passive error interrupt enable

pub fn werrie(&mut self) -> _WERRIEW[src]

Bit 8 - Warning error interrupt enable

pub fn rfoie1(&mut self) -> _RFOIE1W[src]

Bit 6 - Receive FIFO1 overfull interrupt enable

pub fn rffie1(&mut self) -> _RFFIE1W[src]

Bit 5 - Receive FIFO1 full interrupt enable

pub fn rfneie1(&mut self) -> _RFNEIE1W[src]

Bit 4 - Receive FIFO1 not empty interrupt enable

pub fn rfoie0(&mut self) -> _RFOIE0W[src]

Bit 3 - Receive FIFO0 overfull interrupt enable

pub fn rffie0(&mut self) -> _RFFIE0W[src]

Bit 2 - Receive FIFO0 full interrupt enable

pub fn rfneie0(&mut self) -> _RFNEIE0W[src]

Bit 1 - Receive FIFO0 not empty interrupt enable

pub fn tmeie(&mut self) -> _TMEIEW[src]

Bit 0 - Transmit mailbox empty interrupt enable

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send 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]