Trait esp32_hal::i2s::I2sRxPins

source ·
pub trait I2sRxPins: I2sPins {
    fn configure<I>(&mut self, instance: &mut I)
    where
        I: RegisterAccess
; }

Required Methods§

Implementors§