pub struct R(/* private fields */);Expand description
Register CCIPR reader
Implementations§
Source§impl R
impl R
Sourcepub fn swpmi1sel(&self) -> SWPMI1SEL_R
pub fn swpmi1sel(&self) -> SWPMI1SEL_R
Bit 30 - SWPMI1 clock source selection
Sourcepub fn clk48sel(&self) -> CLK48SEL_R
pub fn clk48sel(&self) -> CLK48SEL_R
Bits 26:27 - 48 MHz clock source selection
Sourcepub fn lptim2sel(&self) -> LPTIM2SEL_R
pub fn lptim2sel(&self) -> LPTIM2SEL_R
Bits 20:21 - Low power timer 2 clock source selection
Sourcepub fn lptim1sel(&self) -> LPTIM1SEL_R
pub fn lptim1sel(&self) -> LPTIM1SEL_R
Bits 18:19 - Low power timer 1 clock source selection
Sourcepub fn lpuart1sel(&self) -> LPUART1SEL_R
pub fn lpuart1sel(&self) -> LPUART1SEL_R
Bits 10:11 - LPUART1 clock source selection
Sourcepub fn usart2sel(&self) -> USART2SEL_R
pub fn usart2sel(&self) -> USART2SEL_R
Bits 2:3 - USART2 clock source selection
Sourcepub fn usart1sel(&self) -> USART1SEL_R
pub fn usart1sel(&self) -> USART1SEL_R
Bits 0:1 - USART1 clock source selection
Sourcepub fn usart4sel(&self) -> USART4SEL_R
pub fn usart4sel(&self) -> USART4SEL_R
Bits 6:7 - USART4 clock source selection
Sourcepub fn usart3sel(&self) -> USART3SEL_R
pub fn usart3sel(&self) -> USART3SEL_R
Bits 4:5 - USART3 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