1.25.16.2 1.26.14.2 1.27.16.2 1.28.19.2 1.34.14.2 1.35.10.2 1.36.13.2 1.41.15.2 1.42.14.2 RSTC_Reset Function
C
void RSTC_Reset (RSTC_RESET_TYPE type)
Summary
Resets the processor and all the embedded peripherals.
Description
This function resets the processor and all the embedded peripherals including the memory system and, in particular, the Remap Command or this function asserts NRST Pin.
Precondition
None.
Parameters
Param | Description |
---|---|
RSTC_RESET_TYPE | Reset type |
Returns
None.
Example
RSTC_Reset(RSTC_RESET_PROC);
Remarks
None.