pub struct ETHERNET_DMA { /* private fields */ }
Expand description
Ethernet: DMA controller operation
Implementations§
Source§impl ETHERNET_DMA
impl ETHERNET_DMA
Sourcepub const PTR: *const RegisterBlock = {0x40029000 as *const stm32f107::ethernet_dma::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40029000 as *const stm32f107::ethernet_dma::RegisterBlock}
Pointer to the register block
Sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Source§impl Debug for ETHERNET_DMA
impl Debug for ETHERNET_DMA
Source§impl Deref for ETHERNET_DMA
impl Deref for ETHERNET_DMA
impl Send for ETHERNET_DMA
Auto Trait Implementations§
impl Freeze for ETHERNET_DMA
impl RefUnwindSafe for ETHERNET_DMA
impl !Sync for ETHERNET_DMA
impl Unpin for ETHERNET_DMA
impl UnwindSafe for ETHERNET_DMA
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