pub enum SignBitOutput {
Disabled,
Comparator,
SquareMsbOfDac,
SquareMsbOfDacDiv2,
}Expand description
Sign bit output on AD9834/AD9838 devices
Variants§
Disabled
Disabled (high impedance) (default)
Comparator
Comparator output
SquareMsbOfDac
Square wave with its value matching the MSB of DAC data
SquareMsbOfDacDiv2
Square wave with its value matching the MSB of DAC data divided by 2
Trait Implementations§
Source§impl Clone for SignBitOutput
impl Clone for SignBitOutput
Source§fn clone(&self) -> SignBitOutput
fn clone(&self) -> SignBitOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SignBitOutput
impl Debug for SignBitOutput
Source§impl PartialEq for SignBitOutput
impl PartialEq for SignBitOutput
impl Copy for SignBitOutput
impl StructuralPartialEq for SignBitOutput
Auto Trait Implementations§
impl Freeze for SignBitOutput
impl RefUnwindSafe for SignBitOutput
impl Send for SignBitOutput
impl Sync for SignBitOutput
impl Unpin for SignBitOutput
impl UnwindSafe for SignBitOutput
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