[][src]Struct stm32l4xx_hal::stm32::can1::fa1r::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 fact0(&self) -> FACT0R[src]

Bit 0 - Filter active

pub fn fact1(&self) -> FACT1R[src]

Bit 1 - Filter active

pub fn fact2(&self) -> FACT2R[src]

Bit 2 - Filter active

pub fn fact3(&self) -> FACT3R[src]

Bit 3 - Filter active

pub fn fact4(&self) -> FACT4R[src]

Bit 4 - Filter active

pub fn fact5(&self) -> FACT5R[src]

Bit 5 - Filter active

pub fn fact6(&self) -> FACT6R[src]

Bit 6 - Filter active

pub fn fact7(&self) -> FACT7R[src]

Bit 7 - Filter active

pub fn fact8(&self) -> FACT8R[src]

Bit 8 - Filter active

pub fn fact9(&self) -> FACT9R[src]

Bit 9 - Filter active

pub fn fact10(&self) -> FACT10R[src]

Bit 10 - Filter active

pub fn fact11(&self) -> FACT11R[src]

Bit 11 - Filter active

pub fn fact12(&self) -> FACT12R[src]

Bit 12 - Filter active

pub fn fact13(&self) -> FACT13R[src]

Bit 13 - Filter active

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