[][src]Enum rv32m1_ri5cy_pac::adc0::cmdh15::STS_A

pub enum STS_A {
    STS_0,
    STS_1,
    STS_2,
    STS_3,
    STS_4,
    STS_5,
    STS_6,
    STS_7,
}

Sample Time Select

Value on reset: 0

Variants

STS_0

0: no description available

STS_1

1: no description available

STS_2

2: no description available

STS_3

3: no description available

STS_4

4: no description available

STS_5

5: no description available

STS_6

6: no description available

STS_7

7: no description available

Trait Implementations

impl From<STS_A> for u8[src]

impl PartialEq<STS_A> for STS_A[src]

impl Debug for STS_A[src]

impl Copy for STS_A[src]

impl Clone for STS_A[src]

Auto Trait Implementations

impl Unpin for STS_A

impl Send for STS_A

impl Sync for STS_A

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]