Enum Toie
pub enum Toie {
_0 = 0,
_1 = 1,
}Expand description
Timer Overflow Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Disable TOF interrupts. Use software polling.
_1 = 1
1: Enable TOF interrupts. An interrupt is generated when TOF equals one.
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