pub struct R(_);
Expand description

Register BOD_DCDC_INT_STATUS reader

Implementations

Bit 0 - BOD VBAT Interrupt status before Interrupt Enable.

Bit 1 - BOD VBAT Interrupt status after Interrupt Enable.

Bit 2 - Current value of BOD VBAT power status output.

Bit 3 - BOD CORE Interrupt status before Interrupt Enable.

Bit 4 - BOD CORE Interrupt status after Interrupt Enable.

Bit 5 - Current value of BOD CORE power status output.

Bit 6 - DCDC Interrupt status before Interrupt Enable.

Bit 7 - DCDC Interrupt status after Interrupt Enable.

Bit 8 - Current value of DCDC power status output.

Methods from Deref<Target = R<BOD_DCDC_INT_STATUS_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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.