[][src]Function stm32f3xx_hal_v2::low_power::stop

pub fn stop(scb: &mut SCB, pwr: &mut PWR, input_src: InputSrc)

Enter Stop mode: the middle of the 3 low-power states avail on the STM32f3. To exit: Any EXTI Line configured in Interrupt mode (the corresponding EXTI Interrupt vector must be enabled in the NVIC). Refer to Table 82. Ref man, table 20.