Description
Example
4.9.9
HPI_SUPPORT
Constant
Description
Example
This function writes the value to the HINT file of the HPIC register
HPI_SetHint(0);
HPI_SetHint(1);
A compile time constant whose value is 1 if the device
supports the HPI module
HPI_SUPPORT
Compile time constant that has a value of 1 if the device supports the
HPI module and 0 otherwise. You are not required to use this constant.
#if (HPI_SUPPORT)
/* user HPI configuration /
#endif
CSL API Reference
HPI
4-83
Need help?
Do you have a question about the TMS320C6000 and is the answer not in the manual?