1.2.10.2 1.3.11.2 1.4.9.2 1.5.10.2 1.6.11.2 1.7.12.2 1.9.8.2 1.29.11.2 1.30.8.2 1.31.8.2 1.32.12.2 1.33.8.2 1.37.8.2 1.38.9.2 1.39.8.2 1.40.9.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.