[−][src]Struct stm32l4x6::rcc::cr::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn pllsai2rdy(&self) -> PLLSAI2RDYR
[src]
pub fn pllsai2rdy(&self) -> PLLSAI2RDYR
Bit 29 - SAI2 PLL clock ready flag
pub fn pllsai2on(&self) -> PLLSAI2ONR
[src]
pub fn pllsai2on(&self) -> PLLSAI2ONR
Bit 28 - SAI2 PLL enable
pub fn pllsai1rdy(&self) -> PLLSAI1RDYR
[src]
pub fn pllsai1rdy(&self) -> PLLSAI1RDYR
Bit 27 - SAI1 PLL clock ready flag
pub fn pllsai1on(&self) -> PLLSAI1ONR
[src]
pub fn pllsai1on(&self) -> PLLSAI1ONR
Bit 26 - SAI1 PLL enable
pub fn pllrdy(&self) -> PLLRDYR
[src]
pub fn pllrdy(&self) -> PLLRDYR
Bit 25 - Main PLL clock ready flag
pub fn pllon(&self) -> PLLONR
[src]
pub fn pllon(&self) -> PLLONR
Bit 24 - Main PLL enable
pub fn hsebyp(&self) -> HSEBYPR
[src]
pub fn hsebyp(&self) -> HSEBYPR
Bit 18 - HSE crystal oscillator bypass
pub fn hserdy(&self) -> HSERDYR
[src]
pub fn hserdy(&self) -> HSERDYR
Bit 17 - HSE clock ready flag
pub fn hseon(&self) -> HSEONR
[src]
pub fn hseon(&self) -> HSEONR
Bit 16 - HSE clock enable
pub fn hsiasfs(&self) -> HSIASFSR
[src]
pub fn hsiasfs(&self) -> HSIASFSR
Bit 11 - HSI automatic start from Stop
pub fn hsirdy(&self) -> HSIRDYR
[src]
pub fn hsirdy(&self) -> HSIRDYR
Bit 10 - HSI clock ready flag
pub fn hsikeron(&self) -> HSIKERONR
[src]
pub fn hsikeron(&self) -> HSIKERONR
Bit 9 - HSI always enable for peripheral kernels
pub fn hsion(&self) -> HSIONR
[src]
pub fn hsion(&self) -> HSIONR
Bit 8 - HSI clock enable
pub fn msirange(&self) -> MSIRANGER
[src]
pub fn msirange(&self) -> MSIRANGER
Bits 4:7 - MSI clock ranges
pub fn msipllen(&self) -> MSIPLLENR
[src]
pub fn msipllen(&self) -> MSIPLLENR
Bit 2 - MSI clock PLL enable
pub fn msirdy(&self) -> MSIRDYR
[src]
pub fn msirdy(&self) -> MSIRDYR
Bit 1 - MSI clock ready flag
pub fn msion(&self) -> MSIONR
[src]
pub fn msion(&self) -> MSIONR
Bit 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 T
impl<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 T
Mutably 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