Struct stm32_metapac::dmamux::Dmamux
pub struct Dmamux { /* private fields */ }
Expand description
DMAMUX
Implementations§
§impl Dmamux
impl Dmamux
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn ccr(self, n: usize) -> Reg<Ccr, RW>
pub const fn ccr(self, n: usize) -> Reg<Ccr, RW>
DMAMux - DMA request line multiplexer channel x control register
pub const fn csr(self) -> Reg<Csr, R>
pub const fn csr(self) -> Reg<Csr, R>
DMAMUX request line multiplexer interrupt channel status register
Trait Implementations§
impl Copy for Dmamux
impl Eq for Dmamux
impl Send for Dmamux
impl StructuralPartialEq for Dmamux
impl Sync for Dmamux
Auto Trait Implementations§
impl Freeze for Dmamux
impl RefUnwindSafe 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
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
)