Struct stm32f334::tim17::dier::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]

Bit 0 - Update interrupt enable

[src]

Bit 1 - Capture/Compare 1 interrupt enable

[src]

Bit 5 - COM interrupt enable

[src]

Bit 6 - Trigger interrupt enable

[src]

Bit 7 - Break interrupt enable

[src]

Bit 8 - Update DMA request enable

[src]

Bit 9 - Capture/Compare 1 DMA request enable

[src]

Bit 13 - COM DMA request enable

[src]

Bit 14 - Trigger DMA request enable

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R