[][src]Enum nrf52832_pac::ficr::info::package::PACKAGE_A

#[repr(u32)]
pub enum PACKAGE_A {
    QF,
    CH,
    CI,
    CK,
    UNSPECIFIED,
}

Package option

Value on reset: 8192

Variants

QF

8192: QFxx - 48-pin QFN

CH

8193: CHxx - 7x8 WLCSP 56 balls

CI

8194: CIxx - 7x8 WLCSP 56 balls

CK

8197: CKxx - 7x8 WLCSP 56 balls with backside coating for light protection

UNSPECIFIED

4294967295: Unspecified

Trait Implementations

impl Clone for PACKAGE_A[src]

impl Copy for PACKAGE_A[src]

impl Debug for PACKAGE_A[src]

impl From<PACKAGE_A> for u32[src]

impl PartialEq<PACKAGE_A> for PACKAGE_A[src]

impl StructuralPartialEq for PACKAGE_A[src]

Auto Trait Implementations

impl Send for PACKAGE_A

impl Sync for PACKAGE_A

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