Enum Int14
pub enum Int14 {
_0 = 0,
_1 = 1,
}Expand description
Interrupt Request 14
Value on reset: 0
Variants§
_0 = 0
0: The interrupt request for corresponding channel is cleared
_1 = 1
1: The interrupt request for corresponding channel is active
Trait Implementations§
impl Copy for Int14
impl Eq for Int14
impl StructuralPartialEq for Int14
Auto Trait Implementations§
impl Freeze for Int14
impl RefUnwindSafe for Int14
impl Send for Int14
impl Sync for Int14
impl Unpin for Int14
impl UnwindSafe for Int14
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