pub struct _DMAW<'a> { /* private fields */ }
Expand description
Proxy
Implementations§
Source§impl<'a> _DMAW<'a>
impl<'a> _DMAW<'a>
Sourcepub fn mode1(self) -> &'a mut W
pub fn mode1(self) -> &'a mut W
DMA mode 1 enabled (2 / 3 half-words one by one - 1 then 2 then 3)
Sourcepub fn mode2(self) -> &'a mut W
pub fn mode2(self) -> &'a mut W
DMA mode 2 enabled (2 / 3 half-words by pairs - 2&1 then 1&3 then 3&2)
Auto Trait Implementations§
impl<'a> Freeze for _DMAW<'a>
impl<'a> RefUnwindSafe for _DMAW<'a>
impl<'a> Send for _DMAW<'a>
impl<'a> Sync for _DMAW<'a>
impl<'a> Unpin for _DMAW<'a>
impl<'a> !UnwindSafe for _DMAW<'a>
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