Type Definition R
Other items instm32wb_stm32hal::stm32wb55::rcc::bdcr
type R = R<u32, BDCR>;
Reader of register BDCR
impl R
pub fn lscosel(&self) -> LSCOSEL_R
Bits 25:26 - Low speed clock output selection
pub fn lscoen(&self) -> LSCOEN_R
Bit 24 - Low speed clock output enable
pub fn bdrst(&self) -> BDRST_R
Bit 16 - Backup domain software reset
pub fn rtcen(&self) -> RTCEN_R
Bit 15 - RTC clock enable
pub fn rtcsel(&self) -> RTCSEL_R
Bits 8:9 - RTC clock source selection
pub fn lsecssd_(&self) -> LSECSSD__R
Bit 6 - CSS on LSE failure detection
pub fn lsecsson(&self) -> LSECSSON_R
Bit 5 - LSECSSON
pub fn lsedrv(&self) -> LSEDRV_R
Bits 3:4 - SE oscillator drive capability
pub fn lsebyp(&self) -> LSEBYP_R
Bit 2 - LSE oscillator bypass
pub fn lserdy(&self) -> LSERDY_R
Bit 1 - LSE oscillator ready
pub fn lseon(&self) -> LSEON_R
Bit 0 - LSE oscillator enable