Searched refs:trigger_command (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-4.2.1/samples/boards/nxp/adsp/rtxxx/amp_audio_loopback/remote/src/ |
| D | main.c | 91 static bool trigger_command(const struct device *i2s_dev_rx, in trigger_command() function 175 if (!trigger_command(i2s_dev_rx, i2s_dev_tx, in main()
|
| /Zephyr-4.2.1/samples/drivers/i2s/i2s_codec/src/ |
| D | main.c | 52 static bool trigger_command(const struct device *i2s_dev_codec, enum i2s_trigger_cmd cmd) in trigger_command() function 216 if (!trigger_command(i2s_dev_codec, I2S_TRIGGER_DROP)) { in main()
|
| /Zephyr-4.2.1/samples/drivers/i2s/echo/src/ |
| D | main.c | 220 static bool trigger_command(const struct device *i2s_dev_rx, in trigger_command() function 332 if (!trigger_command(i2s_dev_rx, i2s_dev_tx, in main() 359 if (!trigger_command(i2s_dev_rx, i2s_dev_tx, in main()
|