Enum k32l3a60_cm0plus::dma1::tcd0_csr::START_A
source · pub enum START_A {
START_0,
START_1,
}
Expand description
Channel Start
Value on reset: 0
Variants§
START_0
0: The channel is not explicitly started.
START_1
1: The channel is explicitly started via a software initiated service request.
Trait Implementations§
source§impl PartialEq<START_A> for START_A
impl PartialEq<START_A> for START_A
impl Copy for START_A
impl Eq for START_A
impl StructuralEq for START_A
impl StructuralPartialEq for START_A
Auto Trait Implementations§
impl RefUnwindSafe for START_A
impl Send for START_A
impl Sync for START_A
impl Unpin for START_A
impl UnwindSafe for START_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