#[repr(u8)]pub enum Hp0LDma {
L_DMA_0 = 0,
L_DMA_1 = 1,
}Variants§
L_DMA_0 = 0
No lock-the adjacent (next lower) bit can be written by the software.
L_DMA_1 = 1
Lock-the adjacent (next lower) bit can’t be written by the software.
Implementations§
Trait Implementations§
Source§impl Ord for Hp0LDma
impl Ord for Hp0LDma
Source§impl PartialOrd for Hp0LDma
impl PartialOrd for Hp0LDma
impl Copy for Hp0LDma
impl Eq for Hp0LDma
impl StructuralPartialEq for Hp0LDma
Auto Trait Implementations§
impl Freeze for Hp0LDma
impl RefUnwindSafe for Hp0LDma
impl Send for Hp0LDma
impl Sync for Hp0LDma
impl Unpin for Hp0LDma
impl UnwindSafe for Hp0LDma
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