[][src]Struct stm32f3::stm32f3x8::tim1::cr1::_CMSW

pub struct _CMSW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _CMSW<'a>[src]

pub fn variant(self, variant: CMSW) -> &'a mut W[src]

Writes variant to the field

pub fn edge_aligned(self) -> &'a mut W[src]

The counter counts up or down depending on the direction bit

pub fn center_aligned1(self) -> &'a mut W[src]

The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down.

pub fn center_aligned2(self) -> &'a mut W[src]

The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up.

pub fn center_aligned3(self) -> &'a mut W[src]

The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down.

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _CMSW<'a>

impl<'a> Sync for _CMSW<'a>

impl<'a> Send for _CMSW<'a>

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