nutool_clkcfg.h 716 B

123456789101112131415161718192021222324252627
  1. /****************************************************************************
  2. * @file nutool_clkcfg.h
  3. * @version V1.05
  4. * @Date 2020/11/11-11:43:32
  5. * @brief NuMicro generated code file
  6. *
  7. * SPDX-License-Identifier: Apache-2.0
  8. *
  9. * Copyright (C) 2013-2020 Nuvoton Technology Corp. All rights reserved.
  10. *****************************************************************************/
  11. #ifndef __NUTOOL_CLKCFG_H__
  12. #define __NUTOOL_CLKCFG_H__
  13. #ifdef __cplusplus
  14. extern "C"
  15. {
  16. #endif
  17. #undef __HXT
  18. #define __HXT (12000000UL) /*!< High Speed External Crystal Clock Frequency */
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif /*__NUTOOL_CLKCFG_H__*/
  23. /*** (C) COPYRIGHT 2013-2020 Nuvoton Technology Corp. ***/