pub struct Edmac0 { /* private fields */ }Implementations§
Source§impl Edmac0
impl Edmac0
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 Edmac0
impl Eq for Edmac0
impl Send for Edmac0
DMA Controller for the Ethernet Controller Channel 0
impl StructuralPartialEq for Edmac0
impl Sync for Edmac0
Auto Trait Implementations§
impl Freeze for Edmac0
impl RefUnwindSafe for Edmac0
impl Unpin for Edmac0
impl UnsafeUnpin for Edmac0
impl UnwindSafe for Edmac0
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