[][src]Struct cc13x2_cc26x2_pac::gpt2::dmaev::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: u32) -> &mut Self[src]

Writes raw bits to the register

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

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

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

Bit 11 - 11:11] GPT Timer B Match DMA Trigger Enable

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

Bit 10 - 10:10] GPT Timer B Capture Event DMA Trigger Enable

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

Bit 9 - 9:9] GPT Timer B Capture Match DMA Trigger Enable

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

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

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

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

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

Bit 4 - 4:4] GPT Timer A Match DMA Trigger Enable

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

Bit 3 - 3: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(&mut self) -> _CAEDMAENW[src]

Bit 2 - 2:2] GPT Timer A Capture Event DMA Trigger Enable

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

Bit 1 - 1:1] GPT Timer A Capture Match DMA Trigger Enable

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

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

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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]

impl<T> Same for T

type Output = T

Should always be Self