pub enum MpllClockOutPin {
Gpio23,
Gpio39,
}Expand description
GPIO options that can emit the internally generated 50 MHz REF_CLK.
Variants§
Gpio23
Route internally generated REF_CLK out through GPIO23.
Gpio39
Route internally generated REF_CLK out through GPIO39.
Trait Implementations§
Source§impl Clone for MpllClockOutPin
impl Clone for MpllClockOutPin
Source§fn clone(&self) -> MpllClockOutPin
fn clone(&self) -> MpllClockOutPin
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 MpllClockOutPin
impl Debug for MpllClockOutPin
Source§impl PartialEq for MpllClockOutPin
impl PartialEq for MpllClockOutPin
impl Copy for MpllClockOutPin
impl Eq for MpllClockOutPin
impl StructuralPartialEq for MpllClockOutPin
Auto Trait Implementations§
impl Freeze for MpllClockOutPin
impl RefUnwindSafe for MpllClockOutPin
impl Send for MpllClockOutPin
impl Sync for MpllClockOutPin
impl Unpin for MpllClockOutPin
impl UnsafeUnpin for MpllClockOutPin
impl UnwindSafe for MpllClockOutPin
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