Enum Pcs
#[repr(u8)]pub enum Pcs {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Prescaler Clock Select
Value on reset: 0
Variants§
_00 = 0
0: Prescaler/glitch filter clock 0 selected.
_01 = 1
1: Prescaler/glitch filter clock 1 selected.
_10 = 2
2: Prescaler/glitch filter clock 2 selected.
_11 = 3
3: Prescaler/glitch filter clock 3 selected.
Trait Implementations§
impl Copy for Pcs
impl Eq for Pcs
impl IsEnum for Pcs
impl StructuralPartialEq for Pcs
Auto Trait Implementations§
impl Freeze for Pcs
impl RefUnwindSafe for Pcs
impl Send for Pcs
impl Sync for Pcs
impl Unpin for Pcs
impl UnwindSafe for Pcs
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