[][src]Type Definition stm32wb_pac::rcc::bdcr::R

type R = R<u32, BDCR>;

Reader of register BDCR

Implementations

impl R[src]

pub fn lscosel(&self) -> LSCOSEL_R[src]

Bits 25:26 - Low speed clock output selection

pub fn lscoen(&self) -> LSCOEN_R[src]

Bit 24 - Low speed clock output enable

pub fn bdrst(&self) -> BDRST_R[src]

Bit 16 - Backup domain software reset

pub fn rtcen(&self) -> RTCEN_R[src]

Bit 15 - RTC clock enable

pub fn rtcsel(&self) -> RTCSEL_R[src]

Bits 8:9 - RTC clock source selection

pub fn lsecssd_(&self) -> LSECSSD__R[src]

Bit 6 - CSS on LSE failure detection

pub fn lsecsson(&self) -> LSECSSON_R[src]

Bit 5 - LSECSSON

pub fn lsedrv(&self) -> LSEDRV_R[src]

Bits 3:4 - SE oscillator drive capability

pub fn lsebyp(&self) -> LSEBYP_R[src]

Bit 2 - LSE oscillator bypass

pub fn lserdy(&self) -> LSERDY_R[src]

Bit 1 - LSE oscillator ready

pub fn lseon(&self) -> LSEON_R[src]

Bit 0 - LSE oscillator enable