#[repr(u8)]pub enum FMODE {
IndirectWrite = 0,
IndirectRead = 1,
AutomaticPolling = 2,
MemoryMapped = 3,
}
Expand description
Functional mode
Value on reset: 0
Variants§
IndirectWrite = 0
0: Indirect write mode
IndirectRead = 1
1: Indirect read mode
AutomaticPolling = 2
2: Automatic polling mode
MemoryMapped = 3
3: Memory-mapped mode
Trait Implementations§
impl Copy for FMODE
impl Eq for FMODE
impl IsEnum for FMODE
impl StructuralPartialEq for FMODE
Auto Trait Implementations§
impl Freeze for FMODE
impl RefUnwindSafe for FMODE
impl Send for FMODE
impl Sync for FMODE
impl Unpin for FMODE
impl UnwindSafe for FMODE
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