[][src]Struct gd32vf103_pac::timer0::dmainten::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 trgden(&self) -> TRGDENR[src]

Bit 14 - Trigger DMA request enable

pub fn cmtden(&self) -> CMTDENR[src]

Bit 13 - Commutation DMA request enable

pub fn ch3den(&self) -> CH3DENR[src]

Bit 12 - Channel 3 capture/compare DMA request enable

pub fn ch2den(&self) -> CH2DENR[src]

Bit 11 - Channel 2 capture/compare DMA request enable

pub fn ch1den(&self) -> CH1DENR[src]

Bit 10 - Channel 1 capture/compare DMA request enable

pub fn ch0den(&self) -> CH0DENR[src]

Bit 9 - Channel 0 capture/compare DMA request enable

pub fn upden(&self) -> UPDENR[src]

Bit 8 - Update DMA request enable

pub fn brkie(&self) -> BRKIER[src]

Bit 7 - Break interrupt enable

pub fn trgie(&self) -> TRGIER[src]

Bit 6 - Trigger interrupt enable

pub fn cmtie(&self) -> CMTIER[src]

Bit 5 - commutation interrupt enable

pub fn ch3ie(&self) -> CH3IER[src]

Bit 4 - Channel 3 capture/compare interrupt enable

pub fn ch2ie(&self) -> CH2IER[src]

Bit 3 - Channel 2 capture/compare interrupt enable

pub fn ch1ie(&self) -> CH1IER[src]

Bit 2 - Channel 1 capture/compare interrupt enable

pub fn ch0ie(&self) -> CH0IER[src]

Bit 1 - Channel 0 capture/compare interrupt enable

pub fn upie(&self) -> UPIER[src]

Bit 0 - Update interrupt enable

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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