1.2.10.8 1.3.11.8 1.4.9.8 1.5.10.8 1.6.11.8 1.7.12.8 1.9.8.8 1.29.11.8 1.30.8.8 1.31.8.8 1.32.12.8 1.33.8.8 1.37.8.8 1.38.9.8 1.39.8.8 1.40.9.8 EVSYS_GeneratorDisable Function
C
void EVSYS_GeneratorDisable(EVSYS_CHANNEL channel)
Summary
Disables EVSYS generator.
Description
This function disables the EVSYS generator on specified EVSYS channel
Precondition
EVSYS module should be initialized with the required configuration parameters from the MHC GUI in the EVSYS_Initialize() function
Parameters
Param | Description |
---|---|
channel | Channel for which the generator needs to be disabled |
Returns
None
Example
// Disable Event System generator for Event Channel 0 EVSYS_GeneratorDisable(EVSYS_CHANNEL_0);
Remarks
The EVSYS_GeneratorDisable API should be used to disable generator at run time.