Struct stm32f7x2::lptim1::ier::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 6 - Direction change to down Interrupt Enable

[src]

Bit 5 - Direction change to UP Interrupt Enable

[src]

Bit 4 - Autoreload register update OK Interrupt Enable

[src]

Bit 3 - Compare register update OK Interrupt Enable

[src]

Bit 2 - External trigger valid edge Interrupt Enable

[src]

Bit 1 - Autoreload match Interrupt Enable

[src]

Bit 0 - Compare match Interrupt Enable

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W