Struct stm32_metapac::eth::EthernetDma
pub struct EthernetDma { /* private fields */ }
Expand description
Ethernet: DMA controller operation
Implementations§
§impl EthernetDma
impl EthernetDma
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn dmardlar(self) -> Reg<Dmardlar, RW>
pub const fn dmardlar(self) -> Reg<Dmardlar, RW>
Ethernet DMA receive descriptor list address register
pub const fn dmatdlar(self) -> Reg<Dmatdlar, RW>
pub const fn dmatdlar(self) -> Reg<Dmatdlar, RW>
Ethernet DMA transmit descriptor list address register
pub const fn dmamfbocr(self) -> Reg<Dmamfbocr, RW>
pub const fn dmamfbocr(self) -> Reg<Dmamfbocr, RW>
Ethernet DMA missed frame and buffer overflow counter register
pub const fn dmachtdr(self) -> Reg<Dmachtdr, R>
pub const fn dmachtdr(self) -> Reg<Dmachtdr, R>
Ethernet DMA current host transmit descriptor register
pub const fn dmachrdr(self) -> Reg<Dmachrdr, R>
pub const fn dmachrdr(self) -> Reg<Dmachrdr, R>
Ethernet DMA current host receive descriptor register
Trait Implementations§
§impl Clone for EthernetDma
impl Clone for EthernetDma
§fn clone(&self) -> EthernetDma
fn clone(&self) -> EthernetDma
Returns a copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)