pub struct DmaConfig {
pub src_chan: u8,
pub mode: DmaMode,
pub width: DmaDataWidth,
pub src_incr: DmaPtrIncrement,
pub dst_incr: DmaPtrIncrement,
}
Fields§
§src_chan: u8
§mode: DmaMode
§width: DmaDataWidth
§src_incr: DmaPtrIncrement
§dst_incr: DmaPtrIncrement
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DmaConfig
impl RefUnwindSafe for DmaConfig
impl Send for DmaConfig
impl Sync for DmaConfig
impl Unpin for DmaConfig
impl UnwindSafe for DmaConfig
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