Home
last modified time | relevance | path

Searched refs:OutBuf (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/
A DZLib.pas296 GetMem(OutBuf, OutBytes);
300 strm.next_out := OutBuf;
306 P := OutBuf;
308 ReallocMem(OutBuf, OutBytes);
318 FreeMem(OutBuf);
339 GetMem(OutBuf, OutBytes);
343 strm.next_out := OutBuf;
349 P := OutBuf;
351 ReallocMem(OutBuf, OutBytes);
361 FreeMem(OutBuf);
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_usi_uart.h497 _LONG_CALL_ void USI_UARTReceiveData(USI_TypeDef* USIx, u8* OutBuf, u32 Count);
499 _LONG_CALL_ u32 USI_UARTReceiveDataTO(USI_TypeDef* USIx, u8* OutBuf, u32 Count, u32 Times);
A Drtl8721d_uart.h518 _LONG_CALL_ void UART_ReceiveData(UART_TypeDef* UARTx, u8* OutBuf, u32 Count);
520 _LONG_CALL_ u32 UART_ReceiveDataTO(UART_TypeDef* UARTx, u8* OutBuf, u32 Count, u32 Times);
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_usi_uart.c408 u8* OutBuf, in USI_UARTReceiveData() argument
420 *OutBuf++ = (u8)USIx->RX_FIFO_READ; in USI_UARTReceiveData()
459 u8* OutBuf, in USI_UARTReceiveDataTO() argument
472 *(OutBuf + cnt) = (u8)USIx->RX_FIFO_READ; in USI_UARTReceiveDataTO()

Completed in 10 milliseconds