Struct esp32s3_hal::i2s::PinsBclkWsDin
source · pub struct PinsBclkWsDin<B, W, DI>where
B: OutputPin,
W: OutputPin,
DI: InputPin,{
pub bclk: B,
pub ws: W,
pub din: DI,
}
Expand description
Pins to use for I2S rx
Fields§
§bclk: B
§ws: W
§din: DI