Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dtfa_device_hal.c104 size_t out_bytes = rmsg->rlength; in TFA_Hal_ProcessMsg() local
105 … ret = TFA_I2C_WriteReadRaw(handle, address, in_bytes, in_buf, out_bytes, out_buf) ? -EIO : 0; in TFA_Hal_ProcessMsg()