Type Definition stm32h7xx_hal::device::pwr::CR2[][src]

type CR2 = Reg<u32, _CR2>;

This register is not reset by wakeup from Standby mode, RESET signal and VDD POR. It is only reset by VSW POR and VSWRST reset. This register shall not be accessed when VSWRST bit in RCC_BDCR register resets the VSW domain.After reset, PWR_CR2 register is write-protected. Prior to modifying its content, the DBP bit in PWR_CR1 register must be set to disable the write protection.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see cr2 module