Struct ch32v3::ch32v30x::can1::f23r2::R

source ·
pub struct R(_);
Expand description

Register F23R2 reader

Implementations§

source§

impl R

source

pub fn fb0(&self) -> FB0_R

Bit 0 - Filter bits

source

pub fn fb1(&self) -> FB1_R

Bit 1 - Filter bits

source

pub fn fb2(&self) -> FB2_R

Bit 2 - Filter bits

source

pub fn fb3(&self) -> FB3_R

Bit 3 - Filter bits

source

pub fn fb4(&self) -> FB4_R

Bit 4 - Filter bits

source

pub fn fb5(&self) -> FB5_R

Bit 5 - Filter bits

source

pub fn fb6(&self) -> FB6_R

Bit 6 - Filter bits

source

pub fn fb7(&self) -> FB7_R

Bit 7 - Filter bits

source

pub fn fb8(&self) -> FB8_R

Bit 8 - Filter bits

source

pub fn fb9(&self) -> FB9_R

Bit 9 - Filter bits

source

pub fn fb10(&self) -> FB10_R

Bit 10 - Filter bits

source

pub fn fb11(&self) -> FB11_R

Bit 11 - Filter bits

source

pub fn fb12(&self) -> FB12_R

Bit 12 - Filter bits

source

pub fn fb13(&self) -> FB13_R

Bit 13 - Filter bits

source

pub fn fb14(&self) -> FB14_R

Bit 14 - Filter bits

source

pub fn fb15(&self) -> FB15_R

Bit 15 - Filter bits

source

pub fn fb16(&self) -> FB16_R

Bit 16 - Filter bits

source

pub fn fb17(&self) -> FB17_R

Bit 17 - Filter bits

source

pub fn fb18(&self) -> FB18_R

Bit 18 - Filter bits

source

pub fn fb19(&self) -> FB19_R

Bit 19 - Filter bits

source

pub fn fb20(&self) -> FB20_R

Bit 20 - Filter bits

source

pub fn fb21(&self) -> FB21_R

Bit 21 - Filter bits

source

pub fn fb22(&self) -> FB22_R

Bit 22 - Filter bits

source

pub fn fb23(&self) -> FB23_R

Bit 23 - Filter bits

source

pub fn fb24(&self) -> FB24_R

Bit 24 - Filter bits

source

pub fn fb25(&self) -> FB25_R

Bit 25 - Filter bits

source

pub fn fb26(&self) -> FB26_R

Bit 26 - Filter bits

source

pub fn fb27(&self) -> FB27_R

Bit 27 - Filter bits

source

pub fn fb28(&self) -> FB28_R

Bit 28 - Filter bits

source

pub fn fb29(&self) -> FB29_R

Bit 29 - Filter bits

source

pub fn fb30(&self) -> FB30_R

Bit 30 - Filter bits

source

pub fn fb31(&self) -> FB31_R

Bit 31 - Filter bits

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<F23R2_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<F23R2_SPEC>> for R

source§

fn from(reader: R<F23R2_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,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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.
const: unstable · 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.
const: unstable · source§

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

Performs the conversion.