[][src]Struct stm32f3::stm32f303::tim1::bdtr::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 dtg(&mut self) -> _DTGW[src]

Bits 0:7 - Dead-time generator setup

pub fn lock(&mut self) -> _LOCKW[src]

Bits 8:9 - Lock configuration

pub fn ossi(&mut self) -> _OSSIW[src]

Bit 10 - Off-state selection for Idle mode

pub fn ossr(&mut self) -> _OSSRW[src]

Bit 11 - Off-state selection for Run mode

pub fn bke(&mut self) -> _BKEW[src]

Bit 12 - Break enable

pub fn bkp(&mut self) -> _BKPW[src]

Bit 13 - Break polarity

pub fn aoe(&mut self) -> _AOEW[src]

Bit 14 - Automatic output enable

pub fn moe(&mut self) -> _MOEW[src]

Bit 15 - Main output enable

pub fn bkf(&mut self) -> _BKFW[src]

Bits 16:19 - Break filter

pub fn bk2f(&mut self) -> _BK2FW[src]

Bits 20:23 - Break 2 filter

pub fn bk2e(&mut self) -> _BK2EW[src]

Bit 24 - Break 2 enable

pub fn bk2p(&mut self) -> _BK2PW[src]

Bit 25 - Break 2 polarity

Auto Trait Implementations

impl Send for W

impl Sync 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