pub struct R(_);
Expand description

Register FLCTL_BMRK_CTLSTAT reader

Implementations

Bit 0 - When 1, increments the Instruction Benchmark count register on each instruction fetch to the Flash

Bit 1 - When 1, increments the Data Benchmark count register on each data read access to the Flash

Bit 2 - When 1, enables comparison of the Instruction or Data Benchmark Registers against the threshold value

Bit 3 - Selects which benchmark register should be compared against the threshold

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