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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[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 R

impl Sync for R