Enum Nsam
#[repr(u8)]pub enum Nsam {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Number of sample clocks
Value on reset: 0
Variants§
_00 = 0
0: The comparison result is sampled as soon as the active channel is scanned in one round-robin clock.
_01 = 1
1: The sampling takes place 1 round-robin clock cycle after the next cycle of the round-robin clock.
_10 = 2
2: The sampling takes place 2 round-robin clock cycles after the next cycle of the round-robin clock.
_11 = 3
3: The sampling takes place 3 round-robin clock cycles after the next cycle of the round-robin clock.
Trait Implementations§
impl Copy for Nsam
impl Eq for Nsam
impl IsEnum for Nsam
impl StructuralPartialEq for Nsam
Auto Trait Implementations§
impl Freeze for Nsam
impl RefUnwindSafe for Nsam
impl Send for Nsam
impl Sync for Nsam
impl Unpin for Nsam
impl UnwindSafe for Nsam
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