Struct stm32f3::stm32f303::tim2::smcr::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

Bits 0:2 - Slave mode selection

Bit 3 - OCREF clear selection

Bits 4:6 - Trigger selection

Bit 7 - Master/Slave mode

Bits 8:11 - External trigger filter

Bits 12:13 - External trigger prescaler

Bit 14 - External clock enable

Bit 15 - External trigger polarity

Bit 16 - Slave mode selection bit3

Auto Trait Implementations

impl Send for W

impl Sync for W