[−][src]Struct stm32l4x6::rcc::ccipr::W
Value to write to the register
Methods
impl W
[src]
impl W
pub fn reset_value() -> W
[src]
pub fn reset_value() -> W
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
Writes raw bits to the register
pub fn dfsdmsel(&mut self) -> _DFSDMSELW
[src]
pub fn dfsdmsel(&mut self) -> _DFSDMSELW
Bit 31 - DFSDM clock source selection
pub fn swpmi1sel(&mut self) -> _SWPMI1SELW
[src]
pub fn swpmi1sel(&mut self) -> _SWPMI1SELW
Bit 30 - SWPMI1 clock source selection
pub fn adcsel(&mut self) -> _ADCSELW
[src]
pub fn adcsel(&mut self) -> _ADCSELW
Bits 28:29 - ADCs clock source selection
pub fn clk48sel(&mut self) -> _CLK48SELW
[src]
pub fn clk48sel(&mut self) -> _CLK48SELW
Bits 26:27 - 48 MHz clock source selection
pub fn sai2sel(&mut self) -> _SAI2SELW
[src]
pub fn sai2sel(&mut self) -> _SAI2SELW
Bits 24:25 - SAI2 clock source selection
pub fn sai1sel(&mut self) -> _SAI1SELW
[src]
pub fn sai1sel(&mut self) -> _SAI1SELW
Bits 22:23 - SAI1 clock source selection
pub fn lptim2sel(&mut self) -> _LPTIM2SELW
[src]
pub fn lptim2sel(&mut self) -> _LPTIM2SELW
Bits 20:21 - Low power timer 2 clock source selection
pub fn lptim1sel(&mut self) -> _LPTIM1SELW
[src]
pub fn lptim1sel(&mut self) -> _LPTIM1SELW
Bits 18:19 - Low power timer 1 clock source selection
pub fn i2c3sel(&mut self) -> _I2C3SELW
[src]
pub fn i2c3sel(&mut self) -> _I2C3SELW
Bits 16:17 - I2C3 clock source selection
pub fn i2c2sel(&mut self) -> _I2C2SELW
[src]
pub fn i2c2sel(&mut self) -> _I2C2SELW
Bits 14:15 - I2C2 clock source selection
pub fn i2c1sel(&mut self) -> _I2C1SELW
[src]
pub fn i2c1sel(&mut self) -> _I2C1SELW
Bits 12:13 - I2C1 clock source selection
pub fn lpuart1sel(&mut self) -> _LPUART1SELW
[src]
pub fn lpuart1sel(&mut self) -> _LPUART1SELW
Bits 10:11 - LPUART1 clock source selection
pub fn uart5sel(&mut self) -> _UART5SELW
[src]
pub fn uart5sel(&mut self) -> _UART5SELW
Bits 8:9 - UART5 clock source selection
pub fn uart4sel(&mut self) -> _UART4SELW
[src]
pub fn uart4sel(&mut self) -> _UART4SELW
Bits 6:7 - UART4 clock source selection
pub fn usart3sel(&mut self) -> _USART3SELW
[src]
pub fn usart3sel(&mut self) -> _USART3SELW
Bits 4:5 - USART3 clock source selection
pub fn usart2sel(&mut self) -> _USART2SELW
[src]
pub fn usart2sel(&mut self) -> _USART2SELW
Bits 2:3 - USART2 clock source selection
pub fn usart1sel(&mut self) -> _USART1SELW
[src]
pub fn usart1sel(&mut self) -> _USART1SELW
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