Enum stm32_metapac::wwdg::vals::Wdgtb
#[repr(u8)]pub enum Wdgtb {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV8 = 3,
}
Variants§
DIV1 = 0
Counter clock (PCLK1 div 4096) div 1
DIV2 = 1
Counter clock (PCLK1 div 4096) div 2
DIV4 = 2
Counter clock (PCLK1 div 4096) div 4
DIV8 = 3
Counter clock (PCLK1 div 4096) div 8
Implementations§
Trait Implementations§
§impl Ord for Wdgtb
impl Ord for Wdgtb
§impl PartialOrd for Wdgtb
impl PartialOrd for Wdgtb
impl Copy for Wdgtb
impl Eq for Wdgtb
impl StructuralPartialEq for Wdgtb
Auto Trait Implementations§
impl Freeze for Wdgtb
impl RefUnwindSafe for Wdgtb
impl Send for Wdgtb
impl Sync for Wdgtb
impl Unpin for Wdgtb
impl UnwindSafe for Wdgtb
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)