20 lines
377 B
C
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_ */
|