#[repr(u8)]pub enum DTPS_A {
DIRECT = 0,
PRESCALE_2 = 1,
PRESCALE_4 = 2,
PRESCALE_8 = 3,
}
Expand description
No Description.
Value on reset: 0
Variants§
DIRECT = 0
0: No Prescaling
PRESCALE_2 = 1
1: Division factor 2
PRESCALE_4 = 2
2: Division factor 4
PRESCALE_8 = 3
3: Division factor 8
Trait Implementations§
source§impl PartialEq for DTPS_A
impl PartialEq for DTPS_A
impl Copy for DTPS_A
impl Eq for DTPS_A
impl StructuralPartialEq for DTPS_A
Auto Trait Implementations§
impl Freeze for DTPS_A
impl RefUnwindSafe for DTPS_A
impl Send for DTPS_A
impl Sync for DTPS_A
impl Unpin for DTPS_A
impl UnwindSafe for DTPS_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