pub struct T1s { /* private fields */ }Expand description
TENBASET_PHY
Implementations§
Source§impl T1s
impl T1s
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn pmapmdctrl(self) -> Reg<Pmapmdctrl, R>
pub const fn pmapmdctrl(self) -> Reg<Pmapmdctrl, R>
PMA/PMD Control
Sourcepub const fn intencapt1(self) -> Reg<Intencapt1, RW>
pub const fn intencapt1(self) -> Reg<Intencapt1, RW>
Interrupt Capture1
Sourcepub const fn intencapt2(self) -> Reg<Intencapt2, RW>
pub const fn intencapt2(self) -> Reg<Intencapt2, RW>
Interrupt Capture2
Sourcepub const fn mskplcadiag1(self) -> Reg<Mskplcadiag1, RW>
pub const fn mskplcadiag1(self) -> Reg<Mskplcadiag1, RW>
Mask Control PLCADIAG1 Flag
Sourcepub const fn mskplcadiag2(self) -> Reg<Mskplcadiag2, RW>
pub const fn mskplcadiag2(self) -> Reg<Mskplcadiag2, RW>
Mask Control PLCADIAG2 Flags
Sourcepub const fn msktxcdiag(self) -> Reg<Msktxcdiag, RW>
pub const fn msktxcdiag(self) -> Reg<Msktxcdiag, RW>
Mask Control TXCDIAG Flag
Sourcepub const fn accessctrl(self) -> Reg<Accessctrl, RW>
pub const fn accessctrl(self) -> Reg<Accessctrl, RW>
Global Access Control
Trait Implementations§
impl Copy for T1s
impl Eq for T1s
impl Send for T1s
impl StructuralPartialEq for T1s
impl Sync for T1s
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