[][src]Enum nrf52840_hal::pac::nvmc::config::WEN_A

#[repr(u8)]pub enum WEN_A {
    REN,
    WEN,
    EEN,
}

Program memory access mode. It is strongly recommended to only activate erase and write modes when they are actively used. Enabling write or erase will invalidate the cache and keep it invalidated.

Value on reset: 0

Variants

REN

0: Read only access

WEN

1: Write enabled

EEN

2: Erase enabled

Trait Implementations

impl Clone for WEN_A[src]

impl Copy for WEN_A[src]

impl Debug for WEN_A[src]

impl PartialEq<WEN_A> for WEN_A[src]

impl StructuralPartialEq for WEN_A[src]

Auto Trait Implementations

impl Send for WEN_A

impl Sync for WEN_A

impl Unpin for WEN_A

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> Same<T> for T

type Output = T

Should always be Self

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.