Home
last modified time | relevance | path

Searched refs:i2s_config_get (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/drivers/i2s/
Di2s_common.c21 rx_cfg = i2s_config_get((const struct device *)dev, I2S_DIR_RX); in z_impl_i2s_buf_read()
36 tx_cfg = i2s_config_get((const struct device *)dev, I2S_DIR_TX); in z_impl_i2s_buf_write()
Di2s_handlers.c64 rx_cfg = i2s_config_get((const struct device *)dev, I2S_DIR_RX); in z_vrfy_i2s_buf_read()
87 tx_cfg = i2s_config_get((const struct device *)dev, I2S_DIR_TX); in z_vrfy_i2s_buf_write()
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Di2s.h376 static inline const struct i2s_config *i2s_config_get(const struct device *dev, in i2s_config_get() function