BkpExt

Trait BkpExt 

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

Required Methods§

Source

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

Enables write access to the registers in the backup domain

Implementors§