Struct atsame70n21b::mcan0::txbtie::R

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

Register TXBTIE reader

Implementations§

source§

impl R

source

pub fn tie0(&self) -> TIE0_R

Bit 0 - Transmission Interrupt Enable for Buffer 0

source

pub fn tie1(&self) -> TIE1_R

Bit 1 - Transmission Interrupt Enable for Buffer 1

source

pub fn tie2(&self) -> TIE2_R

Bit 2 - Transmission Interrupt Enable for Buffer 2

source

pub fn tie3(&self) -> TIE3_R

Bit 3 - Transmission Interrupt Enable for Buffer 3

source

pub fn tie4(&self) -> TIE4_R

Bit 4 - Transmission Interrupt Enable for Buffer 4

source

pub fn tie5(&self) -> TIE5_R

Bit 5 - Transmission Interrupt Enable for Buffer 5

source

pub fn tie6(&self) -> TIE6_R

Bit 6 - Transmission Interrupt Enable for Buffer 6

source

pub fn tie7(&self) -> TIE7_R

Bit 7 - Transmission Interrupt Enable for Buffer 7

source

pub fn tie8(&self) -> TIE8_R

Bit 8 - Transmission Interrupt Enable for Buffer 8

source

pub fn tie9(&self) -> TIE9_R

Bit 9 - Transmission Interrupt Enable for Buffer 9

source

pub fn tie10(&self) -> TIE10_R

Bit 10 - Transmission Interrupt Enable for Buffer 10

source

pub fn tie11(&self) -> TIE11_R

Bit 11 - Transmission Interrupt Enable for Buffer 11

source

pub fn tie12(&self) -> TIE12_R

Bit 12 - Transmission Interrupt Enable for Buffer 12

source

pub fn tie13(&self) -> TIE13_R

Bit 13 - Transmission Interrupt Enable for Buffer 13

source

pub fn tie14(&self) -> TIE14_R

Bit 14 - Transmission Interrupt Enable for Buffer 14

source

pub fn tie15(&self) -> TIE15_R

Bit 15 - Transmission Interrupt Enable for Buffer 15

source

pub fn tie16(&self) -> TIE16_R

Bit 16 - Transmission Interrupt Enable for Buffer 16

source

pub fn tie17(&self) -> TIE17_R

Bit 17 - Transmission Interrupt Enable for Buffer 17

source

pub fn tie18(&self) -> TIE18_R

Bit 18 - Transmission Interrupt Enable for Buffer 18

source

pub fn tie19(&self) -> TIE19_R

Bit 19 - Transmission Interrupt Enable for Buffer 19

source

pub fn tie20(&self) -> TIE20_R

Bit 20 - Transmission Interrupt Enable for Buffer 20

source

pub fn tie21(&self) -> TIE21_R

Bit 21 - Transmission Interrupt Enable for Buffer 21

source

pub fn tie22(&self) -> TIE22_R

Bit 22 - Transmission Interrupt Enable for Buffer 22

source

pub fn tie23(&self) -> TIE23_R

Bit 23 - Transmission Interrupt Enable for Buffer 23

source

pub fn tie24(&self) -> TIE24_R

Bit 24 - Transmission Interrupt Enable for Buffer 24

source

pub fn tie25(&self) -> TIE25_R

Bit 25 - Transmission Interrupt Enable for Buffer 25

source

pub fn tie26(&self) -> TIE26_R

Bit 26 - Transmission Interrupt Enable for Buffer 26

source

pub fn tie27(&self) -> TIE27_R

Bit 27 - Transmission Interrupt Enable for Buffer 27

source

pub fn tie28(&self) -> TIE28_R

Bit 28 - Transmission Interrupt Enable for Buffer 28

source

pub fn tie29(&self) -> TIE29_R

Bit 29 - Transmission Interrupt Enable for Buffer 29

source

pub fn tie30(&self) -> TIE30_R

Bit 30 - Transmission Interrupt Enable for Buffer 30

source

pub fn tie31(&self) -> TIE31_R

Bit 31 - Transmission Interrupt Enable for Buffer 31

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<TXBTIE_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<TXBTIE_SPEC>> for R

source§

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