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