#[repr(u8)]pub enum SaLDma {
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 SaLDma
impl Ord for SaLDma
Source§impl PartialOrd for SaLDma
impl PartialOrd for SaLDma
impl Copy for SaLDma
impl Eq for SaLDma
impl StructuralPartialEq for SaLDma
Auto Trait Implementations§
impl Freeze for SaLDma
impl RefUnwindSafe for SaLDma
impl Send for SaLDma
impl Sync for SaLDma
impl Unpin for SaLDma
impl UnwindSafe for SaLDma
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