#[repr(u8)]pub enum Krie {
KRIE_0 = 0,
KRIE_1 = 1,
}Variants§
KRIE_0 = 0
No interrupt request is generated when KPKR is set.
KRIE_1 = 1
An interrupt request is generated when KPKR is set.
Implementations§
Trait Implementations§
Source§impl Ord for Krie
impl Ord for Krie
Source§impl PartialOrd for Krie
impl PartialOrd for Krie
impl Copy for Krie
impl Eq for Krie
impl StructuralPartialEq for Krie
Auto Trait Implementations§
impl Freeze for Krie
impl RefUnwindSafe for Krie
impl Send for Krie
impl Sync for Krie
impl Unpin for Krie
impl UnwindSafe for Krie
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