7.7.8.16. GEL_EnableClock()ΒΆ
Enables or disables the profile clock.
Syntax
GEL_EnableClock( [enable = 1] );
Parameters
enable (optional): 0 disables the clock, 1 enables the clock.
Description
This function is used to enable or disable the profile clock.
Synchronous
Synchronous from GEL: Yes
Completely synchronous: Yes
Example
GEL_EnableClock(); //Enable Clock
GEL_EnableClock(0); //Disable Clock
GEL_EnableClock(1); //Enable Clock
Related Topics