User`s guide

info
family: 320
subfamily: 103
timeout: 10
This example simulates the TMS320C6211 processor running in
little-endian mode. When you use CCS Setup Utility to change the
processor from little-endian to big -endian,
info show s the change.
info(cc)
ans =
procname: 'CPU'
isbigendian: 1
family: 320
subfamily: 103
timeout: 10
If you have two open channels, chan1 and chan2,
info = info(rx)
returns
info =
'chan1'
'chan2'
where info is a cell array. You can dereference the entries in info
to manipulate the channels. For example, you can close a channel by
dereferencing the channel in
info in the close function syntax.
close(rx.info{1,1})
See Also ticcs, dec2hex, get
7-61