Struct gd32vf103_pac::can0::fafifo::R

source ·
pub struct R(_);
Expand description

Register FAFIFO reader

Implementations§

source§

impl R

source

pub fn faf0(&self) -> FAF0_R

Bit 0 - Filter 0 associated with FIFO

source

pub fn faf1(&self) -> FAF1_R

Bit 1 - Filter 1 associated with FIFO

source

pub fn faf2(&self) -> FAF2_R

Bit 2 - Filter 2 associated with FIFO

source

pub fn faf3(&self) -> FAF3_R

Bit 3 - Filter 3 associated with FIFO

source

pub fn faf4(&self) -> FAF4_R

Bit 4 - Filter 4 associated with FIFO

source

pub fn faf5(&self) -> FAF5_R

Bit 5 - Filter 5 associated with FIFO

source

pub fn faf6(&self) -> FAF6_R

Bit 6 - Filter 6 associated with FIFO

source

pub fn faf7(&self) -> FAF7_R

Bit 7 - Filter 7 associated with FIFO

source

pub fn faf8(&self) -> FAF8_R

Bit 8 - Filter 8 associated with FIFO

source

pub fn faf9(&self) -> FAF9_R

Bit 9 - Filter 9 associated with FIFO

source

pub fn faf10(&self) -> FAF10_R

Bit 10 - Filter 10 associated with FIFO

source

pub fn faf11(&self) -> FAF11_R

Bit 11 - Filter 11 associated with FIFO

source

pub fn faf12(&self) -> FAF12_R

Bit 12 - Filter 12 associated with FIFO

source

pub fn faf13(&self) -> FAF13_R

Bit 13 - Filter 13 associated with FIFO

source

pub fn faf14(&self) -> FAF14_R

Bit 14 - Filter 14 associated with FIFO

source

pub fn faf15(&self) -> FAF15_R

Bit 15 - Filter 15 associated with FIFO

source

pub fn faf16(&self) -> FAF16_R

Bit 16 - Filter 16 associated with FIFO

source

pub fn faf17(&self) -> FAF17_R

Bit 17 - Filter 17 associated with FIFO

source

pub fn faf18(&self) -> FAF18_R

Bit 18 - Filter 18 associated with FIFO

source

pub fn faf19(&self) -> FAF19_R

Bit 19 - Filter 19 associated with FIFO

source

pub fn faf20(&self) -> FAF20_R

Bit 20 - Filter 20 associated with FIFO

source

pub fn faf21(&self) -> FAF21_R

Bit 21 - Filter 21 associated with FIFO

source

pub fn faf22(&self) -> FAF22_R

Bit 22 - Filter 22 associated with FIFO

source

pub fn faf23(&self) -> FAF23_R

Bit 23 - Filter 23 associated with FIFO

source

pub fn faf24(&self) -> FAF24_R

Bit 24 - Filter 24 associated with FIFO

source

pub fn faf25(&self) -> FAF25_R

Bit 25 - Filter 25 associated with FIFO

source

pub fn faf26(&self) -> FAF26_R

Bit 26 - Filter 26 associated with FIFO

source

pub fn faf27(&self) -> FAF27_R

Bit 27 - Filter 27 associated with FIFO

Methods from Deref<Target = R<FAFIFO_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<FAFIFO_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<FAFIFO_SPEC>> for R

source§

fn from(reader: R<FAFIFO_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.