//! A module for working with MCU.
use write_volatile;
const AIRCR: usize = 0xE000_ED0C;
/// Wait for Interrupt.
/// Performs a system reset request.
///
/// This function writes to the application interrupt and reset control register
/// (`AIRCR`).
/// Spins a specified amount of CPU cycles.