[][src]Enum rsl10_pac::flash::flash_ecc_ctrl::ECC_COR_CNT_INT_THRESHOLD_A

#[repr(u8)]
pub enum ECC_COR_CNT_INT_THRESHOLD_A {
    FLASH_ECC_COR_INT_THRESHOLD_DISABLED,
    FLASH_ECC_COR_INT_THRESHOLD_1,
    FLASH_ECC_COR_INT_THRESHOLD_255,
}

Select the number of corrected errors before sending a CM3 interrupt

Value on reset: 1

Variants

FLASH_ECC_COR_INT_THRESHOLD_DISABLED

0: Interrupt is disabled

FLASH_ECC_COR_INT_THRESHOLD_1

1: Send a CM3 interrupt when one or more correctable errors are detected.

FLASH_ECC_COR_INT_THRESHOLD_255

255: Send a CM3 interrupt when 255 or more correctable errors are detected.

Trait Implementations

impl Clone for ECC_COR_CNT_INT_THRESHOLD_A[src]

impl Copy for ECC_COR_CNT_INT_THRESHOLD_A[src]

impl Debug for ECC_COR_CNT_INT_THRESHOLD_A[src]

impl From<ECC_COR_CNT_INT_THRESHOLD_A> for u8[src]

impl PartialEq<ECC_COR_CNT_INT_THRESHOLD_A> for ECC_COR_CNT_INT_THRESHOLD_A[src]

impl StructuralPartialEq for ECC_COR_CNT_INT_THRESHOLD_A[src]

Auto Trait Implementations

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.