pub struct R(/* private fields */);Expand description
Register DCKCFGR2 reader
Implementations§
Source§impl R
impl R
Sourcepub fn usart1sel(&self) -> FieldReaderRaw<u8, USART1SEL_A>
pub fn usart1sel(&self) -> FieldReaderRaw<u8, USART1SEL_A>
Bits 0:1 - USART 1 clock source selection
Sourcepub fn usart2sel(&self) -> FieldReaderRaw<u8, USART2SEL_A>
pub fn usart2sel(&self) -> FieldReaderRaw<u8, USART2SEL_A>
Bits 2:3 - USART 2 clock source selection
Sourcepub fn usart3sel(&self) -> FieldReaderRaw<u8, USART2SEL_A>
pub fn usart3sel(&self) -> FieldReaderRaw<u8, USART2SEL_A>
Bits 4:5 - USART 3 clock source selection
Sourcepub fn uart4sel(&self) -> FieldReaderRaw<u8, USART2SEL_A>
pub fn uart4sel(&self) -> FieldReaderRaw<u8, USART2SEL_A>
Bits 6:7 - UART 4 clock source selection
Sourcepub fn uart5sel(&self) -> FieldReaderRaw<u8, USART2SEL_A>
pub fn uart5sel(&self) -> FieldReaderRaw<u8, USART2SEL_A>
Bits 8:9 - UART 5 clock source selection
Sourcepub fn usart6sel(&self) -> FieldReaderRaw<u8, USART1SEL_A>
pub fn usart6sel(&self) -> FieldReaderRaw<u8, USART1SEL_A>
Bits 10:11 - USART 6 clock source selection
Sourcepub fn uart7sel(&self) -> FieldReaderRaw<u8, USART2SEL_A>
pub fn uart7sel(&self) -> FieldReaderRaw<u8, USART2SEL_A>
Bits 12:13 - UART 7 clock source selection
Sourcepub fn uart8sel(&self) -> FieldReaderRaw<u8, USART2SEL_A>
pub fn uart8sel(&self) -> FieldReaderRaw<u8, USART2SEL_A>
Bits 14:15 - UART 8 clock source selection
Sourcepub fn i2c1sel(&self) -> FieldReaderRaw<u8, I2C1SEL_A>
pub fn i2c1sel(&self) -> FieldReaderRaw<u8, I2C1SEL_A>
Bits 16:17 - I2C1 clock source selection
Sourcepub fn i2c2sel(&self) -> FieldReaderRaw<u8, I2C1SEL_A>
pub fn i2c2sel(&self) -> FieldReaderRaw<u8, I2C1SEL_A>
Bits 18:19 - I2C2 clock source selection
Sourcepub fn i2c3sel(&self) -> FieldReaderRaw<u8, I2C1SEL_A>
pub fn i2c3sel(&self) -> FieldReaderRaw<u8, I2C1SEL_A>
Bits 20:21 - I2C3 clock source selection
Sourcepub fn i2c4sel(&self) -> FieldReaderRaw<u8, I2C1SEL_A>
pub fn i2c4sel(&self) -> FieldReaderRaw<u8, I2C1SEL_A>
Bits 22:23 - I2C4 clock source selection
Sourcepub fn lptim1sel(&self) -> FieldReaderRaw<u8, LPTIM1SEL_A>
pub fn lptim1sel(&self) -> FieldReaderRaw<u8, LPTIM1SEL_A>
Bits 24:25 - Low power timer 1 clock source selection
Sourcepub fn ck48msel(&self) -> BitReaderRaw<CK48MSEL_A>
pub fn ck48msel(&self) -> BitReaderRaw<CK48MSEL_A>
Bit 27 - 48MHz clock source selection
Sourcepub fn sdmmc1sel(&self) -> BitReaderRaw<SDMMC1SEL_A>
pub fn sdmmc1sel(&self) -> BitReaderRaw<SDMMC1SEL_A>
Bit 28 - SDMMC clock source selection
Methods from Deref<Target = R<DCKCFGR2_SPEC>>§
Sourcepub 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§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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