Struct stm32f103xx::tim1::bdtr::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bit 15 - Main output enable

Bit 14 - Automatic output enable

Bit 13 - Break polarity

Bit 12 - Break enable

Bit 11 - Off-state selection for Run mode

Bit 10 - Off-state selection for Idle mode

Bits 8:9 - Lock configuration

Bits 0:7 - Dead-time generator setup

Auto Trait Implementations

impl Send for W

impl Sync for W