Enum libnoentiendo::memory::mos652x::TimerClockSource
source · pub enum TimerClockSource {
Phi2,
Count,
Chained,
ChainedCount,
}
Expand description
The source of the timer’s clock, which controls the rate at which its clock decrements.
Variants§
Phi2
Use the internal system clock.
Count
Use pulses on the external CNT pin.
Chained
Count underflows of the other timer.
ChainedCount
Count underflows of the other timer, but only if the CNT pin is high.
Auto Trait Implementations§
impl RefUnwindSafe for TimerClockSource
impl Send for TimerClockSource
impl Sync for TimerClockSource
impl Unpin for TimerClockSource
impl UnwindSafe for TimerClockSource
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