Struct stm32f4xx_hal::pac::can1::ffa1r::R

source ·
pub struct R(/* private fields */);
Expand description

Register FFA1R reader

Implementations§

source§

impl R

source

pub fn ffa0(&self) -> BitReaderRaw<bool>

Bit 0 - Filter FIFO assignment for filter 0

source

pub fn ffa1(&self) -> BitReaderRaw<bool>

Bit 1 - Filter FIFO assignment for filter 1

source

pub fn ffa2(&self) -> BitReaderRaw<bool>

Bit 2 - Filter FIFO assignment for filter 2

source

pub fn ffa3(&self) -> BitReaderRaw<bool>

Bit 3 - Filter FIFO assignment for filter 3

source

pub fn ffa4(&self) -> BitReaderRaw<bool>

Bit 4 - Filter FIFO assignment for filter 4

source

pub fn ffa5(&self) -> BitReaderRaw<bool>

Bit 5 - Filter FIFO assignment for filter 5

source

pub fn ffa6(&self) -> BitReaderRaw<bool>

Bit 6 - Filter FIFO assignment for filter 6

source

pub fn ffa7(&self) -> BitReaderRaw<bool>

Bit 7 - Filter FIFO assignment for filter 7

source

pub fn ffa8(&self) -> BitReaderRaw<bool>

Bit 8 - Filter FIFO assignment for filter 8

source

pub fn ffa9(&self) -> BitReaderRaw<bool>

Bit 9 - Filter FIFO assignment for filter 9

source

pub fn ffa10(&self) -> BitReaderRaw<bool>

Bit 10 - Filter FIFO assignment for filter 10

source

pub fn ffa11(&self) -> BitReaderRaw<bool>

Bit 11 - Filter FIFO assignment for filter 11

source

pub fn ffa12(&self) -> BitReaderRaw<bool>

Bit 12 - Filter FIFO assignment for filter 12

source

pub fn ffa13(&self) -> BitReaderRaw<bool>

Bit 13 - Filter FIFO assignment for filter 13

source

pub fn ffa14(&self) -> BitReaderRaw<bool>

Bit 14 - Filter FIFO assignment for filter 14

source

pub fn ffa15(&self) -> BitReaderRaw<bool>

Bit 15 - Filter FIFO assignment for filter 15

source

pub fn ffa16(&self) -> BitReaderRaw<bool>

Bit 16 - Filter FIFO assignment for filter 16

source

pub fn ffa17(&self) -> BitReaderRaw<bool>

Bit 17 - Filter FIFO assignment for filter 17

source

pub fn ffa18(&self) -> BitReaderRaw<bool>

Bit 18 - Filter FIFO assignment for filter 18

source

pub fn ffa19(&self) -> BitReaderRaw<bool>

Bit 19 - Filter FIFO assignment for filter 19

source

pub fn ffa20(&self) -> BitReaderRaw<bool>

Bit 20 - Filter FIFO assignment for filter 20

source

pub fn ffa21(&self) -> BitReaderRaw<bool>

Bit 21 - Filter FIFO assignment for filter 21

source

pub fn ffa22(&self) -> BitReaderRaw<bool>

Bit 22 - Filter FIFO assignment for filter 22

source

pub fn ffa23(&self) -> BitReaderRaw<bool>

Bit 23 - Filter FIFO assignment for filter 23

source

pub fn ffa24(&self) -> BitReaderRaw<bool>

Bit 24 - Filter FIFO assignment for filter 24

source

pub fn ffa25(&self) -> BitReaderRaw<bool>

Bit 25 - Filter FIFO assignment for filter 25

source

pub fn ffa26(&self) -> BitReaderRaw<bool>

Bit 26 - Filter FIFO assignment for filter 26

source

pub fn ffa27(&self) -> BitReaderRaw<bool>

Bit 27 - Filter FIFO assignment for filter 27

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<FFA1R_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &<R as Deref>::Target

Dereferences the value.
source§

impl From<R<FFA1R_SPEC>> for R

source§

fn from(reader: R<FFA1R_SPEC>) -> R

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for R

§

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 T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where 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 T
where 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 T
where 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 T
where 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.