Enum libnoentiendo::memory::mos652x::TimerOutput
source · pub enum TimerOutput {
None,
Pulse,
PulseCount,
Toggle,
}
Expand description
The manner in which the timer will output signals to the port, if at all.
Variants§
None
The timer will not output to the port.
Pulse
The timer will output a single pulse on PB6 or PB7.
PulseCount
The timer will output a set number of pulses.
Toggle
The timer will toggle the output on PB6 or PB7.
Auto Trait Implementations§
impl RefUnwindSafe for TimerOutput
impl Send for TimerOutput
impl Sync for TimerOutput
impl Unpin for TimerOutput
impl UnwindSafe for TimerOutput
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