1.2.10.1 1.3.11.1 1.4.9.1 1.5.10.1 1.6.11.1 1.7.12.1 1.9.8.1 1.29.11.1 1.30.8.1 1.31.8.1 1.32.12.1 1.33.8.1 1.37.8.1 1.38.9.1 1.39.8.1 1.40.9.1 EVSYS_UserEnable Function
C
void EVSYS_UserEnable(EVSYS_CHANNEL channel, uint8_t user)
Summary
Enables EVSYS user
Description
This function enables the specified EVSYS user.
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 user needs to be enabled |
user | User to be enabled |
Returns
None
Example
// Enable Event System user 1 for Event Channel 0 EVSYS_UserEnable(EVSYS_CHANNEL_0, 1);
Remarks
The EVSYS_UserEnable API should be used to enable user at run time.