#[repr(u8)]pub enum Gipn {
Show 16 variants
GIPN_0 = 0,
GIPN_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
GIPN_0 = 0
MUA general purpose interrupt n is not pending. (default)
GIPN_1 = 1
MUA general purpose interrupt n is pending.
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Gipn
impl Ord for Gipn
Source§impl PartialOrd for Gipn
impl PartialOrd for Gipn
impl Copy for Gipn
impl Eq for Gipn
impl StructuralPartialEq for Gipn
Auto Trait Implementations§
impl Freeze for Gipn
impl RefUnwindSafe for Gipn
impl Send for Gipn
impl Sync for Gipn
impl Unpin for Gipn
impl UnwindSafe for Gipn
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