Home
last modified time | relevance | path

Searched defs:hsl (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A DapiHSL.c597 stHslController *hsl=0; in FrHslInitialiseMulti() local
872 stHslController *hsl; in FrHslFinalize() local
945 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf0() local
959 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf1() local
973 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf2() local
989 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf3() local
1007 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf4() local
1025 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf5() local
1044 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf6() local
1066 p_HslController hsl = &gHSL[GetBufferId(u16GId)]; in M_FrHslPrintf7() local
[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