Struct atsame70n21b::mcan0::txbcie::W

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

Register TXBCIE writer

Implementations§

source§

impl W

source

pub fn cfie0(&mut self) -> CFIE0_W<'_, 0>

Bit 0 - Cancellation Finished Interrupt Enable for Transmit Buffer 0

source

pub fn cfie1(&mut self) -> CFIE1_W<'_, 1>

Bit 1 - Cancellation Finished Interrupt Enable for Transmit Buffer 1

source

pub fn cfie2(&mut self) -> CFIE2_W<'_, 2>

Bit 2 - Cancellation Finished Interrupt Enable for Transmit Buffer 2

source

pub fn cfie3(&mut self) -> CFIE3_W<'_, 3>

Bit 3 - Cancellation Finished Interrupt Enable for Transmit Buffer 3

source

pub fn cfie4(&mut self) -> CFIE4_W<'_, 4>

Bit 4 - Cancellation Finished Interrupt Enable for Transmit Buffer 4

source

pub fn cfie5(&mut self) -> CFIE5_W<'_, 5>

Bit 5 - Cancellation Finished Interrupt Enable for Transmit Buffer 5

source

pub fn cfie6(&mut self) -> CFIE6_W<'_, 6>

Bit 6 - Cancellation Finished Interrupt Enable for Transmit Buffer 6

source

pub fn cfie7(&mut self) -> CFIE7_W<'_, 7>

Bit 7 - Cancellation Finished Interrupt Enable for Transmit Buffer 7

source

pub fn cfie8(&mut self) -> CFIE8_W<'_, 8>

Bit 8 - Cancellation Finished Interrupt Enable for Transmit Buffer 8

source

pub fn cfie9(&mut self) -> CFIE9_W<'_, 9>

Bit 9 - Cancellation Finished Interrupt Enable for Transmit Buffer 9

source

pub fn cfie10(&mut self) -> CFIE10_W<'_, 10>

Bit 10 - Cancellation Finished Interrupt Enable for Transmit Buffer 10

source

pub fn cfie11(&mut self) -> CFIE11_W<'_, 11>

Bit 11 - Cancellation Finished Interrupt Enable for Transmit Buffer 11

source

pub fn cfie12(&mut self) -> CFIE12_W<'_, 12>

Bit 12 - Cancellation Finished Interrupt Enable for Transmit Buffer 12

source

pub fn cfie13(&mut self) -> CFIE13_W<'_, 13>

Bit 13 - Cancellation Finished Interrupt Enable for Transmit Buffer 13

source

pub fn cfie14(&mut self) -> CFIE14_W<'_, 14>

Bit 14 - Cancellation Finished Interrupt Enable for Transmit Buffer 14

source

pub fn cfie15(&mut self) -> CFIE15_W<'_, 15>

Bit 15 - Cancellation Finished Interrupt Enable for Transmit Buffer 15

source

pub fn cfie16(&mut self) -> CFIE16_W<'_, 16>

Bit 16 - Cancellation Finished Interrupt Enable for Transmit Buffer 16

source

pub fn cfie17(&mut self) -> CFIE17_W<'_, 17>

Bit 17 - Cancellation Finished Interrupt Enable for Transmit Buffer 17

source

pub fn cfie18(&mut self) -> CFIE18_W<'_, 18>

Bit 18 - Cancellation Finished Interrupt Enable for Transmit Buffer 18

source

pub fn cfie19(&mut self) -> CFIE19_W<'_, 19>

Bit 19 - Cancellation Finished Interrupt Enable for Transmit Buffer 19

source

pub fn cfie20(&mut self) -> CFIE20_W<'_, 20>

Bit 20 - Cancellation Finished Interrupt Enable for Transmit Buffer 20

source

pub fn cfie21(&mut self) -> CFIE21_W<'_, 21>

Bit 21 - Cancellation Finished Interrupt Enable for Transmit Buffer 21

source

pub fn cfie22(&mut self) -> CFIE22_W<'_, 22>

Bit 22 - Cancellation Finished Interrupt Enable for Transmit Buffer 22

source

pub fn cfie23(&mut self) -> CFIE23_W<'_, 23>

Bit 23 - Cancellation Finished Interrupt Enable for Transmit Buffer 23

source

pub fn cfie24(&mut self) -> CFIE24_W<'_, 24>

Bit 24 - Cancellation Finished Interrupt Enable for Transmit Buffer 24

source

pub fn cfie25(&mut self) -> CFIE25_W<'_, 25>

Bit 25 - Cancellation Finished Interrupt Enable for Transmit Buffer 25

source

pub fn cfie26(&mut self) -> CFIE26_W<'_, 26>

Bit 26 - Cancellation Finished Interrupt Enable for Transmit Buffer 26

source

pub fn cfie27(&mut self) -> CFIE27_W<'_, 27>

Bit 27 - Cancellation Finished Interrupt Enable for Transmit Buffer 27

source

pub fn cfie28(&mut self) -> CFIE28_W<'_, 28>

Bit 28 - Cancellation Finished Interrupt Enable for Transmit Buffer 28

source

pub fn cfie29(&mut self) -> CFIE29_W<'_, 29>

Bit 29 - Cancellation Finished Interrupt Enable for Transmit Buffer 29

source

pub fn cfie30(&mut self) -> CFIE30_W<'_, 30>

Bit 30 - Cancellation Finished Interrupt Enable for Transmit Buffer 30

source

pub fn cfie31(&mut self) -> CFIE31_W<'_, 31>

Bit 31 - Cancellation Finished Interrupt Enable for Transmit Buffer 31

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

Methods from Deref<Target = W<TXBCIE_SPEC>>§

source

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations§

source§

impl Deref for W

§

type Target = W<TXBCIE_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl DerefMut for W

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl From<W<TXBCIE_SPEC>> for W

source§

fn from(original: W<TXBCIE_SPEC>) -> W

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for W

§

impl Send for W

§

impl Sync for W

§

impl Unpin for W

§

impl UnwindSafe for W

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.