1.3.11.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.