pub enum RefClockPin {
Gpio32,
Gpio44,
Gpio50,
}Expand description
GPIO options that can feed the RMII reference clock into the MAC.
Variants§
Gpio32
Route REF_CLK through GPIO32.
Gpio44
Route REF_CLK through GPIO44.
Gpio50
Route REF_CLK through GPIO50.
Trait Implementations§
Source§impl Clone for RefClockPin
impl Clone for RefClockPin
Source§fn clone(&self) -> RefClockPin
fn clone(&self) -> RefClockPin
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 RefClockPin
impl Debug for RefClockPin
Source§impl PartialEq for RefClockPin
impl PartialEq for RefClockPin
impl Copy for RefClockPin
impl Eq for RefClockPin
impl StructuralPartialEq for RefClockPin
Auto Trait Implementations§
impl Freeze for RefClockPin
impl RefUnwindSafe for RefClockPin
impl Send for RefClockPin
impl Sync for RefClockPin
impl Unpin for RefClockPin
impl UnsafeUnpin for RefClockPin
impl UnwindSafe for RefClockPin
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