2025-03-30 09:50:15 -07:00
|
|
|
#ifndef FREOFFCOMP_H_
|
|
|
|
#define FREOFFCOMP_H_
|
|
|
|
#include "ucps2.h"
|
|
|
|
#include "ucpm2.h"
|
|
|
|
|
|
|
|
MPU_ENTRY void freOffCompAsm(v16u32 src);
|
2025-05-29 09:52:16 -07:00
|
|
|
MPU_ENTRY void freOffCompAsm1(v16u32 src);
|
2025-03-30 09:50:15 -07:00
|
|
|
|
|
|
|
void freOffComp(int* ConfigBaseAddr,int InputAddr0,int InputAddr1, int OutputAddr0);
|
2025-05-29 09:52:16 -07:00
|
|
|
|
2025-03-30 09:50:15 -07:00
|
|
|
#endif /* FREQOFFSETEST_H_ */
|