#[repr(u8)]pub enum PRESC_A {
NODIVISION = 0,
}
Expand description
Prescaler Setting
Value on reset: 0
Variants§
NODIVISION = 0
0: 0
Trait Implementations§
impl Copy for PRESC_A
impl StructuralPartialEq for PRESC_A
Auto Trait Implementations§
impl Freeze for PRESC_A
impl RefUnwindSafe for PRESC_A
impl Send for PRESC_A
impl Sync for PRESC_A
impl Unpin for PRESC_A
impl UnwindSafe for PRESC_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