1.8.16.1 1.25.16.1 1.26.14.1 1.27.16.1 1.28.19.1 1.34.14.1 1.35.10.1 1.36.13.1 1.41.15.1 1.42.14.1 RSTC_Initialize Function
C
void RSTC_Initialize (void)
Summary
Initializes RSTC module with the user configuration
Description
This function initializes RSTC module of the device with the values configured in MHC GUI. Once the peripheral is initialized, RSTC APIs can be used to generate reset or to get the cause of reset.
Precondition
MHC GUI should be configured with the right values.
Parameters
None.
Returns
None.
Example
RSTC_Initialize();
Remarks
None.