Home
last modified time | relevance | path

Searched refs:codecI2CInstance (Results 1 – 14 of 14) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/pcm186x/
Dfsl_pcm186x.c212 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/
Dfsl_pcm512x.c415 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/
Dfsl_codec_i2c.h46 uint32_t codecI2CInstance; /*!< i2c bus instance */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_tfa9896.c39 …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/
DREADME.md13 ….i2cConfig = {.codecI2CInstance = BOARD_CODEC_I2C_INSTANCE, .codecI2CSourceClock = 1900000…
Dfsl_tfa9xxx.c62 … 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/
Dfsl_wm8960.c170 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/
Dfsl_cs42448.c62 …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/
Dfsl_cs42888.c65 …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/
Dfsl_ak4497.c60 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/
Dfsl_dialog7212.c344 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/
Dfsl_sgtl5000.c36 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/
Dfsl_wm8962.c313 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/
Dfsl_wm8904.c207 …result = CODEC_I2C_Init(handle->i2cHandle, wm8904Config->i2cConfig.codecI2CInstance, WM8904_I2C_BI… in WM8904_Init()