[][src]Struct stm32f3::stm32f303::tim3::smcr::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 sms(&mut self) -> _SMSW[src]

Bits 0:2 - Slave mode selection

pub fn occs(&mut self) -> _OCCSW[src]

Bit 3 - OCREF clear selection

pub fn ts(&mut self) -> _TSW[src]

Bits 4:6 - Trigger selection

pub fn msm(&mut self) -> _MSMW[src]

Bit 7 - Master/Slave mode

pub fn etf(&mut self) -> _ETFW[src]

Bits 8:11 - External trigger filter

pub fn etps(&mut self) -> _ETPSW[src]

Bits 12:13 - External trigger prescaler

pub fn ece(&mut self) -> _ECEW[src]

Bit 14 - External clock enable

pub fn etp(&mut self) -> _ETPW[src]

Bit 15 - External trigger polarity

pub fn sms_3(&mut self) -> _SMS_3W[src]

Bit 16 - Slave mode selection bit3

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