pub struct MODE_R(/* private fields */);Expand description
Field MODE reader - Indicates whether the primary method for retrieving conversion results for this sequence will be accomplished via reading the global data register (SEQA_GDAT) at the end of each conversion, or the individual channel result registers at the end of the entire sequence. Impacts when conversion-complete interrupt/DMA trigger for sequence-A will be generated and which overrun conditions contribute to an overrun interrupt as described below.
Implementations§
Methods from Deref<Target = FieldReader<bool, MODE_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MODE_R
impl RefUnwindSafe for MODE_R
impl Send for MODE_R
impl Sync for MODE_R
impl Unpin for MODE_R
impl UnwindSafe for MODE_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