##// END OF EJS Templates
First Init
First Init

File last commit:

r0:aa6c4da24f03 default
r0:aa6c4da24f03 default
Show More
wfp.h
12 lines | 432 B | text/x-c | CLexer
#ifndef WFP_H_INCLUDED
#define WFP_H_INCLUDED
#include <stdint.h>
#include <grlib_regs.h>
#include <LFR.h>
extern void getSnapShotsF0(uint32_t buffer0, uint32_t buffer1, unsigned int NB_Samples, int freq);
extern void getSnapShotsF1(uint32_t buffer0, uint32_t buffer1, unsigned int NB_Samples, int freq);
extern void getSnapShotsF2(uint32_t buffer0, uint32_t buffer1, unsigned int NB_Samples, int freq);
#endif // WFP_H_INCLUDED