pub struct R(_);Expand description
Register CCIPR reader
Implementations
sourceimpl 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 tim15sel(&self) -> TIM15SEL_R
 
pub fn tim15sel(&self) -> TIM15SEL_R
Bit 24 - TIM15 clock source selection
Methods from Deref<Target = R<CCIPR_SPEC>>
Trait Implementations
sourceimpl From<R<CCIPR_SPEC>> for R
 
impl From<R<CCIPR_SPEC>> for R
sourcefn from(reader: R<CCIPR_SPEC>) -> Self
 
fn from(reader: R<CCIPR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more