pub trait BkpExt {
// Required method
fn constrain(self, pwr: &mut PWR, rcc: &mut RCC) -> BackupDomain;
}
Required Methods§
Sourcefn constrain(self, pwr: &mut PWR, rcc: &mut RCC) -> BackupDomain
fn constrain(self, pwr: &mut PWR, rcc: &mut RCC) -> BackupDomain
Enables write access to the registers in the backup domain