Home
last modified time | relevance | path

Searched defs:i2s_dev_rx (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/drivers/i2s/echo/src/
Dmain.c151 static bool configure_streams(const struct device *i2s_dev_rx, in configure_streams()
186 static bool prepare_transfer(const struct device *i2s_dev_rx, in prepare_transfer()
212 static bool trigger_command(const struct device *i2s_dev_rx, in trigger_command()
249 const struct device *const i2s_dev_rx = DEVICE_DT_GET(I2S_RX_NODE); in main() local