Enum Chie
pub enum Chie {
_0 = 0,
_1 = 1,
}Expand description
Channel (n) Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Disable channel (n) interrupt. Use software polling.
_1 = 1
1: Enable channel (n) interrupt.
Trait Implementations§
impl Copy for Chie
impl Eq for Chie
impl StructuralPartialEq for Chie
Auto Trait Implementations§
impl Freeze for Chie
impl RefUnwindSafe for Chie
impl Send for Chie
impl Sync for Chie
impl Unpin for Chie
impl UnwindSafe for Chie
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