2025-03-30 09:50:15 -07:00
|
|
|
#ifndef FREOFFESTIMPL_H_
|
|
|
|
#define FREOFFESTIMPL_H_
|
|
|
|
#include "ucps2.h"
|
|
|
|
#include "ucpm2.h"
|
|
|
|
|
|
|
|
MPU_ENTRY void freOffEstAsm(v16u32 src);
|
|
|
|
|
2025-04-06 07:01:59 -07:00
|
|
|
void freOffEstImpl(int* ConfigBaseAddr_est,int *InputAddr0,int *InputAddr1, int *freEstOutAddr);
|
2025-03-30 09:50:15 -07:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|