[][src]Struct s32k144::dma::tcd5_csr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

pub fn reset_value() -> W
[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u16) -> &mut Self
[src]

Writes raw bits to the register

pub fn start(&mut self) -> _STARTW
[src]

Bit 0 - Channel Start

pub fn intmajor(&mut self) -> _INTMAJORW
[src]

Bit 1 - Enable an interrupt when major iteration count completes.

pub fn inthalf(&mut self) -> _INTHALFW
[src]

Bit 2 - Enable an interrupt when major counter is half complete.

pub fn dreq(&mut self) -> _DREQW
[src]

Bit 3 - Disable Request

pub fn esg(&mut self) -> _ESGW
[src]

Bit 4 - Enable Scatter/Gather Processing

Bit 5 - Enable channel-to-channel linking on major loop complete

pub fn active(&mut self) -> _ACTIVEW
[src]

Bit 6 - Channel Active

pub fn done(&mut self) -> _DONEW
[src]

Bit 7 - Channel Done

pub fn majorlinkch(&mut self) -> _MAJORLINKCHW
[src]

Bits 8:11 - Major Loop Link Channel Number

pub fn bwc(&mut self) -> _BWCW
[src]

Bits 14:15 - Bandwidth Control

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]