pub enum BURST_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Enable burst mode
Value on reset: 0
Variants§
DISABLED = 0
0: Burst mode is disabled (normal operation)
ENABLED = 1
1: Burst mode is enabled. SAADC takes 2^OVERSAMPLE number of samples as fast as it can, and sends the average to Data RAM.
Trait Implementations§
impl Copy for BURST_A
impl StructuralPartialEq for BURST_A
Auto Trait Implementations§
impl Freeze for BURST_A
impl RefUnwindSafe for BURST_A
impl Send for BURST_A
impl Sync for BURST_A
impl Unpin for BURST_A
impl UnwindSafe for BURST_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)