#[repr(u8)]pub enum PR_A {
DIVIDEBY4 = 0,
DIVIDEBY8 = 1,
DIVIDEBY16 = 2,
DIVIDEBY32 = 3,
DIVIDEBY64 = 4,
DIVIDEBY128 = 5,
DIVIDEBY256 = 6,
DIVIDEBY256BIS = 7,
}
Expand description
Prescaler divider
Value on reset: 0
Variants§
DIVIDEBY4 = 0
0: Divider /4
DIVIDEBY8 = 1
1: Divider /8
DIVIDEBY16 = 2
2: Divider /16
DIVIDEBY32 = 3
3: Divider /32
DIVIDEBY64 = 4
4: Divider /64
DIVIDEBY128 = 5
5: Divider /128
DIVIDEBY256 = 6
6: Divider /256
DIVIDEBY256BIS = 7
7: Divider /256
Trait Implementations§
impl Copy for PR_A
impl StructuralPartialEq for PR_A
Auto Trait Implementations§
impl Freeze for PR_A
impl RefUnwindSafe for PR_A
impl Send for PR_A
impl Sync for PR_A
impl Unpin for PR_A
impl UnwindSafe for PR_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