#[repr(u8)]pub enum WDGTB_A {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
}
Expand description
Timer base
Value on reset: 0
Variants§
Div1 = 0
0: Counter clock (PCLK1 div 4096) div 1
Div2 = 1
1: Counter clock (PCLK1 div 4096) div 2
Div4 = 2
2: Counter clock (PCLK1 div 4096) div 4
Div8 = 3
3: Counter clock (PCLK1 div 4096) div 8
Trait Implementations§
impl Copy for WDGTB_A
impl StructuralPartialEq for WDGTB_A
Auto Trait Implementations§
impl Freeze for WDGTB_A
impl RefUnwindSafe for WDGTB_A
impl Send for WDGTB_A
impl Sync for WDGTB_A
impl Unpin for WDGTB_A
impl UnwindSafe for WDGTB_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