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

File last commit:

r0:aa6c4da24f03 default
r0:aa6c4da24f03 default
Show More
LFR.c
11 lines | 270 B | text/x-c | CLexer
#include <LFR.h>
volatile lfr_regs_t* LFR = (lfr_regs_t*)0x80000f00;
volatile lfr_managment_regs_t* LFR_MANAGMENT = (lfr_managment_regs_t*)0x80000600;
void resetLFR()
{
LFR_MANAGMENT->Control.Value=7;
asm("nop;nop;");
LFR_MANAGMENT->Control.Value=0;
}