pub enum IACK_AW {
_0 = 0,
_1 = 1,
}Expand description
Interrupt Acknowledge
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for IACK_AW
impl StructuralPartialEq for IACK_AW
Auto Trait Implementations§
impl Freeze for IACK_AW
impl RefUnwindSafe for IACK_AW
impl Send for IACK_AW
impl Sync for IACK_AW
impl Unpin for IACK_AW
impl UnsafeUnpin for IACK_AW
impl UnwindSafe for IACK_AW
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