[][src]Struct stm32f3::stm32f303::can::ier::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn slkie(&mut self) -> _SLKIEW[src]

Bit 17 - SLKIE

pub fn wkuie(&mut self) -> _WKUIEW[src]

Bit 16 - WKUIE

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

Bit 15 - ERRIE

pub fn lecie(&mut self) -> _LECIEW[src]

Bit 11 - LECIE

pub fn bofie(&mut self) -> _BOFIEW[src]

Bit 10 - BOFIE

pub fn epvie(&mut self) -> _EPVIEW[src]

Bit 9 - EPVIE

pub fn ewgie(&mut self) -> _EWGIEW[src]

Bit 8 - EWGIE

pub fn fovie1(&mut self) -> _FOVIE1W[src]

Bit 6 - FOVIE1

pub fn ffie1(&mut self) -> _FFIE1W[src]

Bit 5 - FFIE1

pub fn fmpie1(&mut self) -> _FMPIE1W[src]

Bit 4 - FMPIE1

pub fn fovie0(&mut self) -> _FOVIE0W[src]

Bit 3 - FOVIE0

pub fn ffie0(&mut self) -> _FFIE0W[src]

Bit 2 - FFIE0

pub fn fmpie0(&mut self) -> _FMPIE0W[src]

Bit 1 - FMPIE0

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

Bit 0 - TMEIE

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]

impl<T> Same<T> for T

type Output = T

Should always be Self