Home
last modified time | relevance | path

Searched refs:tfa2_i2c_read_cf_mem24 (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c1104 rc = tfa2_i2c_read_cf_mem24(i2c, 0, xmem0, 3, TFA2_CF_MEM_XMEM); in tfa2_i2c_rpc_status()
1194 rc = tfa2_i2c_read_cf_mem24(i2c, 1, (uint8_t *)res_buf, res_len, TFA2_CF_MEM_XMEM); in tfa2_i2c_dsp_execute()
1569 int tfa2_i2c_read_cf_mem24(struct i2c_client *client, uint16_t address, uint8_t *data, int size, en… in tfa2_i2c_read_cf_mem24() function
Dtfa2_dev.h397 int tfa2_i2c_read_cf_mem24(struct i2c_client *client, uint16_t address, uint8_t *data, int size, en…
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/
Dfsl_tfa9xxx.c789 …rc = tfa2_i2c_read_cf_mem24(tfa->i2c, xmem_offset, (uint8_t *)res_buf + xmem_offset * 3, chunk_siz… in TFA9XXX_DspExecuteCommand()