nutool_clkcfg.h 716 字节
Newer Older
W
Wayne Lin 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
/****************************************************************************
 * @file     nutool_clkcfg.h
 * @version  V1.05
 * @Date     2020/09/15-18:09:27
 * @brief    NuMicro generated code file
 *
 * SPDX-License-Identifier: Apache-2.0
 *
 * Copyright (C) 2013-2020 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/

#ifndef __NUTOOL_CLKCFG_H__
#define __NUTOOL_CLKCFG_H__

#ifdef __cplusplus
extern "C"
{
#endif
#undef  __HXT
#define __HXT         (32000000UL)  /*!< High Speed External Crystal Clock Frequency */

#ifdef __cplusplus
}
#endif
#endif /*__NUTOOL_CLKCFG_H__*/

/*** (C) COPYRIGHT 2013-2020 Nuvoton Technology Corp. ***/