[][src]Struct gd32vf103_pac::can0::fmcfg::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 fmod27(&self) -> FMOD27R[src]

Bit 27 - Filter mode

pub fn fmod26(&self) -> FMOD26R[src]

Bit 26 - Filter mode

pub fn fmod25(&self) -> FMOD25R[src]

Bit 25 - Filter mode

pub fn fmod24(&self) -> FMOD24R[src]

Bit 24 - Filter mode

pub fn fmod23(&self) -> FMOD23R[src]

Bit 23 - Filter mode

pub fn fmod22(&self) -> FMOD22R[src]

Bit 22 - Filter mode

pub fn fmod21(&self) -> FMOD21R[src]

Bit 21 - Filter mode

pub fn fmod20(&self) -> FMOD20R[src]

Bit 20 - Filter mode

pub fn fmod19(&self) -> FMOD19R[src]

Bit 19 - Filter mode

pub fn fmod18(&self) -> FMOD18R[src]

Bit 18 - Filter mode

pub fn fmod17(&self) -> FMOD17R[src]

Bit 17 - Filter mode

pub fn fmod16(&self) -> FMOD16R[src]

Bit 16 - Filter mode

pub fn fmod15(&self) -> FMOD15R[src]

Bit 15 - Filter mode

pub fn fmod14(&self) -> FMOD14R[src]

Bit 14 - Filter mode

pub fn fmod13(&self) -> FMOD13R[src]

Bit 13 - Filter mode

pub fn fmod12(&self) -> FMOD12R[src]

Bit 12 - Filter mode

pub fn fmod11(&self) -> FMOD11R[src]

Bit 11 - Filter mode

pub fn fmod10(&self) -> FMOD10R[src]

Bit 10 - Filter mode

pub fn fmod9(&self) -> FMOD9R[src]

Bit 9 - Filter mode

pub fn fmod8(&self) -> FMOD8R[src]

Bit 8 - Filter mode

pub fn fmod7(&self) -> FMOD7R[src]

Bit 7 - Filter mode

pub fn fmod6(&self) -> FMOD6R[src]

Bit 6 - Filter mode

pub fn fmod5(&self) -> FMOD5R[src]

Bit 5 - Filter mode

pub fn fmod4(&self) -> FMOD4R[src]

Bit 4 - Filter mode

pub fn fmod3(&self) -> FMOD3R[src]

Bit 3 - Filter mode

pub fn fmod2(&self) -> FMOD2R[src]

Bit 2 - Filter mode

pub fn fmod1(&self) -> FMOD1R[src]

Bit 1 - Filter mode

pub fn fmod0(&self) -> FMOD0R[src]

Bit 0 - Filter mode

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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]