pub struct RegisterBlock {
pub ctl: CTL,
pub active: ACTIVE,
pub ch0: CH,
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§
§ctl: CTL0x00 - Control
active: ACTIVE0x08 - Active channels
ch0: CH0x1000..0x1090 - DMA controller channel
ch1: CH0x1100..0x1190 - DMA controller channel
ch2: CH0x1200..0x1290 - DMA controller channel
ch3: CH0x1300..0x1390 - DMA controller channel
ch4: CH0x1400..0x1490 - DMA controller channel
ch5: CH0x1500..0x1590 - DMA controller channel
ch6: CH0x1600..0x1690 - DMA controller channel
ch7: CH0x1700..0x1790 - DMA controller channel
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