LMK04828_Config_Cal/LMK_Preset.h
2025-04-25 05:33:36 +08:00

20 lines
377 B
C

/*
* LMK_Preset.h
*
* Created on: 2025.01.16
* Author: TiferKing
*/
#ifndef SRC_LMK_PRESET_H_
#define SRC_LMK_PRESET_H_
#include "LMK_ClockTree.h"
//#define LMK_PRESET_NONE
#define LMK_PRESET_IW_RFSOC_2T2R_INTERNAL
//#define LMK_PRESET_IW_RFSOC_2T2R_EXTERNAL
int LMK_ConfigPreset(LMK_Config *DevConfig, LMK_Simple *SimpleConfig);
#endif /* SRC_LMK_PRESET_H_ */