nutool_clkcfg.h 713 B

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