Struct stm32l0x2::lptim::ier::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 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 R

impl Sync for R