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 StructuralEq for Dmamux
impl StructuralPartialEq for Dmamux
impl Sync for Dmamux
Auto Trait Implementations§
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