pub struct RegisterBlock {
pub ctl: Reg<CTL_SPEC>,
pub active: Reg<ACTIVE_SPEC>,
pub ch0: CH,
pub ch1: CH,
pub ch2: CH,
pub ch3: CH,
/* private fields */
}Expand description
Register block
Fields§
§ctl: Reg<CTL_SPEC>0x00 - Control
active: Reg<ACTIVE_SPEC>0x08 - 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
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin 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