#[repr(u8)]pub enum Inten {
ZERO = 0,
INT_REQ = 1,
}Variants§
ZERO = 0
Deasserts the interrupt request.
INT_REQ = 1
Generates an interrupt request, when EWM_OUT_b is asserted.
Implementations§
Trait Implementations§
Source§impl Ord for Inten
impl Ord for Inten
Source§impl PartialOrd for Inten
impl PartialOrd for Inten
impl Copy for Inten
impl Eq for Inten
impl StructuralPartialEq for Inten
Auto Trait Implementations§
impl Freeze for Inten
impl RefUnwindSafe for Inten
impl Send for Inten
impl Sync for Inten
impl Unpin for Inten
impl UnwindSafe for Inten
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