Home
last modified time | relevance | path

Searched refs:CODEC_I2C_Send (Results 1 – 15 of 15) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dfsl_tfa9xxx_IMX.c106 …retval = TFA9XXX_I2C_Transfer(CODEC_I2C_Send, client->hal, client->addr, *wrdata, 1U, wrdata + 1U,… in tfa2_i2c_write_read_raw()
110 … retval = TFA9XXX_I2C_Transfer(CODEC_I2C_Send, client->hal, client->addr, 0, 0, wrdata, wrlen); in tfa2_i2c_write_read_raw()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/i2c/
Dfsl_codec_i2c.h87 status_t CODEC_I2C_Send(void *handle,
Dfsl_codec_i2c.c64 status_t CODEC_I2C_Send(void *handle, in CODEC_I2C_Send() function
/hal_nxp-3.6.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_codec_adapter.c105CODEC_I2C_Send(handle->config.i2cHandle, handle->config.slaveAddr, reg, (uint8_t)handle->config.ad… in SRTM_I2CCodecAdapter_SetReg()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/pcm186x/
Dfsl_pcm186x.c28 return CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, reg, 1U, &val, 1U); in PCM186x_WriteReg()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_hal_registers.c84CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, subaddress, 1U, (uint8_t *)&writeV… in TFA9896_WriteRegister()
177 …err = CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, subaddress, 1U, (uint8_t *)d… in TFA9896_WriteData()
600 …err = CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, 0U, 0U, (void *)(bytes + ind… in TFA9896_ProcessPatchFile()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/cs42448/
Dfsl_cs42448.c469 return CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, reg, 1U, &val, 1U); in CS42448_WriteReg()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/cs42888/
Dfsl_cs42888.c472 return CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, reg, 1U, &val, 1U); in CS42888_WriteReg()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/pcm512x/
Dfsl_pcm512x.c28 return CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, reg, 1U, &val, 1U); in PCM512x_WriteReg()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/ak4497/
Dfsl_ak4497.c364 …return CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, reg, 1U, (uint8_t *)&val, 1… in AK4497_WriteReg()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/da7212/
Dfsl_dialog7212.c303 …return CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, u8Register, 1U, (uint8_t *)… in DA7212_WriteRegister()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.c678 …return CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, reg, 2U, (uint8_t *)&writeV… in SGTL_WriteReg()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/wm8962/
Dfsl_wm8962.c822 …return CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, reg, 2U, (uint8_t *)(uint32… in WM8962_WriteReg()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.c141 …return CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, reg, 1U, (uint8_t *)&writeV… in WM8904_WriteRegister()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/wm8960/
Dfsl_wm8960.c842 return CODEC_I2C_Send(handle->i2cHandle, handle->config->slaveAddress, cmd, 1U, &buff, 1U); in WM8960_WriteReg()