Texas Instruments TMS320C6000 Reference Manual page 174

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

Advertisement

TIMER
4.14.14
TIMER_Reset
Function
Arguments
Return Value
Description
Example
4.14.15
TIMER_Resume
Function
Arguments
Return Value
Description
Example
4.14.16
TIMER_SetCount
Function
Arguments
Return Value
Description
Example
4-126
Resets the timer device
void TIMER_Reset(
TIMER_HANDLE hTimer
);
hTimer
none
Resets the timer device. Disables and clears the interrupt
event and sets the timer registers to default values. If INV
is specified, all timer devices are reset.
TIMER_Reset(hTimer);
TIMER_Reset(INV);
Resumes the timer after a pause
void TIMER_Resume(
TIMER_HANDLE hTimer
);
Device handle. See TIMER_Open().
hTimer
none
Resumes the timer after a pause. See TIMER_Pause().
TIMER_Pause(hTimer);
TIMER_Resume(hTimer);
Sets the count value of the timer
void TIMER_SetCount(
TIMER_HANDLE hTimer,
UINT32 Count
);
Device handle. See TIMER_Open().
hTimer
Count value
Count
none
Sets the count value of the timer. The timer is not paused during the
update.
TIMER_SetCount(hTimer,0x00000000);
Device handle. See
TIMER_Open().

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