Enum Tiie
pub enum Tiie {
_0 = 0,
_1 = 1,
}Expand description
Time Invalid Interrupt Enable
Value on reset: 1
Variants§
_0 = 0
0: Time invalid flag does not generate an interrupt.
_1 = 1
1: Time invalid flag does generate an interrupt.
Trait Implementations§
impl Copy for Tiie
impl Eq for Tiie
impl StructuralPartialEq for Tiie
Auto Trait Implementations§
impl Freeze for Tiie
impl RefUnwindSafe for Tiie
impl Send for Tiie
impl Sync for Tiie
impl Unpin for Tiie
impl UnwindSafe for Tiie
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