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

File last commit:

r0:aa6c4da24f03 default
r0:aa6c4da24f03 default
Show More
LFR.h
12 lines | 229 B | text/x-c | CLexer
#ifndef LFR_H_INCLUDED
#define LFR_H_INCLUDED
#include <stdint.h>
#include <grlib_regs.h>
extern volatile lfr_regs_t* LFR;
extern volatile lfr_managment_regs_t* LFR_MANAGMENT;
extern void resetLFR();
#endif // LFR_H_INCLUDED