Struct esp32s3_hal::i2s::PinsBclkWsDout
source · pub struct PinsBclkWsDout<B, W, DO>where
B: OutputPin,
W: OutputPin,
DO: OutputPin,{
pub bclk: B,
pub ws: W,
pub dout: DO,
}
Expand description
Pins to use for I2S tx
Fields§
§bclk: B
§ws: W
§dout: DO