#[repr(u8)]pub enum Wavegenselect {
Nfrq = 0,
Mfrq = 1,
Npwm = 2,
Mpwm = 3,
}
Expand description
Waveform Generation Operation
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Wavegenselect
impl Clone for Wavegenselect
Source§fn clone(&self) -> Wavegenselect
fn clone(&self) -> Wavegenselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Wavegenselect
impl Debug for Wavegenselect
Source§impl From<Wavegenselect> for u8
impl From<Wavegenselect> for u8
Source§fn from(variant: Wavegenselect) -> Self
fn from(variant: Wavegenselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Wavegenselect
impl PartialEq for Wavegenselect
impl Copy for Wavegenselect
impl Eq for Wavegenselect
impl IsEnum for Wavegenselect
impl StructuralPartialEq for Wavegenselect
Auto Trait Implementations§
impl Freeze for Wavegenselect
impl RefUnwindSafe for Wavegenselect
impl Send for Wavegenselect
impl Sync for Wavegenselect
impl Unpin for Wavegenselect
impl UnwindSafe for Wavegenselect
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