#[repr(u8)]pub enum DMAWU_A {
DISABLE = 0,
BUFDATAV = 1,
BUFLEVEL = 2,
}
Expand description
DMA wake-up from EM2
Value on reset: 0
Variants§
DISABLE = 0
0: No DMA wake-up from EM2
BUFDATAV = 1
1: DMA wake-up from EM2 when data is valid in the result buffer
BUFLEVEL = 2
2: DMA wake-up from EM2 when the result buffer is full/half-full depending on BUFIDL configuration
Trait Implementations§
impl Copy for DMAWU_A
impl StructuralPartialEq for DMAWU_A
Auto Trait Implementations§
impl Freeze for DMAWU_A
impl RefUnwindSafe for DMAWU_A
impl Send for DMAWU_A
impl Sync for DMAWU_A
impl Unpin for DMAWU_A
impl UnwindSafe for DMAWU_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