[][src]Struct gd32vf103_pac::timer0::ctl1::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 iso3(&self) -> ISO3R[src]

Bit 14 - Idle state of channel 3 output

pub fn iso2n(&self) -> ISO2NR[src]

Bit 13 - Idle state of channel 2 complementary output

pub fn iso2(&self) -> ISO2R[src]

Bit 12 - Idle state of channel 2 output

pub fn iso1n(&self) -> ISO1NR[src]

Bit 11 - Idle state of channel 1 complementary output

pub fn iso1(&self) -> ISO1R[src]

Bit 10 - Idle state of channel 1 output

pub fn iso0n(&self) -> ISO0NR[src]

Bit 9 - Idle state of channel 0 complementary output

pub fn iso0(&self) -> ISO0R[src]

Bit 8 - Idle state of channel 0 output

pub fn ti0s(&self) -> TI0SR[src]

Bit 7 - Channel 0 trigger input selection

pub fn mmc(&self) -> MMCR[src]

Bits 4:6 - Master mode control

pub fn dmas(&self) -> DMASR[src]

Bit 3 - DMA request source selection

pub fn ccuc(&self) -> CCUCR[src]

Bit 2 - Commutation control shadow register update control

pub fn ccse(&self) -> CCSER[src]

Bit 0 - Commutation control shadow 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]