Enum w806_pac::rcc::debug_control::GPSEC_SELECT_A
source · [−]pub enum GPSEC_SELECT_A {
MHZ_160,
MHZ_80,
}
Expand description
GPSEC clock source selection
Value on reset: 0
Variants
MHZ_160
1: Use 160 MHz.
MHZ_80
0: Use 80 MHz.
Trait Implementations
sourceimpl Clone for GPSEC_SELECT_A
impl Clone for GPSEC_SELECT_A
sourcefn clone(&self) -> GPSEC_SELECT_A
fn clone(&self) -> GPSEC_SELECT_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GPSEC_SELECT_A
impl Debug for GPSEC_SELECT_A
sourceimpl From<GPSEC_SELECT_A> for bool
impl From<GPSEC_SELECT_A> for bool
sourcefn from(variant: GPSEC_SELECT_A) -> Self
fn from(variant: GPSEC_SELECT_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<GPSEC_SELECT_A> for GPSEC_SELECT_A
impl PartialEq<GPSEC_SELECT_A> for GPSEC_SELECT_A
impl Copy for GPSEC_SELECT_A
impl StructuralPartialEq for GPSEC_SELECT_A
Auto Trait Implementations
impl RefUnwindSafe for GPSEC_SELECT_A
impl Send for GPSEC_SELECT_A
impl Sync for GPSEC_SELECT_A
impl Unpin for GPSEC_SELECT_A
impl UnwindSafe for GPSEC_SELECT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more