[][src]Struct cc2650::gpt0::dmaev::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

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

Value of the register as raw bits

pub fn reserved12(&self) -> RESERVED12R[src]

Bits 12:31 - Software should not rely on the value of a reserved field. Writing any other value may result in undefined behavior.

pub fn tbmdmaen(&self) -> TBMDMAENR[src]

Bit 11 - GPT Timer B Match DMA Trigger Enable

pub fn cbedmaen(&self) -> CBEDMAENR[src]

Bit 10 - GPT Timer B Capture Event DMA Trigger Enable

pub fn cbmdmaen(&self) -> CBMDMAENR[src]

Bit 9 - GPT Timer B Capture Match DMA Trigger Enable

pub fn tbtodmaen(&self) -> TBTODMAENR[src]

Bit 8 - GPT Timer B Time-Out DMA Trigger Enable

pub fn reserved5(&self) -> RESERVED5R[src]

Bits 5:7 - Software should not rely on the value of a reserved field. Writing any other value may result in undefined behavior.

pub fn tamdmaen(&self) -> TAMDMAENR[src]

Bit 4 - GPT Timer A Match DMA Trigger Enable

pub fn reserved3(&self) -> RESERVED3R[src]

Bit 3 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn caedmaen(&self) -> CAEDMAENR[src]

Bit 2 - GPT Timer A Capture Event DMA Trigger Enable

pub fn camdmaen(&self) -> CAMDMAENR[src]

Bit 1 - GPT Timer A Capture Match DMA Trigger Enable

pub fn tatodmaen(&self) -> TATODMAENR[src]

Bit 0 - GPT Timer A Time-Out DMA Trigger Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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]