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

pub struct R(_);

Register FLCTL_ERASE_CTLSTAT reader

Implementations

impl R[src]

pub fn mode(&self) -> MODE_R[src]

Bit 1 - Erase mode selected by application

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

Bits 2:3 - Type of memory that erase operation is carried out on

pub fn status(&self) -> STATUS_R[src]

Bits 16:17 - Status of erase operations in the Flash memory

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

Bit 18 - Erase Operation was terminated due to attempted erase of reserved memory address

Methods from Deref<Target = R<FLCTL_ERASE_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_ERASE_CTLSTAT_SPEC>

The resulting type after dereferencing.

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