#[repr(u8)]pub enum Request {
None = 0,
Emitstartaddr = 1,
Emitstop = 2,
Ibiacknack = 3,
Processdaa = 4,
Forceexit = 6,
Autoibi = 7,
}Expand description
Request
Value on reset: 0
Variants§
None = 0
0: NONE
Emitstartaddr = 1
1: EMITSTARTADDR
Emitstop = 2
2: EMITSTOP
Ibiacknack = 3
3: IBIACKNACK
Processdaa = 4
4: PROCESSDAA
Forceexit = 6
6: Force Exit and Target Reset
Autoibi = 7
7: AUTOIBI
Trait Implementations§
impl Copy for Request
impl Eq for Request
impl IsEnum for Request
impl StructuralPartialEq for Request
Auto Trait Implementations§
impl Freeze for Request
impl RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl UnsafeUnpin for Request
impl UnwindSafe for Request
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