1.29.11.2 EVSYS_UserDisable Function

C

void EVSYS_UserDisable(void)

Summary

Disables EVSYS user

Description

This function disables the EVSYS User.

Precondition

EVSYS module should be initialized with the required configuration parameters from the MHC GUI in the EVSYS_Initialize() function

Parameters

None

Returns

None

Example

// Disable Event System user
EVSYS_UserDisable();

Remarks

The EVSYS_UserDisable API should be used to disable user at run time.