#[repr(u8)]pub enum IFG_A {
Ifg96 = 0,
Ifg88 = 1,
Ifg80 = 2,
Ifg72 = 3,
Ifg64 = 4,
Ifg56 = 5,
Ifg48 = 6,
Ifg40 = 7,
}
Expand description
Interframe gap
Value on reset: 0
Variants§
Ifg96 = 0
0: 96 bit times
Ifg88 = 1
1: 88 bit times
Ifg80 = 2
2: 80 bit times
Ifg72 = 3
3: 72 bit times
Ifg64 = 4
4: 64 bit times
Ifg56 = 5
5: 56 bit times
Ifg48 = 6
6: 48 bit times
Ifg40 = 7
7: 40 bit times
Trait Implementations§
impl Copy for IFG_A
impl StructuralPartialEq for IFG_A
Auto Trait Implementations§
impl Freeze for IFG_A
impl RefUnwindSafe for IFG_A
impl Send for IFG_A
impl Sync for IFG_A
impl Unpin for IFG_A
impl UnwindSafe for IFG_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