Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_hal_registers.c892 int num_outbytes, in TFA9896_DspExecuteRpc() argument
937 for (i = 0; i < num_outbytes;) in TFA9896_DspExecuteRpc()
940 if ((num_outbytes - i) < burst_size) in TFA9896_DspExecuteRpc()
942 burst_size = num_outbytes - i; in TFA9896_DspExecuteRpc()