Struct EthernetDma
pub struct EthernetDma { /* private fields */ }Expand description
Ethernet: DMA mode register (DMA)
Implementations§
§impl EthernetDma
impl EthernetDma
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn dmac_tx_cr(self) -> Reg<DmacTxCr, RW>
pub const fn dmac_tx_cr(self) -> Reg<DmacTxCr, RW>
Channel transmit control register
pub const fn dmac_rx_cr(self) -> Reg<DmacRxCr, RW>
pub const fn dmac_rx_cr(self) -> Reg<DmacRxCr, RW>
Channel receive control register
pub const fn dmac_tx_dlar(self) -> Reg<DmacTxDlar, RW>
pub const fn dmac_tx_dlar(self) -> Reg<DmacTxDlar, RW>
Channel Tx descriptor list address register
pub const fn dmac_rx_dlar(self) -> Reg<DmacRxDlar, RW>
pub const fn dmac_rx_dlar(self) -> Reg<DmacRxDlar, RW>
Channel Rx descriptor list address register
pub const fn dmac_tx_dtpr(self) -> Reg<DmacTxDtpr, RW>
pub const fn dmac_tx_dtpr(self) -> Reg<DmacTxDtpr, RW>
Channel Tx descriptor tail pointer register
pub const fn dmac_rx_dtpr(self) -> Reg<DmacRxDtpr, RW>
pub const fn dmac_rx_dtpr(self) -> Reg<DmacRxDtpr, RW>
Channel Rx descriptor tail pointer register
pub const fn dmac_tx_rlr(self) -> Reg<DmacTxRlr, RW>
pub const fn dmac_tx_rlr(self) -> Reg<DmacTxRlr, RW>
Channel Tx descriptor ring length register
pub const fn dmac_rx_rlr(self) -> Reg<DmacRxRlr, RW>
pub const fn dmac_rx_rlr(self) -> Reg<DmacRxRlr, RW>
Channel Rx descriptor ring length register
pub const fn dmac_rx_iwtr(self) -> Reg<DmacRxIwtr, RW>
pub const fn dmac_rx_iwtr(self) -> Reg<DmacRxIwtr, RW>
Channel Rx interrupt watchdog timer register
pub const fn dmacca_tx_dr(self) -> Reg<DmaccaTxDr, R>
pub const fn dmacca_tx_dr(self) -> Reg<DmaccaTxDr, R>
Channel current application transmit descriptor register
pub const fn dmacca_rx_dr(self) -> Reg<DmaccaRxDr, R>
pub const fn dmacca_rx_dr(self) -> Reg<DmaccaRxDr, R>
Channel current application receive descriptor register
pub const fn dmacca_tx_br(self) -> Reg<DmaccaTxBr, R>
pub const fn dmacca_tx_br(self) -> Reg<DmaccaTxBr, R>
Channel current application transmit buffer register
pub const fn dmacca_rx_br(self) -> Reg<DmaccaRxBr, R>
pub const fn dmacca_rx_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§fn clone_from(&mut self, source: &Self)
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