You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
356 B

/** \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