Struct atsame70n21b::mcan0::txbto::R

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

Register TXBTO reader

Implementations§

source§

impl R

source

pub fn to0(&self) -> TO0_R

Bit 0 - Transmission Occurred for Buffer 0

source

pub fn to1(&self) -> TO1_R

Bit 1 - Transmission Occurred for Buffer 1

source

pub fn to2(&self) -> TO2_R

Bit 2 - Transmission Occurred for Buffer 2

source

pub fn to3(&self) -> TO3_R

Bit 3 - Transmission Occurred for Buffer 3

source

pub fn to4(&self) -> TO4_R

Bit 4 - Transmission Occurred for Buffer 4

source

pub fn to5(&self) -> TO5_R

Bit 5 - Transmission Occurred for Buffer 5

source

pub fn to6(&self) -> TO6_R

Bit 6 - Transmission Occurred for Buffer 6

source

pub fn to7(&self) -> TO7_R

Bit 7 - Transmission Occurred for Buffer 7

source

pub fn to8(&self) -> TO8_R

Bit 8 - Transmission Occurred for Buffer 8

source

pub fn to9(&self) -> TO9_R

Bit 9 - Transmission Occurred for Buffer 9

source

pub fn to10(&self) -> TO10_R

Bit 10 - Transmission Occurred for Buffer 10

source

pub fn to11(&self) -> TO11_R

Bit 11 - Transmission Occurred for Buffer 11

source

pub fn to12(&self) -> TO12_R

Bit 12 - Transmission Occurred for Buffer 12

source

pub fn to13(&self) -> TO13_R

Bit 13 - Transmission Occurred for Buffer 13

source

pub fn to14(&self) -> TO14_R

Bit 14 - Transmission Occurred for Buffer 14

source

pub fn to15(&self) -> TO15_R

Bit 15 - Transmission Occurred for Buffer 15

source

pub fn to16(&self) -> TO16_R

Bit 16 - Transmission Occurred for Buffer 16

source

pub fn to17(&self) -> TO17_R

Bit 17 - Transmission Occurred for Buffer 17

source

pub fn to18(&self) -> TO18_R

Bit 18 - Transmission Occurred for Buffer 18

source

pub fn to19(&self) -> TO19_R

Bit 19 - Transmission Occurred for Buffer 19

source

pub fn to20(&self) -> TO20_R

Bit 20 - Transmission Occurred for Buffer 20

source

pub fn to21(&self) -> TO21_R

Bit 21 - Transmission Occurred for Buffer 21

source

pub fn to22(&self) -> TO22_R

Bit 22 - Transmission Occurred for Buffer 22

source

pub fn to23(&self) -> TO23_R

Bit 23 - Transmission Occurred for Buffer 23

source

pub fn to24(&self) -> TO24_R

Bit 24 - Transmission Occurred for Buffer 24

source

pub fn to25(&self) -> TO25_R

Bit 25 - Transmission Occurred for Buffer 25

source

pub fn to26(&self) -> TO26_R

Bit 26 - Transmission Occurred for Buffer 26

source

pub fn to27(&self) -> TO27_R

Bit 27 - Transmission Occurred for Buffer 27

source

pub fn to28(&self) -> TO28_R

Bit 28 - Transmission Occurred for Buffer 28

source

pub fn to29(&self) -> TO29_R

Bit 29 - Transmission Occurred for Buffer 29

source

pub fn to30(&self) -> TO30_R

Bit 30 - Transmission Occurred for Buffer 30

source

pub fn to31(&self) -> TO31_R

Bit 31 - Transmission Occurred for Buffer 31

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<TXBTO_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<TXBTO_SPEC>> for R

source§

fn from(original: R<TXBTO_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.