Struct gd32vf103_pac::can0::fscfg::R

source ·
pub struct R(_);
Expand description

Register FSCFG reader

Implementations§

source§

impl R

source

pub fn fs0(&self) -> FS0_R

Bit 0 - Filter scale configuration

source

pub fn fs1(&self) -> FS1_R

Bit 1 - Filter scale configuration

source

pub fn fs2(&self) -> FS2_R

Bit 2 - Filter scale configuration

source

pub fn fs3(&self) -> FS3_R

Bit 3 - Filter scale configuration

source

pub fn fs4(&self) -> FS4_R

Bit 4 - Filter scale configuration

source

pub fn fs5(&self) -> FS5_R

Bit 5 - Filter scale configuration

source

pub fn fs6(&self) -> FS6_R

Bit 6 - Filter scale configuration

source

pub fn fs7(&self) -> FS7_R

Bit 7 - Filter scale configuration

source

pub fn fs8(&self) -> FS8_R

Bit 8 - Filter scale configuration

source

pub fn fs9(&self) -> FS9_R

Bit 9 - Filter scale configuration

source

pub fn fs10(&self) -> FS10_R

Bit 10 - Filter scale configuration

source

pub fn fs11(&self) -> FS11_R

Bit 11 - Filter scale configuration

source

pub fn fs12(&self) -> FS12_R

Bit 12 - Filter scale configuration

source

pub fn fs13(&self) -> FS13_R

Bit 13 - Filter scale configuration

source

pub fn fs14(&self) -> FS14_R

Bit 14 - Filter scale configuration

source

pub fn fs15(&self) -> FS15_R

Bit 15 - Filter scale configuration

source

pub fn fs16(&self) -> FS16_R

Bit 16 - Filter scale configuration

source

pub fn fs17(&self) -> FS17_R

Bit 17 - Filter scale configuration

source

pub fn fs18(&self) -> FS18_R

Bit 18 - Filter scale configuration

source

pub fn fs19(&self) -> FS19_R

Bit 19 - Filter scale configuration

source

pub fn fs20(&self) -> FS20_R

Bit 20 - Filter scale configuration

source

pub fn fs21(&self) -> FS21_R

Bit 21 - Filter scale configuration

source

pub fn fs22(&self) -> FS22_R

Bit 22 - Filter scale configuration

source

pub fn fs23(&self) -> FS23_R

Bit 23 - Filter scale configuration

source

pub fn fs24(&self) -> FS24_R

Bit 24 - Filter scale configuration

source

pub fn fs25(&self) -> FS25_R

Bit 25 - Filter scale configuration

source

pub fn fs26(&self) -> FS26_R

Bit 26 - Filter scale configuration

source

pub fn fs27(&self) -> FS27_R

Bit 27 - Filter scale configuration

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<FSCFG_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<FSCFG_SPEC>> for R

source§

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