pub enum TMEIE {
Disabled = 0,
Enabled = 1,
}
Expand description
TMEIE
Value on reset: 0
Variants§
Disabled = 0
0: No interrupt when RQCPx bit is set
Enabled = 1
1: Interrupt generated when RQCPx bit is set
Trait Implementations§
impl Copy for TMEIE
impl Eq for TMEIE
impl StructuralPartialEq for TMEIE
Auto Trait Implementations§
impl Freeze for TMEIE
impl RefUnwindSafe for TMEIE
impl Send for TMEIE
impl Sync for TMEIE
impl Unpin for TMEIE
impl UnwindSafe for TMEIE
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