pub struct CHCTRL { /* private fields */ }Expand description
Register block
Implementations§
Source§impl CHCTRL
impl CHCTRL
Sourcepub const fn src_addr(&self) -> &SRC_ADDR
pub const fn src_addr(&self) -> &SRC_ADDR
0x08 - Channel &index0 Source Address Low Part Register
Sourcepub const fn chan_req_ctrl(&self) -> &CHAN_REQ_CTRL
pub const fn chan_req_ctrl(&self) -> &CHAN_REQ_CTRL
0x0c - Channel &index0 DMA Request Control Register
Auto Trait Implementations§
impl !Freeze for CHCTRL
impl !RefUnwindSafe for CHCTRL
impl Send for CHCTRL
impl !Sync for CHCTRL
impl Unpin for CHCTRL
impl UnwindSafe for CHCTRL
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