Searched refs:codecI2CInstance (Results 1 – 14 of 14) sorted by relevance
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/pcm186x/ |
D | fsl_pcm186x.c | 212 if (CODEC_I2C_Init(handle->i2cHandle, config->i2cConfig.codecI2CInstance, PCM186X_I2C_BAUDRATE, in PCM186x_Init() 234 …if (CODEC_I2C_Init(handle->i2cHandle, handle->config->i2cConfig.codecI2CInstance, PCM186X_I2C_BAUD… in PCM186x_Deinit()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/pcm512x/ |
D | fsl_pcm512x.c | 415 if (CODEC_I2C_Init(handle->i2cHandle, config->i2cConfig.codecI2CInstance, PCM512X_I2C_BAUDRATE, in PCM512x_Init() 454 …if (CODEC_I2C_Init(handle->i2cHandle, handle->config->i2cConfig.codecI2CInstance, PCM512X_I2C_BAUD… in PCM512x_Deinit()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/i2c/ |
D | fsl_codec_i2c.h | 46 uint32_t codecI2CInstance; /*!< i2c bus instance */ member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/tfa9896/ |
D | fsl_tfa9896.c | 39 …error = CODEC_I2C_Init(handle->i2cHandle, handle->config->i2cConfig.codecI2CInstance, TFA_I2C_BITR… in TFA9896_Init()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/tfa9xxx/ |
D | README.md | 13 ….i2cConfig = {.codecI2CInstance = BOARD_CODEC_I2C_INSTANCE, .codecI2CSourceClock = 1900000…
|
D | fsl_tfa9xxx.c | 62 … if (CODEC_I2C_Init(&(handle->i2cHandle), config->i2cConfig.codecI2CInstance, TFA9XXX_I2C_BAUDRATE, in TFA9XXX_Init()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/wm8960/ |
D | fsl_wm8960.c | 170 if (CODEC_I2C_Init(handle->i2cHandle, config->i2cConfig.codecI2CInstance, WM8960_I2C_BAUDRATE, in WM8960_Init() 268 …if (CODEC_I2C_Init(handle->i2cHandle, handle->config->i2cConfig.codecI2CInstance, WM8960_I2C_BAUDR… in WM8960_Deinit()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/cs42448/ |
D | fsl_cs42448.c | 62 …errorStatus = CODEC_I2C_Init(handle->i2cHandle, config->i2cConfig.codecI2CInstance, CS42448_I2C_BI… in CS42448_Init()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/cs42888/ |
D | fsl_cs42888.c | 65 …errorStatus = CODEC_I2C_Init(handle->i2cHandle, config->i2cConfig.codecI2CInstance, CS42888_I2C_BI… in CS42888_Init()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/ak4497/ |
D | fsl_ak4497.c | 60 if (CODEC_I2C_Init(handle->i2cHandle, config->i2cConfig.codecI2CInstance, AK4497_I2C_BITRATE, in AK4497_Init()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/da7212/ |
D | fsl_dialog7212.c | 344 if (CODEC_I2C_Init(handle->i2cHandle, config->i2cConfig.codecI2CInstance, DA7212_I2C_BAUDRATE, in DA7212_Init()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/sgtl5000/ |
D | fsl_sgtl5000.c | 36 if (CODEC_I2C_Init(handle->i2cHandle, config->i2cConfig.codecI2CInstance, SGTL_I2C_BITRATE, in SGTL_Init()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/wm8962/ |
D | fsl_wm8962.c | 313 if (CODEC_I2C_Init(handle->i2cHandle, config->i2cConfig.codecI2CInstance, WM8962_I2C_BAUDRATE, in WM8962_Init()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/wm8904/ |
D | fsl_wm8904.c | 207 …result = CODEC_I2C_Init(handle->i2cHandle, wm8904Config->i2cConfig.codecI2CInstance, WM8904_I2C_BI… in WM8904_Init()
|