[][src]Struct stm32f3::stm32f303::tim1::egr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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 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]

impl<T> Same<T> for T

type Output = T

Should always be Self