#[repr(u8)]pub enum Dmode {
DMODE_0 = 0,
DMODE_1 = 1,
}Variants§
DMODE_0 = 0
DAC is selected to work in low speed and low power mode.
DMODE_1 = 1
DAC is selected to work in high speed high power mode.
Implementations§
Trait Implementations§
Source§impl Ord for Dmode
impl Ord for Dmode
Source§impl PartialOrd for Dmode
impl PartialOrd for Dmode
impl Copy for Dmode
impl Eq for Dmode
impl StructuralPartialEq for Dmode
Auto Trait Implementations§
impl Freeze for Dmode
impl RefUnwindSafe for Dmode
impl Send for Dmode
impl Sync for Dmode
impl Unpin for Dmode
impl UnwindSafe for Dmode
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