Struct stm32f334::hrtim_master::mcr::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 30:31 - Burst DMA Update

[src]

Bit 29 - Master Timer Repetition update

[src]

Bit 27 - Preload enable

[src]

Bits 25:26 - DAC Synchronization

[src]

Bit 21 - Timer E counter enable

[src]

Bit 20 - Timer D counter enable

[src]

Bit 19 - Timer C counter enable

[src]

Bit 18 - Timer B counter enable

[src]

Bit 17 - Timer A counter enable

[src]

Bit 16 - Master Counter enable

[src]

Bits 14:15 - Synchronization source

[src]

Bits 12:13 - Synchronization output

[src]

Bit 11 - Synchronization Starts Master

[src]

Bit 10 - Synchronization Resets Master

[src]

Bits 8:9 - ynchronization input

[src]

Bit 5 - Half mode enable

[src]

Bit 4 - Master Re-triggerable mode

[src]

Bit 3 - Master Continuous mode

[src]

Bits 0:2 - HRTIM Master Clock prescaler

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R