pub enum CPL {
OnesComplement = 0,
TwosComplement = 1,
}Expand description
Complement bit. This bit is set and cleared by software. It defines the type of complement to be used for companding mode Note: This bit has effect only when the companding mode is -Law algorithm or A-Law algorithm.
Value on reset: 0
Variants§
OnesComplement = 0
0: 1’s complement representation
TwosComplement = 1
1: 2’s complement representation
Trait Implementations§
impl Copy for CPL
impl Eq for CPL
impl StructuralPartialEq for CPL
Auto Trait Implementations§
impl Freeze for CPL
impl RefUnwindSafe for CPL
impl Send for CPL
impl Sync for CPL
impl Unpin for CPL
impl UnwindSafe for CPL
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