Enum stm32f412g::clocks::phclk::PCLK2
source · pub enum PCLK2 {
USART1,
ADC1,
SYSCFG,
}
Expand description
Peripherals clocked by PCLK2
Variants§
Auto Trait Implementations§
impl Freeze for PCLK2
impl RefUnwindSafe for PCLK2
impl Send for PCLK2
impl Sync for PCLK2
impl Unpin for PCLK2
impl UnwindSafe for PCLK2
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