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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

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 R

impl Sync for R