1.25.16.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.