Type Alias stm32_hal2::pac::pwr::cr1::DBP_W

source ·
pub type DBP_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR1_SPEC, bool, BitM, O>;
Expand description

Field DBP writer - Disable backup domain write protection In reset state, the RCC_BDCR register, the RTC registers (including the backup registers), BREN and MOEN bits in PWR_CR2 register, are protected against parasitic write access. This bit must be set to enable write access to these registers.

Aliased Type§

struct DBP_W<'a, const O: u8> { /* private fields */ }