Synopsis
void platform_reboot(void);
Description

platform_reboot resets the microcontroller and starts a cold boot. Note that a reset using platform_reboot may be detectable as a software reset using platform_reset_cause after the microcontroller resets.

See Also

platform_reset_cause