Enum atsam4n16c_pac::chipid::cidr::EPROC_A[][src]

#[repr(u8)]
pub enum EPROC_A {
    ARM946ES,
    ARM7TDMI,
    CM3,
    ARM920T,
    ARM926EJS,
    CA5,
    CM4,
}
Expand description

Embedded Processor

Variants

ARM946ES

1: ARM946ES

ARM7TDMI

2: ARM7TDMI

CM3

3: Cortex-M3

ARM920T

4: ARM920T

ARM926EJS

5: ARM926EJS

CA5

6: Cortex-A5

CM4

7: Cortex-M4

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.