W

Struct W 

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

Register IFCR writer

Implementations§

Source§

impl W

Source

pub fn cgif1(&mut self) -> CGIF1_W<'_>

Bit 0 - Clear channel 1 global interrupt flag

Source

pub fn ctcif1(&mut self) -> CTCIF1_W<'_>

Bit 1 - Clear channel 1 transfer complete flag

Source

pub fn chtif2(&mut self) -> CHTIF2_W<'_>

Bit 2 - Clear channel 2 half transfer flag

Source

pub fn cteif3(&mut self) -> CTEIF3_W<'_>

Bit 3 - Clear channel 3 transfer error flag

Source

pub fn cgif4(&mut self) -> CGIF4_W<'_>

Bit 4 - Clear channel 4 global interrupt flag

Source

pub fn ctcif5(&mut self) -> CTCIF5_W<'_>

Bit 5 - Clear channel 5 transfer complete flag

Source

pub fn chtif6(&mut self) -> CHTIF6_W<'_>

Bit 6 - Clear channel 6 half transfer flag

Source

pub fn cteif7(&mut self) -> CTEIF7_W<'_>

Bit 7 - Clear channel 7 transfer error flag

Source

pub fn cgif8(&mut self) -> CGIF8_W<'_>

Bit 8 - Channel global interrupt flag

Source

pub fn ctcif9(&mut self) -> CTCIF9_W<'_>

Bit 9 - Channel transfer complete flag

Source

pub fn chtif10(&mut self) -> CHTIF10_W<'_>

Bit 10 - Channel half transfer flag

Source

pub fn cteif11(&mut self) -> CTEIF11_W<'_>

Bit 11 - Channel transfer error flag

Source

pub fn cgif12(&mut self) -> CGIF12_W<'_>

Bit 12 - Channel global interrupt flag

Source

pub fn ctcif13(&mut self) -> CTCIF13_W<'_>

Bit 13 - Channel transfer complete flag

Source

pub fn chtif14(&mut self) -> CHTIF14_W<'_>

Bit 14 - Channel half transfer flag

Source

pub fn cteif4(&mut self) -> CTEIF4_W<'_>

Bit 15 - Clear channel 4 transfer error flag

Source

pub fn cgif16(&mut self) -> CGIF16_W<'_>

Bit 16 - Channel global interrupt flag

Source

pub fn ctcif17(&mut self) -> CTCIF17_W<'_>

Bit 17 - Channel transfer complete flag

Source

pub fn chtif18(&mut self) -> CHTIF18_W<'_>

Bit 18 - Channel half transfer flag

Source

pub fn cteif19(&mut self) -> CTEIF19_W<'_>

Bit 19 - Channel transfer error flag

Source

pub fn cgif20(&mut self) -> CGIF20_W<'_>

Bit 20 - Channel global interrupt flag

Source

pub fn ctcif21(&mut self) -> CTCIF21_W<'_>

Bit 21 - Channel transfer complete flag

Source

pub fn chtif22(&mut self) -> CHTIF22_W<'_>

Bit 22 - Channel half transfer flag

Source

pub fn cteif23(&mut self) -> CTEIF23_W<'_>

Bit 23 - Channel transfer error flag

Source

pub fn cgif24(&mut self) -> CGIF24_W<'_>

Bit 24 - Channel global interrupt flag

Source

pub fn ctcif25(&mut self) -> CTCIF25_W<'_>

Bit 25 - Channel transfer complete flag

Source

pub fn chtif26(&mut self) -> CHTIF26_W<'_>

Bit 26 - Channel half transfer flag

Source

pub fn cteif27(&mut self) -> CTEIF27_W<'_>

Bit 27 - Channel transfer error flag

Source

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

Writes raw bits to the register.

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

Source

pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>

Writes raw bits to the register.

Trait Implementations§

Source§

impl Deref for W

Source§

type Target = W<IFCR_SPEC>

The resulting type after dereferencing.
Source§

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

Dereferences the value.
Source§

impl DerefMut for W

Source§

fn deref_mut(&mut self) -> &mut <W as Deref>::Target

Mutably dereferences the value.
Source§

impl From<W<IFCR_SPEC>> for W

Source§

fn from(writer: W<IFCR_SPEC>) -> W

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for W

§

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<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

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

Source§

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.