[−][src]Struct stm32l4x6::rcc::cr::R
Value read from the register
Methods
impl R[src]
impl Rpub fn bits(&self) -> u32[src]
pub fn bits(&self) -> u32Value of the register as raw bits
pub fn pllsai2rdy(&self) -> PLLSAI2RDYR[src]
pub fn pllsai2rdy(&self) -> PLLSAI2RDYRBit 29 - SAI2 PLL clock ready flag
pub fn pllsai2on(&self) -> PLLSAI2ONR[src]
pub fn pllsai2on(&self) -> PLLSAI2ONRBit 28 - SAI2 PLL enable
pub fn pllsai1rdy(&self) -> PLLSAI1RDYR[src]
pub fn pllsai1rdy(&self) -> PLLSAI1RDYRBit 27 - SAI1 PLL clock ready flag
pub fn pllsai1on(&self) -> PLLSAI1ONR[src]
pub fn pllsai1on(&self) -> PLLSAI1ONRBit 26 - SAI1 PLL enable
pub fn pllrdy(&self) -> PLLRDYR[src]
pub fn pllrdy(&self) -> PLLRDYRBit 25 - Main PLL clock ready flag
pub fn pllon(&self) -> PLLONR[src]
pub fn pllon(&self) -> PLLONRBit 24 - Main PLL enable
pub fn hsebyp(&self) -> HSEBYPR[src]
pub fn hsebyp(&self) -> HSEBYPRBit 18 - HSE crystal oscillator bypass
pub fn hserdy(&self) -> HSERDYR[src]
pub fn hserdy(&self) -> HSERDYRBit 17 - HSE clock ready flag
pub fn hseon(&self) -> HSEONR[src]
pub fn hseon(&self) -> HSEONRBit 16 - HSE clock enable
pub fn hsiasfs(&self) -> HSIASFSR[src]
pub fn hsiasfs(&self) -> HSIASFSRBit 11 - HSI automatic start from Stop
pub fn hsirdy(&self) -> HSIRDYR[src]
pub fn hsirdy(&self) -> HSIRDYRBit 10 - HSI clock ready flag
pub fn hsikeron(&self) -> HSIKERONR[src]
pub fn hsikeron(&self) -> HSIKERONRBit 9 - HSI always enable for peripheral kernels
pub fn hsion(&self) -> HSIONR[src]
pub fn hsion(&self) -> HSIONRBit 8 - HSI clock enable
pub fn msirange(&self) -> MSIRANGER[src]
pub fn msirange(&self) -> MSIRANGERBits 4:7 - MSI clock ranges
pub fn msipllen(&self) -> MSIPLLENR[src]
pub fn msipllen(&self) -> MSIPLLENRBit 2 - MSI clock PLL enable
pub fn msirdy(&self) -> MSIRDYR[src]
pub fn msirdy(&self) -> MSIRDYRBit 1 - MSI clock ready flag
pub fn msion(&self) -> MSIONR[src]
pub fn msion(&self) -> MSIONRBit 0 - MSI clock enable
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more