pub struct R(_);
Expand description

Register BROWN_OUT reader

Implementations

Bit 0 - Enables the brown_out2 to initiate a chip reset.

Bits 4:13 - Configures the waiting cycle before sending an interrupt.

Bit 14 - Set this bit to enable PD the flash when a brown-out happens.

Bit 15 - Set this bit to enable PD the RF circuits when a brown-out happens.

Bits 16:25 - Configures the waiting cycle before the reset after a brown-out.

Bit 26 - Enables to reset brown-out.

Bit 27 - Selects the reset type when a brown-out happens. 1: chip reset 0: system reset.

Bit 30 - Set this bit to enable brown-out detection.

Bit 31 - Indicates the status of the brown-out signal.

Methods from Deref<Target = R<BROWN_OUT_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Converts to this type from the input type.

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.