pub struct Rcc(pub *mut u8);
Expand description
RCC HSI configuration register
RCC Clock Recovery RC Register
RCC CSI configuration register
RCC Clock Configuration Register
RCC Domain 1 Clock Configuration Register
RCC Domain 2 Clock Configuration Register
RCC Domain 3 Clock Configuration Register
RCC PLLs Clock Source Selection Register
RCC PLLs Configuration Register
RCC PLL1 Dividers Configuration Register
RCC PLL1 Fractional Divider Register
RCC Domain 1 Kernel Clock Configuration Register
RCC Domain 2 Kernel Clock Configuration Register
RCC Domain 2 Kernel Clock Configuration Register
RCC Domain 3 Kernel Clock Configuration Register
RCC Clock Source Interrupt Enable Register
RCC Clock Source Interrupt Flag Register
RCC Clock Source Interrupt Clear Register
RCC Backup Domain Control Register
RCC Clock Control and Status Register
RCC AHB1 Peripheral Reset Register
RCC AHB2 Peripheral Reset Register
RCC AHB4 Peripheral Reset Register
RCC APB3 Peripheral Reset Register
RCC APB1 Peripheral Reset Register
RCC APB1 Peripheral Reset Register
RCC APB2 Peripheral Reset Register
RCC APB4 Peripheral Reset Register
RCC D3 Autonomous mode Register
RCC Reset Status Register
RCC AHB3 Sleep Clock Register
RCC AHB1 Sleep Clock Register
RCC AHB2 Sleep Clock Register
RCC AHB4 Sleep Clock Register
RCC APB3 Sleep Clock Register
RCC APB1 Low Sleep Clock Register
RCC APB1 High Sleep Clock Register
RCC APB2 Sleep Clock Register
RCC APB4 Sleep Clock 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.