Struct EthernetDma
pub struct EthernetDma(pub *mut u8);
Expand description
Ethernet: DMA mode register (DMA)
Tuple Fields§
§0: *mut u8
Implementations§
§impl EthernetDma
impl EthernetDma
pub fn dmactx_dlar(self) -> Reg<DmactxDlar, RW>
pub fn dmactx_dlar(self) -> Reg<DmactxDlar, RW>
Channel Tx descriptor list address register
pub fn dmacrx_dlar(self) -> Reg<DmacrxDlar, RW>
pub fn dmacrx_dlar(self) -> Reg<DmacrxDlar, RW>
Channel Rx descriptor list address register
pub fn dmactx_dtpr(self) -> Reg<DmactxDtpr, RW>
pub fn dmactx_dtpr(self) -> Reg<DmactxDtpr, RW>
Channel Tx descriptor tail pointer register
pub fn dmacrx_dtpr(self) -> Reg<DmacrxDtpr, RW>
pub fn dmacrx_dtpr(self) -> Reg<DmacrxDtpr, RW>
Channel Rx descriptor tail pointer register
pub fn dmactx_rlr(self) -> Reg<DmactxRlr, RW>
pub fn dmactx_rlr(self) -> Reg<DmactxRlr, RW>
Channel Tx descriptor ring length register
pub fn dmacrx_rlr(self) -> Reg<DmacrxRlr, RW>
pub fn dmacrx_rlr(self) -> Reg<DmacrxRlr, RW>
Channel Rx descriptor ring length register
pub fn dmacrx_iwtr(self) -> Reg<DmacrxIwtr, RW>
pub fn dmacrx_iwtr(self) -> Reg<DmacrxIwtr, RW>
Channel Rx interrupt watchdog timer register
pub fn dmaccatx_dr(self) -> Reg<DmaccatxDr, R>
pub fn dmaccatx_dr(self) -> Reg<DmaccatxDr, R>
Channel current application transmit descriptor register
pub fn dmaccarx_dr(self) -> Reg<DmaccarxDr, R>
pub fn dmaccarx_dr(self) -> Reg<DmaccarxDr, R>
Channel current application receive descriptor register
pub fn dmaccatx_br(self) -> Reg<DmaccatxBr, R>
pub fn dmaccatx_br(self) -> Reg<DmaccatxBr, R>
Channel current application transmit buffer register
pub fn dmaccarx_br(self) -> Reg<DmaccarxBr, R>
pub fn dmaccarx_br(self) -> Reg<DmaccarxBr, R>
Channel current application receive buffer register
Trait Implementations§
§impl Clone for EthernetDma
impl Clone for EthernetDma
§fn clone(&self) -> EthernetDma
fn clone(&self) -> EthernetDma
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl PartialEq for EthernetDma
impl PartialEq for EthernetDma
impl Copy for EthernetDma
impl Eq for EthernetDma
impl Send for EthernetDma
impl StructuralPartialEq for EthernetDma
impl Sync for EthernetDma
Auto Trait Implementations§
impl Freeze for EthernetDma
impl RefUnwindSafe for EthernetDma
impl Unpin for EthernetDma
impl UnwindSafe for EthernetDma
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