[]Enum onebitsy::stm32::sai1::ch::cr1::PRTCFG_A

#[repr(u8)]pub enum PRTCFG_A {
    FREE,
    SPDIF,
    AC97,
}

Protocol configuration

Value on reset: 0

Variants

FREE

0: Free protocol. Free protocol allows to use the powerful configuration of the audio block to address a specific audio protocol

SPDIF

1: SPDIF protocol

AC97

2: AC’97 protocol

Trait Implementations

impl Clone for PRTCFG_A

impl Copy for PRTCFG_A

impl Debug for PRTCFG_A

impl PartialEq<PRTCFG_A> for PRTCFG_A

impl StructuralPartialEq for PRTCFG_A

Auto Trait Implementations

impl Send for PRTCFG_A

impl Sync for PRTCFG_A

impl Unpin for PRTCFG_A

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.