Introduction - If you have any usage issues, please Google them yourself
A loop linear address FIFO queue (FIFO), is used for communication tasks, with the following characteristics: 1. Circular queue, space utilization is very high, do not dynamically allocate memory, do not use the list, no memory leaks, No memory fragmentation 2. linear address space, and out of direct use of memcpy is very fast instructions: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit such as problem contact me: lxj_com@163.com QQ : 67016879