pub fn software_reset() -> !
Performs a software reset on the chip.
use esp_hal::system::software_reset; software_reset();