pub struct Rcc(pub *mut u8);
Expand description
Reset and clock controller
RCC clock control register
RCC HSI calibration register
RCC clock recovery RC register
RCC CSI calibration register
RCC clock configuration register
RCC CPU domain clock configuration register 2
RCC PLL clock source selection register
RCC PLL1 dividers register
RCC PLL1 fractional divider register
RCC clock source interrupt enable register
RCC clock source interrupt flag register
RCC clock source interrupt clear register
RCC AHB2 peripheral reset register
RCC AHB4 peripheral reset register
RCC APB1 peripheral low reset register
RCC APB1 peripheral high reset register
RCC APB2 peripheral reset register
RCC APB3 peripheral reset register
RCC AHB1 peripherals clock register
RCC AHB2 peripheral clock register
RCC AHB4 peripheral clock register
RCC APB1 peripheral clock register
RCC APB1 peripheral clock register
RCC APB2 peripheral clock register
RCC APB3 peripheral clock register
RCC AHB1 sleep clock register
RCC AHB2 sleep clock register
RCC AHB4 sleep clock register
RCC APB1 sleep clock register
RCC APB1 sleep clock register
RCC APB2 sleep clock register
RCC APB3 sleep clock register
RCC kernel clock configuration register
RCC kernel clock configuration register
RCC kernel clock configuration register
RCC kernel clock configuration register
RCC kernel clock configuration register
RCC Backup domain control register
RCC reset status register
RCC secure configuration register
RCC privilege configuration register
Performs copy-assignment from
source
.
Read more
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
🔬This is a nightly-only experimental API. (clone_to_uninit
)
Performs copy-assignment from
self
to
dest
.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.