1.8.19.25 SEFCx_UserSignatureRightsSet Function
C
void SEFCx_UserSignatureRightsSet(uint32_t userSignatureRights);
Summary
Writes the access rights of the user signature
Description
This function writes the access rights of the user signature
Precondition
None.
Parameters
Param | Description |
---|---|
userSignatureRights | rights of the user signature |
Returns
None.
Example
uint32_t usrRights = SEFC0_UserSignatureRightsGet();
usrRights |= (SEFC_EEFC_USR_RDENUSB1_Msk | SEFC_EEFC_USR_WRENUSB1_Msk);
SEFC0_UserSignatureRightsSet(usrRights);
Remarks
None.