@CHIP-RTOS C Library V2.00 - Hardware API
hal_start_timer
Start timer
void hal_start_timer ( unsigned char timer );
Parameters
timer
Which timer:
0 = Timer0 / 1 = Timer1
Return Value
-- none --.
Comments
Enable the specified timer to up count.
See Also
hal_init_timer
hal_stop_timer
RTOS API
This library function invokes a RTOS software interrupt. Refer to this RTOS API function's
documentation
for more details.
This
API List
List of
C Libraries
@CHIP-RTOS
Main Index
End of document