[][src]Enum rv32m1_ri5cy_pac::pcc0::pcc_i2s0::PCS_A

pub enum PCS_A {
    PCS_0,
    PCS_1,
    PCS_2,
    PCS_3,
    PCS_4,
    PCS_5,
    PCS_6,
    PCS_7,
}

Peripheral Clock Source Select

Value on reset: 0

Variants

PCS_0

0: Clock is off.

PCS_1

1: Clock option 1

PCS_2

2: Clock option 2

PCS_3

3: Clock option 3

PCS_4

4: Clock option 4

PCS_5

5: Clock option 5

PCS_6

6: Clock option 6

PCS_7

7: Clock option 7

Trait Implementations

impl Debug for PCS_A[src]

impl PartialEq<PCS_A> for PCS_A[src]

impl Copy for PCS_A[src]

impl From<PCS_A> for u8[src]

impl Clone for PCS_A[src]

Auto Trait Implementations

impl Unpin for PCS_A

impl Send for PCS_A

impl Sync for PCS_A

Blanket Implementations

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> From<T> for 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]