Searched refs:TFA_I2C_WriteReadRaw (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/ |
D | tfa_device_hal.c | 105 … ret = TFA_I2C_WriteReadRaw(handle, address, in_bytes, in_buf, out_bytes, out_buf) ? -EIO : 0; in TFA_Hal_ProcessMsg() 171 int32_t TFA_I2C_WriteReadRaw( in TFA_I2C_WriteReadRaw() function 192 return TFA_I2C_WriteReadRaw(handle, slave, len, (uint8_t *)data, 0, NULL); in TFA_I2C_WriteRaw()
|
D | tfa_device_hal.h | 119 int32_t TFA_I2C_WriteReadRaw(
|