Struct gd32vf103_pac::can0::f20data0::R

source ·
pub struct R(_);
Expand description

Register F20DATA0 reader

Implementations§

source§

impl R

source

pub fn fd0(&self) -> FD0_R

Bit 0 - Filter bits

source

pub fn fd1(&self) -> FD1_R

Bit 1 - Filter bits

source

pub fn fd2(&self) -> FD2_R

Bit 2 - Filter bits

source

pub fn fd3(&self) -> FD3_R

Bit 3 - Filter bits

source

pub fn fd4(&self) -> FD4_R

Bit 4 - Filter bits

source

pub fn fd5(&self) -> FD5_R

Bit 5 - Filter bits

source

pub fn fd6(&self) -> FD6_R

Bit 6 - Filter bits

source

pub fn fd7(&self) -> FD7_R

Bit 7 - Filter bits

source

pub fn fd8(&self) -> FD8_R

Bit 8 - Filter bits

source

pub fn fd9(&self) -> FD9_R

Bit 9 - Filter bits

source

pub fn fd10(&self) -> FD10_R

Bit 10 - Filter bits

source

pub fn fd11(&self) -> FD11_R

Bit 11 - Filter bits

source

pub fn fd12(&self) -> FD12_R

Bit 12 - Filter bits

source

pub fn fd13(&self) -> FD13_R

Bit 13 - Filter bits

source

pub fn fd14(&self) -> FD14_R

Bit 14 - Filter bits

source

pub fn fd15(&self) -> FD15_R

Bit 15 - Filter bits

source

pub fn fd16(&self) -> FD16_R

Bit 16 - Filter bits

source

pub fn fd17(&self) -> FD17_R

Bit 17 - Filter bits

source

pub fn fd18(&self) -> FD18_R

Bit 18 - Filter bits

source

pub fn fd19(&self) -> FD19_R

Bit 19 - Filter bits

source

pub fn fd20(&self) -> FD20_R

Bit 20 - Filter bits

source

pub fn fd21(&self) -> FD21_R

Bit 21 - Filter bits

source

pub fn fd22(&self) -> FD22_R

Bit 22 - Filter bits

source

pub fn fd23(&self) -> FD23_R

Bit 23 - Filter bits

source

pub fn fd24(&self) -> FD24_R

Bit 24 - Filter bits

source

pub fn fd25(&self) -> FD25_R

Bit 25 - Filter bits

source

pub fn fd26(&self) -> FD26_R

Bit 26 - Filter bits

source

pub fn fd27(&self) -> FD27_R

Bit 27 - Filter bits

source

pub fn fd28(&self) -> FD28_R

Bit 28 - Filter bits

source

pub fn fd29(&self) -> FD29_R

Bit 29 - Filter bits

source

pub fn fd30(&self) -> FD30_R

Bit 30 - Filter bits

source

pub fn fd31(&self) -> FD31_R

Bit 31 - Filter bits

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<F20DATA0_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<F20DATA0_SPEC>> for R

source§

fn from(reader: R<F20DATA0_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.