pub enum PeripheralClockType {
AHB(HCLK),
APB2(PCLK2),
APB1(PCLK1),
}
Expand description
Bus + Clock name for the peripherals
Not yet implemented clocks:
AHB2(HCLK2) AHB3(HCLK3) APB1(PCLK1), APB2(PCLK2),
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