Trait stm32_i2s_v12x::ActiveMode[][src]

pub trait ActiveMode: Sealed { }

A mode in which the I2S is configured and may be enabled (transmit or receive)

Implementors

impl<F> ActiveMode for ReceiveMode<F>[src]

impl<F> ActiveMode for TransmitMode<F>[src]

Loading content...