Type Definition R
Other items instm32l4_stm32hal::stm32l4x5::rcc::bdcr
type R = R<u32, BDCR>;
Reader of register BDCR
impl R
pub fn lscosel(&self) -> LSCOSEL_R
Bit 25 - 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 - LSECSSD
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