[][src]Enum ambiq_apollo1_pac::mcuctrl::chip_info::FLASH_A

#[repr(u8)]
pub enum FLASH_A {
    _256K,
    _512K,
}

Device flash size.

Value on reset: 4

Variants

_256K

3: 256K of available flash.

_512K

4: 512K of available flash.

Trait Implementations

impl Clone for FLASH_A[src]

impl Copy for FLASH_A[src]

impl Debug for FLASH_A[src]

impl From<FLASH_A> for u8[src]

impl PartialEq<FLASH_A> for FLASH_A[src]

impl StructuralPartialEq for FLASH_A[src]

Auto Trait Implementations

impl Send for FLASH_A

impl Sync for FLASH_A

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