Struct gd32vf103_pac::can0::fw::R

source ·
pub struct R(_);
Expand description

Register FW reader

Implementations§

source§

impl R

source

pub fn fw0(&self) -> FW0_R

Bit 0 - Filter working

source

pub fn fw1(&self) -> FW1_R

Bit 1 - Filter working

source

pub fn fw2(&self) -> FW2_R

Bit 2 - Filter working

source

pub fn fw3(&self) -> FW3_R

Bit 3 - Filter working

source

pub fn fw4(&self) -> FW4_R

Bit 4 - Filter working

source

pub fn fw5(&self) -> FW5_R

Bit 5 - Filter working

source

pub fn fw6(&self) -> FW6_R

Bit 6 - Filter working

source

pub fn fw7(&self) -> FW7_R

Bit 7 - Filter working

source

pub fn fw8(&self) -> FW8_R

Bit 8 - Filter working

source

pub fn fw9(&self) -> FW9_R

Bit 9 - Filter working

source

pub fn fw10(&self) -> FW10_R

Bit 10 - Filter working

source

pub fn fw11(&self) -> FW11_R

Bit 11 - Filter working

source

pub fn fw12(&self) -> FW12_R

Bit 12 - Filter working

source

pub fn fw13(&self) -> FW13_R

Bit 13 - Filter working

source

pub fn fw14(&self) -> FW14_R

Bit 14 - Filter working

source

pub fn fw15(&self) -> FW15_R

Bit 15 - Filter working

source

pub fn fw16(&self) -> FW16_R

Bit 16 - Filter working

source

pub fn fw17(&self) -> FW17_R

Bit 17 - Filter working

source

pub fn fw18(&self) -> FW18_R

Bit 18 - Filter working

source

pub fn fw19(&self) -> FW19_R

Bit 19 - Filter working

source

pub fn fw20(&self) -> FW20_R

Bit 20 - Filter working

source

pub fn fw21(&self) -> FW21_R

Bit 21 - Filter working

source

pub fn fw22(&self) -> FW22_R

Bit 22 - Filter working

source

pub fn fw23(&self) -> FW23_R

Bit 23 - Filter working

source

pub fn fw24(&self) -> FW24_R

Bit 24 - Filter working

source

pub fn fw25(&self) -> FW25_R

Bit 25 - Filter working

source

pub fn fw26(&self) -> FW26_R

Bit 26 - Filter working

source

pub fn fw27(&self) -> FW27_R

Bit 27 - Filter working

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<FW_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<FW_SPEC>> for R

source§

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