User`s guide
66  C/C++ Library 
5.30 _8316_TIMER_Read 
@ Description  
This function is used to read the counter value of the Timer #0. 
@ Syntax 
I16 _8316_TIMER_Read( U16 *counter_value ) 
@ Argument 
counter_value: the counter value of the Timer #0 
@ Return Code 
ERR_NoError, ERR_BoardNoInit 
@ Example 
See Demo Program 'TMR_DEMO.C' 
5.31 _8316_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 
I16 _8316_TIMER_Stop( U16 *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' 










