[][src]Struct stm32l4xx_hal::stm32::can1::ier::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 slkie(&self) -> SLKIER[src]

Bit 17 - SLKIE

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

Bit 16 - WKUIE

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

Bit 15 - ERRIE

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

Bit 11 - LECIE

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

Bit 10 - BOFIE

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

Bit 9 - EPVIE

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

Bit 8 - EWGIE

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

Bit 6 - FOVIE1

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

Bit 5 - FFIE1

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

Bit 4 - FMPIE1

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

Bit 3 - FOVIE0

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

Bit 2 - FFIE0

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

Bit 1 - FMPIE0

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

Bit 0 - TMEIE

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self