2025-04-06 07:01:59 -07:00
|
|
|
#ifndef FREOFFCOMPIMPL_H_
|
|
|
|
#define FREOFFCOMPIMPL_H_
|
2025-03-30 09:50:15 -07:00
|
|
|
#include "ucps2.h"
|
|
|
|
#include "ucpm2.h"
|
|
|
|
#include "ape_common.h"
|
|
|
|
#include "type_define.h"
|
|
|
|
|
|
|
|
MPU_ENTRY void freOffCompAsm(v16u32 src);
|
|
|
|
|
2025-04-06 07:01:59 -07:00
|
|
|
void freOffCompImpl(int* ConfigAddr_comp, int* ConfigAddr_cordic, int *freEstOutAddr,int* data_ptr_ddr,int* res_ptr_ddr, int *ava_ptr_dm2, int *ava_ptr_dm3);
|
2025-03-30 09:50:15 -07:00
|
|
|
|
|
|
|
#endif /* FREQOFFSETEST_H_ */
|