[][src]Struct s32k144::dma::tcd1_csr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

pub fn bits(&self) -> u16
[src]

Value of the register as raw bits

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

Bit 0 - Channel Start

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

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

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

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

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

Bit 3 - Disable Request

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

Bit 4 - Enable Scatter/Gather Processing

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

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

Bit 6 - Channel Active

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

Bit 7 - Channel Done

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

Bits 8:11 - Major Loop Link Channel Number

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

Bits 14:15 - Bandwidth Control

Auto Trait Implementations

impl Send for R

impl Sync for R

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]