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