#[repr(u8)]pub enum SscMode {
SSC_MODE_0 = 0,
SSC_MODE_1 = 1,
SSC_MODE_2 = 2,
SSC_MODE_3 = 3,
}Variants§
SSC_MODE_0 = 0
Using PRBS method generating SSC output bit
SSC_MODE_1 = 1
Using up-down counter generating SSC output bit
SSC_MODE_2 = 2
SSC function is disabled
SSC_MODE_3 = 3
NC
Implementations§
Trait Implementations§
Source§impl Ord for SscMode
impl Ord for SscMode
Source§impl PartialOrd for SscMode
impl PartialOrd for SscMode
impl Copy for SscMode
impl Eq for SscMode
impl StructuralPartialEq for SscMode
Auto Trait Implementations§
impl Freeze for SscMode
impl RefUnwindSafe for SscMode
impl Send for SscMode
impl Sync for SscMode
impl Unpin for SscMode
impl UnwindSafe for SscMode
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