Searched refs:TFA9896_ReadData (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9896/ |
D | fsl_hal_registers.c | 147 status_t TFA9896_ReadData(tfa9896_handle_t *handle, unsigned char subaddress, int num_bytes, unsign… in TFA9896_ReadData() function 228 error = TFA9896_ReadData(handle, 0x72, 3 /*sizeof(mem) */, mem); in checkRpcStatus() 875 error = TFA9896_ReadData(handle, 0x72, burst_size, bytes); in TFA9896_DspReadMem() 944 error = TFA9896_ReadData(handle, 0x72, burst_size, outdata + i); in TFA9896_DspExecuteRpc() 1179 error = TFA9896_ReadData(handle, 0x72, chunk_size, data + offset); in TFA9896_DspGetParam()
|