Home
last modified time | relevance | path

Searched refs:cyc_buffer (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/
A Dcycle_queue.c22 uint8_t *cyc_buffer = NULL; variable
96 if (cyc_buffer == NULL) in CycQueueWrite()
100 if(cyc_buffer == NULL) in CycQueueWrite()
113 memcpy(cyc_buffer + pWrite, pWriteBuf, length); in CycQueueWrite()
119 memcpy(cyc_buffer + pWrite, pWriteBuf, part_length); in CycQueueWrite()
120 memcpy(cyc_buffer, (pWriteBuf + part_length), (length - part_length)); in CycQueueWrite()
160 if(cyc_buffer != NULL) in MallocCycQueue()
165 cyc_buffer = os_mem_zalloc(RAM_TYPE_DATA_ON, MAX_BUFFER_SIZE); in MallocCycQueue()
180 if (cyc_buffer != NULL) { in FreeCycQueue()
181 os_mem_free(cyc_buffer); in FreeCycQueue()
[all …]
A Dtrace_task.c54 trace.Buffer.Pointer = (uint8_t *)(cyc_buffer + pRead); in traceStartTransmit()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/inc/
A Dcycle_queue.h26 extern uint8_t *cyc_buffer;

Completed in 4 milliseconds