Enum cmsis_pack::pdsc::Core[][src]

pub enum Core {
Show 28 variants CortexM0, CortexM0Plus, CortexM1, CortexM3, CortexM4, CortexM7, CortexM23, CortexM33, SC000, SC300, ARMV8MBL, ARMV8MML, CortexR4, CortexR5, CortexR7, CortexR8, CortexA5, CortexA7, CortexA8, CortexA9, CortexA15, CortexA17, CortexA32, CortexA35, CortexA53, CortexA57, CortexA72, CortexA73,
}

Variants

CortexM0
CortexM0Plus
CortexM1
CortexM3
CortexM4
CortexM7
CortexM23
CortexM33
SC000
SC300
ARMV8MBL
ARMV8MML
CortexR4
CortexR5
CortexR7
CortexR8
CortexA5
CortexA7
CortexA8
CortexA9
CortexA15
CortexA17
CortexA32
CortexA35
CortexA53
CortexA57
CortexA72
CortexA73

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

Deserialize this value from the given Serde deserializer. Read more

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Serialize this value into the given Serde serializer. Read more

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.