Enum stm32f412g::clocks::phclk::PeripheralClockType
source · pub enum PeripheralClockType {
AHB1(HCLK1),
AHB2(HCLK2),
AHB3(HCLK3),
APB1(PCLK1),
APB2(PCLK2),
RTC,
PWR,
}
Expand description
Bus + Clock name for the peripherals
Variants§
Auto Trait Implementations§
impl Freeze for PeripheralClockType
impl RefUnwindSafe for PeripheralClockType
impl Send for PeripheralClockType
impl Sync for PeripheralClockType
impl Unpin for PeripheralClockType
impl UnwindSafe for PeripheralClockType
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