|
Contiki 3.x
|
ringbufindex library.More...
Go to the source code of this file.
ringbufindex library.
Implements basic support for ring buffers of any type, as opposed to the core/lib/ringbuf module which is only for byte arrays. Simply returns index in the ringbuf rather than actual elements. The ringbuf size must be power of two. Like the original ringbuf, this module implements atomic put and get.
Definition in file ringbufindex.c.
1.8.6