pub enum PGPrescalerDivider {
_1,
_2,
_4,
_8,
_16,
_32,
_64,
_128,
}
Expand description
Prescaler divider
Variants§
Trait Implementations§
Source§impl Clone for PGPrescalerDivider
impl Clone for PGPrescalerDivider
Source§fn clone(&self) -> PGPrescalerDivider
fn clone(&self) -> PGPrescalerDivider
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Into<u8> for PGPrescalerDivider
impl Into<u8> for PGPrescalerDivider
Source§impl PartialEq for PGPrescalerDivider
impl PartialEq for PGPrescalerDivider
impl Copy for PGPrescalerDivider
impl StructuralPartialEq for PGPrescalerDivider
Auto Trait Implementations§
impl Freeze for PGPrescalerDivider
impl RefUnwindSafe for PGPrescalerDivider
impl Send for PGPrescalerDivider
impl Sync for PGPrescalerDivider
impl Unpin for PGPrescalerDivider
impl UnwindSafe for PGPrescalerDivider
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