Struct atsame70n21b::mcan0::txbcf::R

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

Register TXBCF reader

Implementations§

source§

impl R

source

pub fn cf0(&self) -> CF0_R

Bit 0 - Cancellation Finished for Transmit Buffer 0

source

pub fn cf1(&self) -> CF1_R

Bit 1 - Cancellation Finished for Transmit Buffer 1

source

pub fn cf2(&self) -> CF2_R

Bit 2 - Cancellation Finished for Transmit Buffer 2

source

pub fn cf3(&self) -> CF3_R

Bit 3 - Cancellation Finished for Transmit Buffer 3

source

pub fn cf4(&self) -> CF4_R

Bit 4 - Cancellation Finished for Transmit Buffer 4

source

pub fn cf5(&self) -> CF5_R

Bit 5 - Cancellation Finished for Transmit Buffer 5

source

pub fn cf6(&self) -> CF6_R

Bit 6 - Cancellation Finished for Transmit Buffer 6

source

pub fn cf7(&self) -> CF7_R

Bit 7 - Cancellation Finished for Transmit Buffer 7

source

pub fn cf8(&self) -> CF8_R

Bit 8 - Cancellation Finished for Transmit Buffer 8

source

pub fn cf9(&self) -> CF9_R

Bit 9 - Cancellation Finished for Transmit Buffer 9

source

pub fn cf10(&self) -> CF10_R

Bit 10 - Cancellation Finished for Transmit Buffer 10

source

pub fn cf11(&self) -> CF11_R

Bit 11 - Cancellation Finished for Transmit Buffer 11

source

pub fn cf12(&self) -> CF12_R

Bit 12 - Cancellation Finished for Transmit Buffer 12

source

pub fn cf13(&self) -> CF13_R

Bit 13 - Cancellation Finished for Transmit Buffer 13

source

pub fn cf14(&self) -> CF14_R

Bit 14 - Cancellation Finished for Transmit Buffer 14

source

pub fn cf15(&self) -> CF15_R

Bit 15 - Cancellation Finished for Transmit Buffer 15

source

pub fn cf16(&self) -> CF16_R

Bit 16 - Cancellation Finished for Transmit Buffer 16

source

pub fn cf17(&self) -> CF17_R

Bit 17 - Cancellation Finished for Transmit Buffer 17

source

pub fn cf18(&self) -> CF18_R

Bit 18 - Cancellation Finished for Transmit Buffer 18

source

pub fn cf19(&self) -> CF19_R

Bit 19 - Cancellation Finished for Transmit Buffer 19

source

pub fn cf20(&self) -> CF20_R

Bit 20 - Cancellation Finished for Transmit Buffer 20

source

pub fn cf21(&self) -> CF21_R

Bit 21 - Cancellation Finished for Transmit Buffer 21

source

pub fn cf22(&self) -> CF22_R

Bit 22 - Cancellation Finished for Transmit Buffer 22

source

pub fn cf23(&self) -> CF23_R

Bit 23 - Cancellation Finished for Transmit Buffer 23

source

pub fn cf24(&self) -> CF24_R

Bit 24 - Cancellation Finished for Transmit Buffer 24

source

pub fn cf25(&self) -> CF25_R

Bit 25 - Cancellation Finished for Transmit Buffer 25

source

pub fn cf26(&self) -> CF26_R

Bit 26 - Cancellation Finished for Transmit Buffer 26

source

pub fn cf27(&self) -> CF27_R

Bit 27 - Cancellation Finished for Transmit Buffer 27

source

pub fn cf28(&self) -> CF28_R

Bit 28 - Cancellation Finished for Transmit Buffer 28

source

pub fn cf29(&self) -> CF29_R

Bit 29 - Cancellation Finished for Transmit Buffer 29

source

pub fn cf30(&self) -> CF30_R

Bit 30 - Cancellation Finished for Transmit Buffer 30

source

pub fn cf31(&self) -> CF31_R

Bit 31 - Cancellation Finished for Transmit Buffer 31

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<TXBCF_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<TXBCF_SPEC>> for R

source§

fn from(original: R<TXBCF_SPEC>) -> R

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 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.