#[repr(C)]pub struct RegisterBlock {
pub isr: ISR,
pub ifcr: IFCR,
pub ch1: CH,
pub ch2: CH,
pub ch3: CH,
pub ch4: CH,
pub ch5: CH,
pub ch6: CH,
pub ch7: CH,
/* private fields */
}Expand description
Register block
Fields§
§isr: ISR0x00 - DMA interrupt status register (DMA_ISR)
ifcr: IFCR0x04 - DMA interrupt flag clear register (DMA_IFCR)
ch1: CH0x08 - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers
ch2: CH0x1c - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers
ch3: CH0x30 - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers
ch4: CH0x44 - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers
ch5: CH0x58 - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers
ch6: CH0x6c - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers
ch7: CH0x80 - Channel cluster: CCR?, CNDTR?, CPAR?, and CMAR? registers
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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