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

pub struct R(_);

Register FLCTL_PRGBRST_CTLSTAT reader

Implementations

impl R[src]

pub fn type_(&self) -> TYPE_R[src]

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

pub fn len(&self) -> LEN_R[src]

Bits 3:5 - Length of burst

pub fn auto_pre(&self) -> AUTO_PRE_R[src]

Bit 6 - Auto-Verify operation before the Burst Program

pub fn auto_pst(&self) -> AUTO_PST_R[src]

Bit 7 - Auto-Verify operation after the Burst Program

pub fn burst_status(&self) -> BURST_STATUS_R[src]

Bits 16:18 - Status of a Burst Operation

pub fn pre_err(&self) -> PRE_ERR_R[src]

Bit 19 - Burst Operation encountered preprogram auto-verify errors

pub fn pst_err(&self) -> PST_ERR_R[src]

Bit 20 - Burst Operation encountered postprogram auto-verify errors

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

Bit 21 - Burst Operation was terminated due to attempted program of reserved memory

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

The resulting type after dereferencing.

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