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