pub struct R(/* private fields */);
Expand description
Register CCIPR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn usart1sel(&self) -> USART1SEL_R
pub fn usart1sel(&self) -> USART1SEL_R
Bits 0:1 - USART1 clock source selection
Sourcepub fn usart2sel(&self) -> USART2SEL_R
pub fn usart2sel(&self) -> USART2SEL_R
Bits 2:3 - USART2 clock source selection
Sourcepub fn lpuart1sel(&self) -> LPUART1SEL_R
pub fn lpuart1sel(&self) -> LPUART1SEL_R
Bits 10:11 - LPUART1 clock source selection
Sourcepub fn lptim1sel(&self) -> LPTIM1SEL_R
pub fn lptim1sel(&self) -> LPTIM1SEL_R
Bits 18:19 - LPTIM1 clock source selection
Sourcepub fn lptim2sel(&self) -> LPTIM2SEL_R
pub fn lptim2sel(&self) -> LPTIM2SEL_R
Bits 20:21 - LPTIM2 clock source selection
Sourcepub fn tim15sel(&self) -> TIM15SEL_R
pub fn tim15sel(&self) -> TIM15SEL_R
Bit 24 - TIM15 clock source selection
Methods from Deref<Target = R<CCIPR_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