Struct stm32wlxx_hal::pac::rcc::cr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CR
reader
Implementations§
§impl R
impl R
pub fn hsebyppwr(&self) -> BitReaderRaw<HSEBYPPWR_A>
pub fn hsebyppwr(&self) -> BitReaderRaw<HSEBYPPWR_A>
Bit 21 - Enable HSE32 VDDTCXO output on package pin PB0-VDDTCXO.
pub fn hsikerdy(&self) -> BitReaderRaw<HSIKERDY_A>
pub fn hsikerdy(&self) -> BitReaderRaw<HSIKERDY_A>
Bit 12 - HSI16 kernel clock ready flag for peripherals requests.
pub fn hsirdy(&self) -> BitReaderRaw<HSIRDY_A>
pub fn hsirdy(&self) -> BitReaderRaw<HSIRDY_A>
Bit 10 - HSI16 clock ready flag. (After wakeup from Stop this bit will be read 1 once the HSI16 is ready)
pub fn hsikeron(&self) -> BitReaderRaw<HSIKERON_A>
pub fn hsikeron(&self) -> BitReaderRaw<HSIKERON_A>
Bit 9 - HSI16 always enable for peripheral kernel clocks.
pub fn msirange(&self) -> FieldReaderRaw<u8, MSIRANGE_A>
pub fn msirange(&self) -> FieldReaderRaw<u8, MSIRANGE_A>
Bits 4:7 - MSI clock ranges
pub fn msirgsel(&self) -> BitReaderRaw<MSIRGSEL_A>
pub fn msirgsel(&self) -> BitReaderRaw<MSIRGSEL_A>
Bit 3 - MSI range control selection
pub fn msipllen(&self) -> BitReaderRaw<MSIPLLEN_A>
pub fn msipllen(&self) -> BitReaderRaw<MSIPLLEN_A>
Bit 2 - MSI clock PLL enable
Methods from Deref<Target = R<CR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more