pub struct Prescale(/* private fields */);Implementations§
Source§impl Prescale
impl Prescale
Sourcepub const PRESCALE_0: Self
pub const PRESCALE_0: Self
(256*16+1) clock cycles
Sourcepub const PRESCALE_1: Self
pub const PRESCALE_1: Self
(PRESCALE*16+1) clock cycles
Sourcepub const PRESCALE_2: Self
pub const PRESCALE_2: Self
(PRESCALE*16+1) clock cycles
Sourcepub const PRESCALE_3: Self
pub const PRESCALE_3: Self
(PRESCALE*16+1) clock cycles
Sourcepub const PRESCALE_4: Self
pub const PRESCALE_4: Self
(PRESCALE*16+1) clock cycles
Sourcepub const PRESCALE_5: Self
pub const PRESCALE_5: Self
(PRESCALE*16+1) clock cycles
Sourcepub const PRESCALE_6: Self
pub const PRESCALE_6: Self
(PRESCALE*16+1) clock cycles
Sourcepub const PRESCALE_7: Self
pub const PRESCALE_7: Self
(PRESCALE*16+1) clock cycles
Sourcepub const PRESCALE_8: Self
pub const PRESCALE_8: Self
(PRESCALE*16+1) clock cycles
Sourcepub const PRESCALE_9: Self
pub const PRESCALE_9: Self
(PRESCALE*16+1) clock cycles
Trait Implementations§
Source§impl Ord for Prescale
impl Ord for Prescale
Source§impl PartialOrd for Prescale
impl PartialOrd for Prescale
impl Copy for Prescale
impl Eq for Prescale
impl StructuralPartialEq for Prescale
Auto Trait Implementations§
impl Freeze for Prescale
impl RefUnwindSafe for Prescale
impl Send for Prescale
impl Sync for Prescale
impl Unpin for Prescale
impl UnwindSafe for Prescale
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