target.Processor class

Package: target

Provide target processor information

Description

Use the target.Processor class to provide information about your target processor. For example, name, manufacturer, and language implementation.

To create a target.Processor object, use the target.create function.

Properties

expand all

The object identifier is the hyphenated combination of the Manufacturer and Name property values. If the Manufacturer property is empty, the object identifier is the Name property value.

Attributes:

GetAccess
public
SetAccess
private

Associated target.LanguageImplementation object.

Attributes:

GetAccess
public
SetAccess
public

Name of the target processor.

Example: 'Cortex-A53'

Attributes:

GetAccess
public
SetAccess
public

Optional description of the target processor manufacturer.

Example: 'ARM Compatible'

Attributes:

GetAccess
public
SetAccess
public

Examples

Introduced in R2019a