Struct stm32wlxx_hal::pac::DMAMUX
pub struct DMAMUX { /* private fields */ }
Available on crate feature
stm32wl5x_cm4
only.Expand description
DMA request multiplexer
Implementations§
§impl DMAMUX
impl DMAMUX
pub const PTR: *const RegisterBlock = {0x40020800 as *const stm32wl::stm32wl5x_cm4::dmamux::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40020800 as *const stm32wl::stm32wl5x_cm4::dmamux::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DMAMUX
impl !Sync for DMAMUX
impl Unpin for DMAMUX
impl UnwindSafe for DMAMUX
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