#[repr(u8)]
pub enum MODE_A {
COUNT16,
COUNT8,
COUNT32,
}
Expand description
Timer Counter Mode
Value on reset: 0
Variants
COUNT16
0: Counter in 16-bit mode
COUNT8
1: Counter in 8-bit mode
COUNT32
2: Counter in 32-bit mode
Trait Implementations
impl Copy for MODE_A
impl StructuralPartialEq for MODE_A
Auto Trait Implementations
impl RefUnwindSafe for MODE_A
impl Send for MODE_A
impl Sync for MODE_A
impl Unpin for MODE_A
impl UnwindSafe for MODE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more