pub struct DMA_R(/* private fields */);Expand description
Field DMA reader - If not 0, will use the DMA to read out touch events from TOUCH register. The values are shown below. This may be changed while active.
Implementations§
Methods from Deref<Target = FieldReader<u8, DMA_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DMA_R
impl RefUnwindSafe for DMA_R
impl Send for DMA_R
impl Sync for DMA_R
impl Unpin for DMA_R
impl UnwindSafe for DMA_R
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