Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_container.c687 char rbuf[3]; in tfa2_cnt_write_msg() local
713 rc = tfa2_dsp_execute(tfa, wbuf, wlength, rbuf, 3); in tfa2_cnt_write_msg()
716 rpc_status = (rbuf[0] << 16) | (rbuf[1] << 8) | rbuf[2]; in tfa2_cnt_write_msg()