[feat][board] add XTAL_32K_TYPE macro

This commit is contained in:
jzlv 2021-10-19 20:04:50 +08:00
parent 9c67a54e24
commit 626c6f3fae
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#define _CLOCK_CONFIG_H #define _CLOCK_CONFIG_H
#define XTAL_TYPE EXTERNAL_XTAL_32M #define XTAL_TYPE EXTERNAL_XTAL_32M
#define XTAL_32K_TYPE INTERNAL_RC_32K
#define BSP_ROOT_CLOCK_SOURCE ROOT_CLOCK_SOURCE_PLL_144M #define BSP_ROOT_CLOCK_SOURCE ROOT_CLOCK_SOURCE_PLL_144M
#define BSP_AUDIO_PLL_CLOCK_SOURCE ROOT_CLOCK_SOURCE_AUPLL_24000000_HZ #define BSP_AUDIO_PLL_CLOCK_SOURCE ROOT_CLOCK_SOURCE_AUPLL_24000000_HZ

View File

@ -25,6 +25,7 @@
#define _CLOCK_CONFIG_H #define _CLOCK_CONFIG_H
#define XTAL_TYPE EXTERNAL_XTAL_32M #define XTAL_TYPE EXTERNAL_XTAL_32M
#define XTAL_32K_TYPE INTERNAL_RC_32K
#define BSP_ROOT_CLOCK_SOURCE ROOT_CLOCK_SOURCE_PLL_144M #define BSP_ROOT_CLOCK_SOURCE ROOT_CLOCK_SOURCE_PLL_144M
#define BSP_AUDIO_PLL_CLOCK_SOURCE ROOT_CLOCK_SOURCE_AUPLL_24000000_HZ #define BSP_AUDIO_PLL_CLOCK_SOURCE ROOT_CLOCK_SOURCE_AUPLL_24000000_HZ