#[repr(u8)]pub enum AOn {
A_ON_0 = 0,
A_ON_1 = 1,
}Variants§
A_ON_0 = 0
DMA Channel Always ON function is disabled
A_ON_1 = 1
DMA Channel Always ON function is enabled
Implementations§
Trait Implementations§
Source§impl Ord for AOn
impl Ord for AOn
Source§impl PartialOrd for AOn
impl PartialOrd for AOn
impl Copy for AOn
impl Eq for AOn
impl StructuralPartialEq for AOn
Auto Trait Implementations§
impl Freeze for AOn
impl RefUnwindSafe for AOn
impl Send for AOn
impl Sync for AOn
impl Unpin for AOn
impl UnwindSafe for AOn
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