[][src]Struct gd32vf103_pac::timer1::chctl1_output::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: u16) -> &mut Self[src]

Writes raw bits to the register

pub fn ch3comcen(&mut self) -> _CH3COMCENW[src]

Bit 15 - Channel 3 output compare clear enable

pub fn ch3comctl(&mut self) -> _CH3COMCTLW[src]

Bits 12:14 - Channel 3 compare output control

pub fn ch3comsen(&mut self) -> _CH3COMSENW[src]

Bit 11 - Channel 3 output compare shadow enable

pub fn ch3comfen(&mut self) -> _CH3COMFENW[src]

Bit 10 - Channel 3 output compare fast enable

pub fn ch3ms(&mut self) -> _CH3MSW[src]

Bits 8:9 - Channel 3 mode selection

pub fn ch2comcen(&mut self) -> _CH2COMCENW[src]

Bit 7 - Channel 2 output compare clear enable

pub fn ch2comctl(&mut self) -> _CH2COMCTLW[src]

Bits 4:6 - Channel 2 compare output control

pub fn ch2comsen(&mut self) -> _CH2COMSENW[src]

Bit 3 - Channel 2 compare output shadow enable

pub fn ch2comfen(&mut self) -> _CH2COMFENW[src]

Bit 2 - Channel 2 output compare fast enable

pub fn ch2ms(&mut self) -> _CH2MSW[src]

Bits 0:1 - Channel 2 I/O mode selection

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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]