ADLINK ACL-8216 User Manual

Page 69

Advertising
background image

C/C++ Library 61

5.24 _8216_Timer_Stop

@ Description

This function is used to stop the timer operation. The timer is set to the
'One-shot' mode with counter value ' 0 '. That is, the clock output
signal will be set to high after executing this function.

@ Syntax

int _8216_Timer_Stop( unsigned int *counter_value )

@ Argument

*counter_value: the current counter value of the
Timer #0

@ Return Code

ERR_NoError
ERR_BoardNoInit

@ Example

See demo program 'TMR_DEMO.C'

Advertising