Struct stm32f334::hrtim_common::cr1::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bits 25:27 - ADC Trigger 4 Update Source

[src]

Bits 22:24 - ADC Trigger 3 Update Source

[src]

Bits 19:21 - ADC Trigger 2 Update Source

[src]

Bits 16:18 - ADC Trigger 1 Update Source

[src]

Bit 5 - Timer E Update Disable

[src]

Bit 4 - Timer D Update Disable

[src]

Bit 3 - Timer C Update Disable

[src]

Bit 2 - Timer B Update Disable

[src]

Bit 1 - Timer A Update Disable

[src]

Bit 0 - Master Update Disable

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W