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

pub struct R(_);

Register FLCTL_RDBRST_CTLSTAT reader

Implementations

impl R[src]

pub fn mem_type(&self) -> MEM_TYPE_R[src]

Bits 1:2 - Type of memory that burst is carried out on

pub fn stop_fail(&self) -> STOP_FAIL_R[src]

Bit 3 - Terminate burst/compare operation

pub fn data_cmp(&self) -> DATA_CMP_R[src]

Bit 4 - Data pattern used for comparison against memory read data

pub fn test_en(&self) -> TEST_EN_R[src]

Bit 6 - Enable comparison against test data compare registers

pub fn brst_stat(&self) -> BRST_STAT_R[src]

Bits 16:17 - Status of Burst/Compare operation

pub fn cmp_err(&self) -> CMP_ERR_R[src]

Bit 18 - Burst/Compare Operation encountered atleast one data

pub fn addr_err(&self) -> ADDR_ERR_R[src]

Bit 19 - Burst/Compare Operation was terminated due to access to

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

The resulting type after dereferencing.

impl From<R<FLCTL_RDBRST_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.