Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dtfa_device_hal.h19 #define TFA_BUFFERSIZE (4 * 1024) macro
48 uint8_t sndBuffer[TFA_BUFFERSIZE];
Dtfa_device_hal.c32 static uint8_t rcvBuffer[TFA_BUFFERSIZE]; in TFA_Hal_CollectMsg()