[−][src]Struct stm32l4x6::rcc::ccipr::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 dfsdmsel(&self) -> DFSDMSELR
[src]
pub fn dfsdmsel(&self) -> DFSDMSELR
Bit 31 - DFSDM clock source selection
pub fn swpmi1sel(&self) -> SWPMI1SELR
[src]
pub fn swpmi1sel(&self) -> SWPMI1SELR
Bit 30 - SWPMI1 clock source selection
pub fn adcsel(&self) -> ADCSELR
[src]
pub fn adcsel(&self) -> ADCSELR
Bits 28:29 - ADCs clock source selection
pub fn clk48sel(&self) -> CLK48SELR
[src]
pub fn clk48sel(&self) -> CLK48SELR
Bits 26:27 - 48 MHz clock source selection
pub fn sai2sel(&self) -> SAI2SELR
[src]
pub fn sai2sel(&self) -> SAI2SELR
Bits 24:25 - SAI2 clock source selection
pub fn sai1sel(&self) -> SAI1SELR
[src]
pub fn sai1sel(&self) -> SAI1SELR
Bits 22:23 - SAI1 clock source selection
pub fn lptim2sel(&self) -> LPTIM2SELR
[src]
pub fn lptim2sel(&self) -> LPTIM2SELR
Bits 20:21 - Low power timer 2 clock source selection
pub fn lptim1sel(&self) -> LPTIM1SELR
[src]
pub fn lptim1sel(&self) -> LPTIM1SELR
Bits 18:19 - Low power timer 1 clock source selection
pub fn i2c3sel(&self) -> I2C3SELR
[src]
pub fn i2c3sel(&self) -> I2C3SELR
Bits 16:17 - I2C3 clock source selection
pub fn i2c2sel(&self) -> I2C2SELR
[src]
pub fn i2c2sel(&self) -> I2C2SELR
Bits 14:15 - I2C2 clock source selection
pub fn i2c1sel(&self) -> I2C1SELR
[src]
pub fn i2c1sel(&self) -> I2C1SELR
Bits 12:13 - I2C1 clock source selection
pub fn lpuart1sel(&self) -> LPUART1SELR
[src]
pub fn lpuart1sel(&self) -> LPUART1SELR
Bits 10:11 - LPUART1 clock source selection
pub fn uart5sel(&self) -> UART5SELR
[src]
pub fn uart5sel(&self) -> UART5SELR
Bits 8:9 - UART5 clock source selection
pub fn uart4sel(&self) -> UART4SELR
[src]
pub fn uart4sel(&self) -> UART4SELR
Bits 6:7 - UART4 clock source selection
pub fn usart3sel(&self) -> USART3SELR
[src]
pub fn usart3sel(&self) -> USART3SELR
Bits 4:5 - USART3 clock source selection
pub fn usart2sel(&self) -> USART2SELR
[src]
pub fn usart2sel(&self) -> USART2SELR
Bits 2:3 - USART2 clock source selection
pub fn usart1sel(&self) -> USART1SELR
[src]
pub fn usart1sel(&self) -> USART1SELR
Bits 0:1 - USART1 clock source selection
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