pub type UESM_W<'a, const O: u8> = BitWriter<'a, u32, CR1_FIFO_ENABLED_SPEC, bool, O>;
Expand description

Field UESM writer - USART enable in low-power mode When this bit is cleared, the USART cannot wake up the MCU from low-power mode. When this bit is set, the USART can wake up the MCU from low-power mode. This bit is set and cleared by software. Note: It is recommended to set the UESM bit just before entering low-power mode and clear it when exit from low-power mode. If the USART does not support the wakeup from Stop feature, this bit is reserved and must be kept at reset value. Refer to .