Struct msp432p401r::flctl::flctl_bmrk_ctlstat::R[][src]

pub struct R(_);

Register FLCTL_BMRK_CTLSTAT reader

Implementations

impl R[src]

pub fn i_bmrk(&self) -> I_BMRK_R[src]

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

pub fn d_bmrk(&self) -> D_BMRK_R[src]

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

pub fn cmp_en(&self) -> CMP_EN_R[src]

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

pub fn cmp_sel(&self) -> CMP_SEL_R[src]

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

Methods from Deref<Target = R<FLCTL_BMRK_CTLSTAT_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<FLCTL_BMRK_CTLSTAT_SPEC>

The resulting type after dereferencing.

impl From<R<FLCTL_BMRK_CTLSTAT_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.