Struct kea_hal::system::pmc::Pmc[][src]

pub struct Pmc<State, Range> {
    pub lv_reset: LVReset<RunAndStop>,
    pub lv_warn: LVWarn<Flag, Range>,
    // some fields omitted
}
Expand description

Datastructure for PMC interface

Fields

lv_reset: LVReset<RunAndStop>

Controls when the Low Voltage Detection is active.

lv_warn: LVWarn<Flag, Range>

Interface for the Low Voltage Warning / Interrupt

Implementations

Disable LVD logic and threshold checking

This field can only be written once after reset, meaning that once disabled, it cannot be re-enabled. It is automatically re-enabled on reset.

Shift to high range

Shift to low range

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.