#[repr(C)]pub struct CH {
pub cr: Reg<CR_SPEC>,
pub ndtr: Reg<NDTR_SPEC>,
pub par: Reg<PAR_SPEC>,
pub mar: Reg<MAR_SPEC>,
}
Expand description
Register block
Fields§
§cr: Reg<CR_SPEC>
0x00 - DMA channel x configuration register
ndtr: Reg<NDTR_SPEC>
0x04 - DMA channel x number of data register
par: Reg<PAR_SPEC>
0x08 - DMA channel x peripheral address register
mar: Reg<MAR_SPEC>
0x0c - DMA channel x memory address register
Auto Trait Implementations§
impl !Freeze for CH
impl !RefUnwindSafe for CH
impl Send for CH
impl !Sync for CH
impl Unpin for CH
impl UnwindSafe for CH
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