Enum stm32wlxx_hal::pac::tim2::cr1::CKD_A
#[repr(u8)]pub enum CKD_A {
Div1 = 0,
Div2 = 1,
Div4 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Clock division
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CKD_A
impl StructuralPartialEq for CKD_A
Auto Trait Implementations§
impl RefUnwindSafe for CKD_A
impl Send for CKD_A
impl Sync for CKD_A
impl Unpin for CKD_A
impl UnwindSafe for CKD_A
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