pub enum SSATE_A {
Disabled = 0,
Enabled = 1,
}
Expand description
Signed saturation enable
Value on reset: 0
Variants§
Disabled = 0
0: Offset is subtracted maintaining data integrity and extending result size (9-bit and 17-bit signed format)
Enabled = 1
1: Offset is subtracted and result is saturated to maintain result size
Trait Implementations§
impl Copy for SSATE_A
impl StructuralPartialEq for SSATE_A
Auto Trait Implementations§
impl Freeze for SSATE_A
impl RefUnwindSafe for SSATE_A
impl Send for SSATE_A
impl Sync for SSATE_A
impl Unpin for SSATE_A
impl UnwindSafe for SSATE_A
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