BkpInit

Trait BkpInit 

Source
pub trait BkpInit {
    // Required method
    fn init(self, pwr: &mut PWR, rcc: &mut RCC) -> BackupDomain;
}

Required Methods§

Source

fn init(self, pwr: &mut PWR, rcc: &mut RCC) -> BackupDomain

Enables write access to the registers in the backup domain

Implementors§