#[repr(u8)]pub enum IFDN_A {
IFDN = 0,
}Expand description
Input FIFO Data Count
Value on reset: 0
Variants§
IFDN = 0
0: The value of IFDN indicatethe number of data units in the input FIFO.
Trait Implementations§
impl Copy for IFDN_A
impl Eq for IFDN_A
impl IsEnum for IFDN_A
impl StructuralPartialEq for IFDN_A
Auto Trait Implementations§
impl Freeze for IFDN_A
impl RefUnwindSafe for IFDN_A
impl Send for IFDN_A
impl Sync for IFDN_A
impl Unpin for IFDN_A
impl UnsafeUnpin for IFDN_A
impl UnwindSafe for IFDN_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