Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c102 #define SYS_STATE_BUFSIZE (1024) macro
705 _hsl->pSystemState->ssize = SYS_STATE_BUFSIZE; in initBufferMemory()
709 _hsl->pSystemState->sbufEnd = virtualAddress + SYS_STATE_BUFSIZE - 1; in initBufferMemory()
712 _hsl->pSystemState->bufSize = size - SYS_STATE_BUFSIZE; in initBufferMemory()
713 _hsl->pSystemState->bufStart = virtualAddress + SYS_STATE_BUFSIZE; in initBufferMemory()
H A Dfrhsl_cfg.h160 #define SYS_STATE_BUFSIZE (1024) macro