Enum stm32f412g::clocks::phclk::PCLK1
source · pub enum PCLK1 {
TIM2,
USART2,
USART3,
SPI3,
I2C1,
CAN1,
DAC,
}
Expand description
Peripherals clocked by PCLK1
Variants§
Auto Trait Implementations§
impl Freeze for PCLK1
impl RefUnwindSafe for PCLK1
impl Send for PCLK1
impl Sync for PCLK1
impl Unpin for PCLK1
impl UnwindSafe for PCLK1
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