/** \file system_func.h */ #if !defined(SYSTEM_FUNC_H__78DAA660_0CE8_4BE5_B564_B28E6D65148D__INCLUDED_) #define SYSTEM_FUNC_H__78DAA660_0CE8_4BE5_B564_B28E6D65148D__INCLUDED_ #include "board_config.h" typedef enum { HIRC_96MHZ, HIRC_48MHZ, HIRC_24MHZ, }SYSTEM_CORE_CLOCK_LIST; void SystemCoreClockSet(SYSTEM_CORE_CLOCK_LIST clock); #endif