Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A DapiHSL.c597 stHslController *hsl=0; in FrHslInitialiseMulti() local
630 hsl = &gHSL[instance]; in FrHslInitialiseMulti()
632 hsl->u32Port = _params[instance*3+2]; in FrHslInitialiseMulti()
633 hsl->u8Instance = instance; in FrHslInitialiseMulti()
635 hsl->logThreads[0].streamId = 0; in FrHslInitialiseMulti()
636 hsl->logThreads[0].threadId = 0; in FrHslInitialiseMulti()
637 hsl->logThreads[0].priority = 0; in FrHslInitialiseMulti()
638 hsl->logThreads[0].typeId = output_thread; in FrHslInitialiseMulti()
639 hsl->logThreads[0].funcPtr = bufferWriteThread; in FrHslInitialiseMulti()
640 hsl->logThreads[0].funcParam = hsl; in FrHslInitialiseMulti()
[all …]
H A Dfrhsl_ringbuffer.h127 #define PUTCS(dataptr, length, port, hsl) CmdSend(hsl, dataptr, length) argument
130 #define PUTCS(dataptr, length, port, hsl) \ argument
H A Dfrhsl_autotest.c149 p_HslController hsl = (p_HslController)pHsl; in InitThread() local
150 CmdRecvStart(hsl) ; in InitThread()
/utopia/UTPA2-700.0.x/
H A DTagLog.sh41 ./modules/hsl
113 hsl
H A Dmove.sh172 mkdir -p modules/hsl/api
548 mv mxlib/api/hsl modules/hsl/api
H A Dgenlink.sh35 hsl
/utopia/UTPA2-700.0.x/scripts/
H A Dhsl.sh3 hsl
/utopia/UTPA2-700.0.x/mxlib/api/
H A DKconfig25 source "../../mxlib/api/hsl/Kconfig"
/utopia/UTPA2-700.0.x/mxlib/
H A Dnike.mk75 MXLIB += $(ROOTLIB)/api/hsl
H A Dddi.mk95 hsl \
H A Dmxlib.mk154 MXLIB-$(CONFIG_API_HSL) += $(ROOTLIB)/api/hsl
/utopia/UTPA2-700.0.x/projects/build/include/config/
H A Dauto.conf.cmd17 ../../mxlib/api/hsl/Kconfig \