Home
last modified time | relevance | path

Searched refs:TIM_UpdateSource_Global (Results 1 – 21 of 21) sorted by relevance

/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_tim.h820 #define TIM_UpdateSource_Global ((uint16_t)0x0000) /*!< Source of update is the counter … macro
824 #define IS_TIM_UPDATE_SOURCE(SOURCE) (((SOURCE) == TIM_UpdateSource_Global) || \
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_tim.h826 #define TIM_UpdateSource_Global ((uint16_t)0x0000) /*!< Source of update is the counter … macro
830 #define IS_TIM_UPDATE_SOURCE(SOURCE) (((SOURCE) == TIM_UpdateSource_Global) || \
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_tim.h762 #define TIM_UpdateSource_Global ((uint16_t)0x0000) /*!< Source of update is the counter … macro
766 #define IS_TIM_UPDATE_SOURCE(SOURCE) (((SOURCE) == TIM_UpdateSource_Global) || \
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_tim.h762 #define TIM_UpdateSource_Global ((uint16_t)0x0000) /*!< Source of update is the counter … macro
766 #define IS_TIM_UPDATE_SOURCE(SOURCE) (((SOURCE) == TIM_UpdateSource_Global) || \
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_tim.h825 #define TIM_UpdateSource_Global ((uint16_t)0x0000) /*!< Source of update is the counter … macro
829 #define IS_TIM_UPDATE_SOURCE(SOURCE) (((SOURCE) == TIM_UpdateSource_Global) || \
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_tim.h705 #define TIM_UpdateSource_Global ((uint16_t)0x0000) macro
707 #define IS_TIM_UPDATE_SOURCE(SOURCE) (((SOURCE) == TIM_UpdateSource_Global) || \
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_tim.h705 #define TIM_UpdateSource_Global ((uint16_t)0x0000) macro
707 #define IS_TIM_UPDATE_SOURCE(SOURCE) (((SOURCE) == TIM_UpdateSource_Global) || \
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_tim.h336 #define TIM_UpdateSource_Global ((uint16_t)0x0000) /*!< Source of update is the counter … macro
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_tim.h336 #define TIM_UpdateSource_Global ((uint16_t)0x0000) /* Source of update is the counter ov… macro
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_tim.h338 #define TIM_UpdateSource_Global ((uint16_t)0x0000) /* Source of update is the counter ov… macro
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_tim.h355TIM_UpdateSource_Global = 0, ///< Source of update is counter overf… enumerator
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_tim.c1448 if (TIM_UpdateSource != TIM_UpdateSource_Global) in TIM_UpdateRequestConfig()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_tim.c1636 if(TIM_UpdateSource != TIM_UpdateSource_Global) in TIM_UpdateRequestConfig()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_tim.c1484 if (TIM_UpdateSource != TIM_UpdateSource_Global) in TIM_UpdateRequestConfig()
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_tim.c458 if (TIM_UpdateSource != TIM_UpdateSource_Global) in TIM_UpdateRequestConfig()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_tim.c2115 if (TIM_UpdateSource != TIM_UpdateSource_Global) in TIM_UpdateRequestConfig()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_tim.c2115 if (TIM_UpdateSource != TIM_UpdateSource_Global) in TIM_UpdateRequestConfig()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_tim.c2085 if (TIM_UpdateSource != TIM_UpdateSource_Global) in TIM_UpdateRequestConfig()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_tim.c329 if (TIM_UpdateSource != TIM_UpdateSource_Global) in TIM_UpdateRequestConfig()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_tim.c466 if (TIM_UpdateSource != TIM_UpdateSource_Global) in TIM_UpdateRequestConfig()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_tim.c471 if (TIM_UpdateSource != TIM_UpdateSource_Global) in TIM_UpdateRequestConfig()

Completed in 78 milliseconds