pub struct CPAR5 { /* private fields */ }
Expand description
DMA channel 5 peripheral address register
Implementations§
Auto Trait Implementations§
impl !Freeze for CPAR5
impl !RefUnwindSafe for CPAR5
impl Send for CPAR5
impl !Sync for CPAR5
impl Unpin for CPAR5
impl UnwindSafe for CPAR5
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