Struct stm32f030_cf::tim16::dier::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

Bit 14 - Trigger DMA request enable

Bit 9 - Capture/Compare 1 DMA request enable

Bit 8 - Update DMA request enable

Bit 7 - Break interrupt enable

Bit 6 - Trigger interrupt enable

Bit 5 - COM interrupt enable

Bit 1 - Capture/Compare 1 interrupt enable

Bit 0 - Update interrupt enable

Auto Trait Implementations

impl Send for W

impl Sync for W