pub struct Edmac0Ns { /* private fields */ }Implementations§
Source§impl Edmac0Ns
impl Edmac0Ns
Sourcepub const fn tdlar(&self) -> &'static Reg<Tdlar_SPEC, RW>
pub const fn tdlar(&self) -> &'static Reg<Tdlar_SPEC, RW>
Transmit Descriptor List Start Address Register
Sourcepub const fn rdlar(&self) -> &'static Reg<Rdlar_SPEC, RW>
pub const fn rdlar(&self) -> &'static Reg<Rdlar_SPEC, RW>
Receive Descriptor List Start Address Register
Sourcepub const fn eesipr(&self) -> &'static Reg<Eesipr_SPEC, RW>
pub const fn eesipr(&self) -> &'static Reg<Eesipr_SPEC, RW>
ETHERC/EDMAC Status Interrupt Enable Register
Sourcepub const fn trscer(&self) -> &'static Reg<Trscer_SPEC, RW>
pub const fn trscer(&self) -> &'static Reg<Trscer_SPEC, RW>
ETHERC/EDMAC Transmit/Receive Status Copy Enable Register
Sourcepub const fn iosr(&self) -> &'static Reg<Iosr_SPEC, RW>
pub const fn iosr(&self) -> &'static Reg<Iosr_SPEC, RW>
Independent Output Signal Setting Register
Sourcepub const fn fcftr(&self) -> &'static Reg<Fcftr_SPEC, RW>
pub const fn fcftr(&self) -> &'static Reg<Fcftr_SPEC, RW>
Flow Control Start FIFO Threshold Setting Register
Sourcepub const fn rpadir(&self) -> &'static Reg<Rpadir_SPEC, RW>
pub const fn rpadir(&self) -> &'static Reg<Rpadir_SPEC, RW>
Receive Data Padding Insert Register
Trait Implementations§
impl Copy for Edmac0Ns
impl Eq for Edmac0Ns
impl Send for Edmac0Ns
DMA Controller for the Ethernet Controller Channel 0
impl StructuralPartialEq for Edmac0Ns
impl Sync for Edmac0Ns
Auto Trait Implementations§
impl Freeze for Edmac0Ns
impl RefUnwindSafe for Edmac0Ns
impl Unpin for Edmac0Ns
impl UnwindSafe for Edmac0Ns
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