Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.h127 #define PUTCS(dataptr, length, port, hsl) CmdSend(hsl, dataptr, length) macro
130 #define PUTCS(dataptr, length, port, hsl) \ macro
183 #define PUTCS(dataptr, length, port) \
H A Dfrhsl_ringbuffer.c320 PUTCS(pu8MessageBuffer, u32totalBytes, FR_HSL_FILE_DESCRIPTOR, _hsl); in bufferSendBytes()
1107 PUTCS(pCmd->pu8Buf, pCmd->u32Len, FR_HSL_FILE_DESCRIPTOR, _hsl); in bufferProcessCommand()