2025-03-30 09:50:15 -07:00

13 lines
255 B
C

#ifndef FREOFFESTIMPL_H_
#define FREOFFESTIMPL_H_
#include "ucps2.h"
#include "ucpm2.h"
MPU_ENTRY void freOffEstAsm(v16u32 src);
void freOffEstImpl(v16u32 * SVRReg, int* ConfigBaseAddr_est,int *InputAddr0,int *InputAddr1, int *freEstOutAddr);
#endif