Struct stm32g0::stm32g0c1::lptim1::lptim_ier::R[][src]

pub struct R(_);
Expand description

Register LPTIM_IER reader

Implementations

Bit 0 - Compare match Interrupt Enable

Bit 1 - Autoreload match Interrupt Enable

Bit 2 - External trigger valid edge Interrupt Enable

Bit 3 - Compare register update OK Interrupt Enable

Bit 4 - Autoreload register update OK Interrupt Enable

Bit 5 - Direction change to UP Interrupt Enable Note: If the LPTIM does not support encoder mode feature, this bit is reserved. Please refer to .

Bit 6 - Direction change to down Interrupt Enable Note: If the LPTIM does not support encoder mode feature, this bit is reserved. Please refer to .

Methods from Deref<Target = R<LPTIM_IER_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.