#[repr(u8)]pub enum CkModePclk {
DIV1 = 3,
DIV2 = 1,
DIV4 = 2,
}
Expand description
Synchronous PCLK prescaler
- ADC_CFGR2:CKMODE in STM32WL5x
Variants§
Auto Trait Implementations§
impl Freeze for CkModePclk
impl RefUnwindSafe for CkModePclk
impl Send for CkModePclk
impl Sync for CkModePclk
impl Unpin for CkModePclk
impl UnwindSafe for CkModePclk
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