pub enum TMEIE_A {
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_A
impl StructuralPartialEq for TMEIE_A
Auto Trait Implementations§
impl Freeze for TMEIE_A
impl RefUnwindSafe for TMEIE_A
impl Send for TMEIE_A
impl Sync for TMEIE_A
impl Unpin for TMEIE_A
impl UnwindSafe for TMEIE_A
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