User`s guide
info
Purpose Information about processor
Note Support for info(rx) on C5000 and C6000 processors will be
removed in a future version.
Syntax info = info(cc)
info = info(rx)
Description info = info(cc) returns the property names and property values
associated with the processor accessed by
cc. info is a structure
containing the following information elements and values:
Structure Element Data Type Description
info.procname
String Processor name as defined in the CCS setup utility.
In multiprocessor systems, this name reflects the
specific processor associated w ith
cc.
info.isbigendian
Boolean Value describing thebyteorderingusedbythe
processor. When the processor is big -e ndian, this
value is
1. Little-endian processors return 0.
info.family
Integer
Three-digit integer that identifies the processor
family, ranging from 000 to 999. For example, 320
for Te xas Instruments digital signal processors.
7-59