Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rb/example/src/
A Duart_rb.c149 RingBuffer_Init(&rxring, rxbuff, 1, UART_RB_SIZE); in main()
150 RingBuffer_Init(&txring, txbuff, 1, UART_RB_SIZE); in main()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dring_buffer.h76 int RingBuffer_Init(RINGBUFF_T *RingBuff, void *buffer, int itemSize, int count);
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dring_buffer.c55 int RingBuffer_Init(RINGBUFF_T *RingBuff, void *buffer, int itemSize, int count) in RingBuffer_Init() function

Completed in 3 milliseconds