1.8.19.1 SEFCx_Initialize Function
C
void SEFCx_Initialize( void ) // x - Instance of the SEFC peripheral
Summary
Initializes given instance of the SEFCx peripheral.
Description
This function initializes the given instance of the SEFCx peripheral as configured by the user from within the MCC.
Precondition
None.
Parameters
None.
Returns
None.
Example
SEFC0_Initialize();
Remarks
This function should be called before calling any other SEFCx library function.