[][src]Enum rsl10_pac::flash::flash_if_ctrl::RECALL_A

pub enum RECALL_A {
    FLASH_RECALL_DISABLE,
    FLASH_RECALL_ENABLE,
}

Set the recall pins mode during CMD_READ. Changing this bit will execute the CMD_SET_RECALL or CMD_UNSET_RECALL command.

Value on reset: 0

Variants

FLASH_RECALL_DISABLE

0: RECALL pin low during read command

FLASH_RECALL_ENABLE

1: RECALL pin high during read command

Trait Implementations

impl Clone for RECALL_A[src]

impl Copy for RECALL_A[src]

impl Debug for RECALL_A[src]

impl From<RECALL_A> for bool[src]

impl PartialEq<RECALL_A> for RECALL_A[src]

impl StructuralPartialEq for RECALL_A[src]

Auto Trait Implementations

impl Send for RECALL_A

impl Sync for RECALL_A

impl Unpin for RECALL_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.