pub enum PCLKPRESC_A {
DIV1 = 0,
DIV2 = 1,
}Expand description
PCLK Prescaler
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for PCLKPRESC_A
impl Clone for PCLKPRESC_A
Source§fn clone(&self) -> PCLKPRESC_A
fn clone(&self) -> PCLKPRESC_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PCLKPRESC_A
impl Debug for PCLKPRESC_A
Source§impl From<PCLKPRESC_A> for bool
impl From<PCLKPRESC_A> for bool
Source§fn from(variant: PCLKPRESC_A) -> Self
fn from(variant: PCLKPRESC_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PCLKPRESC_A
impl PartialEq for PCLKPRESC_A
impl Copy for PCLKPRESC_A
impl Eq for PCLKPRESC_A
impl StructuralPartialEq for PCLKPRESC_A
Auto Trait Implementations§
impl Freeze for PCLKPRESC_A
impl RefUnwindSafe for PCLKPRESC_A
impl Send for PCLKPRESC_A
impl Sync for PCLKPRESC_A
impl Unpin for PCLKPRESC_A
impl UnwindSafe for PCLKPRESC_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