pub struct Phy { /* private fields */ }Expand description
Unspecified
Implementations§
Source§impl Phy
impl Phy
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn inputoverride(self) -> Reg<Inputoverride, RW>
pub const fn inputoverride(self) -> Reg<Inputoverride, RW>
Enables overriding of individual signals to the PHY, the override values are set in PHY.OVERRIDEVALUES
Sourcepub const fn overridevalues(self) -> Reg<Overridevalues, RW>
pub const fn overridevalues(self) -> Reg<Overridevalues, RW>
Values that are used to override the input signals to the PHY.
Trait Implementations§
impl Copy for Phy
impl Eq for Phy
impl Send for Phy
impl StructuralPartialEq for Phy
impl Sync for Phy
Auto Trait Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)