Texas Instruments TMS320C6000 Reference Manual page 130

Chip support library api
Hide thumbs Also See for TMS320C6000:
Table of Contents

Advertisement

HPI
4.9.5
HPI_GetHrdy
Function
Arguments
Return Value
Description
Example
4.9.6
HPI_GetHwob
Function
Arguments
Return Value
Description
Example
4.9.7
HPI_SetDspint
Function
Arguments
Return Value
Description
Example
4.9.8
HPI_SetHint
Function
Arguments
Return Value
4-82
Returns the value of the HRDY bit of the HPIC register
UINT32 HPI_GetHrdy();
none
HRDY
This function returns the value of the HRDY bit of the HPIC
register.
hrdy = HPI_GetHrdy();
Returns the value of the HWOB bit of the HPIC register
UINT32 HPI_GetHwob();
none
Returns the value of the HWOB bit, 0 or 1
HWOB
This function returns the value of the HWOB bit of the HPIC register.
hwob = HPI_GetHwob();
Writes the value to the DSPINT field of the HPIC
register
void HPI_SetDspint(
UINT32 Val
);
Value to write to DSPINT: 0 or 1
Val
none
This function writes the value to the DSPINT file of the HPIC register
HPI_SetDspint(0);
HPI_SetDspint(1);
Writes the value to the HINT field of the HPIC register
void HPI_SetHint(
UINT32 Val
);
Val
Value to write to HINT: 0 or 1
none
Returns the value of the
HRDY bit, 0 or 1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C6000 and is the answer not in the manual?

Questions and answers

Table of Contents