Searched refs:HTCFG_TIME_PCLK_DIV (Results 1 – 9 of 9) sorted by relevance
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32_time.h | 120 #undef HTCFG_TIME_PCLK_DIV 121 #define HTCFG_TIME_PCLK_DIV (0) macro 124 #define HTCFG_TIME_CLKSRC (_HTCFG_TIME_CORECLK >> HTCFG_TIME_PCLK_DIV)
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/ |
| A D | ht32_time.h | 120 #undef HTCFG_TIME_PCLK_DIV 121 #define HTCFG_TIME_PCLK_DIV (0) macro 124 #define HTCFG_TIME_CLKSRC (_HTCFG_TIME_CORECLK >> HTCFG_TIME_PCLK_DIV)
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32_time.c | 103 CKCU_SetPeripPrescaler(_HTCFG_TIME_CKCU_PCLK, (CKCU_APBCLKPRE_TypeDef)HTCFG_TIME_PCLK_DIV); in Time_Init()
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/ |
| A D | ht32_time.c | 103 CKCU_SetPeripPrescaler(_HTCFG_TIME_CKCU_PCLK, (CKCU_APBCLKPRE_TypeDef)HTCFG_TIME_PCLK_DIV); in Time_Init()
|
| /bsp/ht32/ht32f12366/board/inc/ |
| A D | ht32f1xxxx_conf.h | 237 #define HTCFG_TIME_PCLK_DIV (0) // 0 ~ 3. (/1, /2, /4, /8) macro
|
| /bsp/ht32/ht32f52352/board/inc/ |
| A D | ht32f5xxxx_conf.h | 250 #define HTCFG_TIME_PCLK_DIV (0) // 0 ~ 3. (/1, /2, /4, /8) macro
|
| /bsp/ht32/ht32f53252/board/inc/ |
| A D | ht32f5xxxx_conf.h | 250 #define HTCFG_TIME_PCLK_DIV (0) // 0 ~ 3. (/1, /2, /4, /8) macro
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/ |
| A D | Release_Notes.txt | 132 …- To ensure the correct configuration of the timer clock, the "HTCFG_TIME_PCLK_DIV" is redefined a…
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/ |
| A D | Release_Notes.txt | 539 …- To ensure the correct configuration of the timer clock, the "HTCFG_TIME_PCLK_DIV" is redefined a…
|
Completed in 21 milliseconds