Searched refs:CODEC_I2C_Init (Results 1 – 14 of 14) sorted by relevance
/hal_nxp-3.6.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.6.0/mcux/mcux-sdk/components/codec/i2c/ |
D | fsl_codec_i2c.h | 66 status_t CODEC_I2C_Init(void *handle, uint32_t i2cInstance, uint32_t i2cBaudrate, uint32_t i2cSourc…
|
D | fsl_codec_i2c.c | 30 status_t CODEC_I2C_Init(void *handle, uint32_t i2cInstance, uint32_t i2cBaudrate, uint32_t i2cSourc… in CODEC_I2C_Init() function
|
/hal_nxp-3.6.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.6.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.6.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.6.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.6.0/mcux/mcux-sdk/components/codec/wm8960/ |
D | fsl_wm8960.c | 169 if (CODEC_I2C_Init(handle->i2cHandle, config->i2cConfig.codecI2CInstance, WM8960_I2C_BAUDRATE, in WM8960_Init() 267 …if (CODEC_I2C_Init(handle->i2cHandle, handle->config->i2cConfig.codecI2CInstance, WM8960_I2C_BAUDR… in WM8960_Deinit()
|
/hal_nxp-3.6.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.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/ |
D | fsl_tfa9xxx.c | 62 … if (CODEC_I2C_Init(&(handle->i2cHandle), config->i2cConfig.codecI2CInstance, TFA9XXX_I2C_BAUDRATE, in TFA9XXX_Init()
|
/hal_nxp-3.6.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.6.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.6.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.6.0/mcux/mcux-sdk/components/codec/wm8904/ |
D | fsl_wm8904.c | 211 …result = CODEC_I2C_Init(handle->i2cHandle, wm8904Config->i2cConfig.codecI2CInstance, WM8904_I2C_BI… in WM8904_Init()
|