mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2026-07-04 02:25:41 +00:00
first commit
This commit is contained in:
parent
2ee525362e
commit
d108756e9b
792 changed files with 336059 additions and 0 deletions
12
project/inc/user/spiram_fifo.h
Normal file
12
project/inc/user/spiram_fifo.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef _SPIRAM_FIFO_H_
|
||||
#define _SPIRAM_FIFO_H_
|
||||
|
||||
int RamFifoInit(int size);
|
||||
void RamFifoRead(char *buff, int len);
|
||||
void RamFifoWrite(char *buff, int len);
|
||||
int RamFifoFill();
|
||||
int RamFifoFree();
|
||||
long RamGetOverrunCt();
|
||||
long RamGetUnderrunCt();
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue