Enum nucleo_h7xx::pac::sai4::ch::cr2::MUTE_A[]

pub enum MUTE_A {
    DISABLED,
    ENABLED,
}

Mute. This bit is set and cleared by software. It is meaningful only when the audio block operates as a transmitter. The MUTE value is linked to value of MUTEVAL if the number of slots is lower or equal to 2, or equal to 0 if it is greater than 2. Refer to Section: Mute mode for more details. Note: This bit is meaningless and should not be used for SPDIF audio blocks.

Value on reset: 0

Variants

DISABLED

0: No mute mode

ENABLED

1: Mute mode enabled

Trait Implementations

impl Clone for MUTE_A

impl Copy for MUTE_A

impl Debug for MUTE_A

impl PartialEq<MUTE_A> for MUTE_A

impl StructuralPartialEq for MUTE_A

Auto Trait Implementations

impl Send for MUTE_A

impl Sync for MUTE_A

impl Unpin for MUTE_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.