Struct stm32f103xx::tim9::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 6 - Trigger interrupt enable

Bit 2 - Capture/Compare 2 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