#[repr(u8)]pub enum Captde {
DISABLED = 0,
EXCEEDFIFO = 1,
LOCAL_SYNC = 2,
LOCAL_RELOAD = 3,
}Variants§
DISABLED = 0
Read DMA requests disabled.
EXCEEDFIFO = 1
Exceeding a FIFO watermark sets the DMA read request. This requires at least one of DMAEN[CA1DE], DMAEN[CA0DE], DMAEN[CB1DE], DMAEN[CB0DE], DMAEN[CX1DE], or DMAEN[CX0DE] to also be set in order to determine to which watermark(s) the DMA request is sensitive.
LOCAL_SYNC = 2
A local sync (VAL1 matches counter) sets the read DMA request.
LOCAL_RELOAD = 3
A local reload (STS[RF] being set) sets the read DMA request.
Implementations§
Trait Implementations§
Source§impl Ord for Captde
impl Ord for Captde
Source§impl PartialOrd for Captde
impl PartialOrd for Captde
impl Copy for Captde
impl Eq for Captde
impl StructuralPartialEq for Captde
Auto Trait Implementations§
impl Freeze for Captde
impl RefUnwindSafe for Captde
impl Send for Captde
impl Sync for Captde
impl Unpin for Captde
impl UnwindSafe for Captde
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