pub enum SINFORMAT1 {
Unsigned = 0,
Signed = 1,
}
Expand description
Enable signed format for DAC channel%s
Value on reset: 0
Variants§
Unsigned = 0
0: Input data is in unsigned format
Signed = 1
1: Input data is in signed format (2’s complement). The MSB bit represents the sign.
Trait Implementations§
Source§impl Clone for SINFORMAT1
impl Clone for SINFORMAT1
Source§fn clone(&self) -> SINFORMAT1
fn clone(&self) -> SINFORMAT1
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SINFORMAT1
impl Debug for SINFORMAT1
Source§impl PartialEq for SINFORMAT1
impl PartialEq for SINFORMAT1
impl Copy for SINFORMAT1
impl Eq for SINFORMAT1
impl StructuralPartialEq for SINFORMAT1
Auto Trait Implementations§
impl Freeze for SINFORMAT1
impl RefUnwindSafe for SINFORMAT1
impl Send for SINFORMAT1
impl Sync for SINFORMAT1
impl Unpin for SINFORMAT1
impl UnwindSafe for SINFORMAT1
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