[][src]Struct stm32f3::stm32f303::tim1::egr::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 ug(&mut self) -> _UGW
[src]

Bit 0 - Update generation

pub fn cc1g(&mut self) -> _CC1GW
[src]

Bit 1 - Capture/compare 1 generation

pub fn cc2g(&mut self) -> _CC2GW
[src]

Bit 2 - Capture/compare 2 generation

pub fn cc3g(&mut self) -> _CC3GW
[src]

Bit 3 - Capture/compare 3 generation

pub fn cc4g(&mut self) -> _CC4GW
[src]

Bit 4 - Capture/compare 4 generation

pub fn comg(&mut self) -> _COMGW
[src]

Bit 5 - Capture/Compare control update generation

pub fn tg(&mut self) -> _TGW
[src]

Bit 6 - Trigger generation

pub fn bg(&mut self) -> _BGW
[src]

Bit 7 - Break generation

pub fn b2g(&mut self) -> _B2GW
[src]

Bit 8 - Break 2 generation

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T
[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]