| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_tim.h | 102 #define IS_TIM_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || \ 107 #define IS_TIM_18_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE)) 108 #define IS_TIM_123458_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || \ 440 (((((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || (((*(uint32_t*)&(PERIPH)) == TIM8_BASE))))&& \ 561 (((((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || (((*(uint32_t*)&(PERIPH)) == TIM8_BASE))))&& \ 693 (((((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || (((*(uint32_t*)&(PERIPH)) == TIM8_BASE))))&& \ 775 ((((*(uint32_t*)&(PERIPH)) == TIM2_BASE)||(((*(uint32_t*)&(PERIPH)) == TIM1_BASE))||\ 780 … ((((*(uint32_t*)&(PERIPH)) == TIM2_BASE)||(((*(uint32_t*)&(PERIPH)) == TIM1_BASE))||\ 868 (((((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || (((*(uint32_t*)&(PERIPH)) == TIM8_BASE))))&& \ 874 ((*(uint32_t*)&(PERIPH))==TIM1_BASE) || ((*(uint32_t*)&(PERIPH))==TIM8_BASE)) &&\ [all …]
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_tim.h | 102 #define IS_TIM_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || \ 107 #define IS_TIM_18_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE)) 108 #define IS_TIM_123458_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || \ 775 ((((*(uint32_t*)&(PERIPH)) == TIM2_BASE)||(((*(uint32_t*)&(PERIPH)) == TIM1_BASE))||\ 780 ((((*(uint32_t*)&(PERIPH)) == TIM2_BASE)||(((*(uint32_t*)&(PERIPH)) == TIM1_BASE))||\ 785 ((((*(uint32_t*)&(PERIPH)) == TIM2_BASE)||(((*(uint32_t*)&(PERIPH)) == TIM1_BASE))||\ 789 ((((*(uint32_t*)&(PERIPH)) == TIM2_BASE)||(((*(uint32_t*)&(PERIPH)) == TIM1_BASE))||\ 793 ((((*(uint32_t*)&(PERIPH)) == TIM2_BASE)||(((*(uint32_t*)&(PERIPH)) == TIM1_BASE))||\ 874 ((*(uint32_t*)&(PERIPH))==TIM1_BASE) || ((*(uint32_t*)&(PERIPH))==TIM8_BASE)) &&\ 880 ((*(uint32_t*)&(PERIPH))==TIM1_BASE)|| ((*(uint32_t*)&(PERIPH))==TIM8_BASE) || \ [all …]
|
| /bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/include/ |
| A D | ab32vg1_hal_tim.h | 25 #define TIM1_BASE ((hal_sfr_t)&TMR1CON) macro
|
| /bsp/bluetrum/libraries/hal_drivers/config/ |
| A D | tim_config.h | 34 .tim_handle = TIM1_BASE, \
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_tim.c | 195 case TIM1_BASE: in TIM_DeInit() 247 if(*(uint32_t*)&TIMx == TIM1_BASE) in TIM_TimeBaseInit() 304 if(*(uint32_t*)&TIMx == TIM1_BASE) in TIM_OC1Init() 385 if(*(uint32_t*)&TIMx == TIM1_BASE) in TIM_OC2Init() 466 if(*(uint32_t*)&TIMx == TIM1_BASE) in TIM_OC3Init() 547 if(*(uint32_t*)&TIMx == TIM1_BASE) in TIM_OC4Init()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_tim.c | 195 case TIM1_BASE: in TIM_DeInit() 247 if(*(uint32_t*)&TIMx == TIM1_BASE) in TIM_TimeBaseInit() 304 if(*(uint32_t*)&TIMx == TIM1_BASE) in TIM_OC1Init() 385 if(*(uint32_t*)&TIMx == TIM1_BASE) in TIM_OC2Init() 466 if(*(uint32_t*)&TIMx == TIM1_BASE) in TIM_OC3Init() 547 if(*(uint32_t*)&TIMx == TIM1_BASE) in TIM_OC4Init()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_tim.h | 49 #define TIM1_BASE (APB2PERIPH_BASE + 0x2C00) ///< Base Address: … macro 104 #define TIM1 ((TIM_TypeDef*) TIM1_BASE)
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/Device/ |
| A D | ACM32F0x0.h | 632 #define TIM1_BASE (APB2PERIPH_BASE + 0x00002C00UL) macro 705 #define TIM1 ((TIM_TypeDef *)TIM1_BASE)
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/Device/ |
| A D | ACM32F4.h | 713 #define TIM1_BASE (APB2PERIPH_BASE + 0x00002C00UL) macro 781 #define TIM1 ((TIM_TypeDef *)TIM1_BASE)
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_TIMER.c | 39 case TIM1_BASE: in HAL_TIMER_MSP_Init() 109 case TIM1_BASE: in HAL_TIMER_Base_MspDeInit()
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_TIMER.c | 39 case TIM1_BASE: in HAL_TIMER_MSP_Init() 130 case TIM1_BASE: in HAL_TIMER_Base_MspDeInit()
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_tim.h | 128 #define IS_TIM_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || \
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_tim.h | 128 #define IS_TIM_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || \
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 679 #define TIM1_BASE (APBPERIPH_BASE + 0x00012C00) macro 739 #define TIM1 ((TIM_TypeDef *) TIM1_BASE)
|
| A D | ft32f030x8.h | 717 #define TIM1_BASE (APBPERIPH_BASE + 0x00012C00) macro 778 #define TIM1 ((TIM_TypeDef *) TIM1_BASE)
|
| A D | ft32f072x8.h | 726 #define TIM1_BASE (APBPERIPH_BASE + 0x00012C00) macro 787 #define TIM1 ((TIM_TypeDef *) TIM1_BASE)
|
| A D | ft32f032x8.h | 728 #define TIM1_BASE (APBPERIPH_BASE + 0x00012C00) macro 790 #define TIM1 ((TIM_TypeDef *) TIM1_BASE)
|
| A D | ft32f032x6.h | 728 #define TIM1_BASE (APBPERIPH_BASE + 0x00012C00) macro 790 #define TIM1 ((TIM_TypeDef *) TIM1_BASE)
|
| A D | ft32f072xb.h | 777 #define TIM1_BASE (APBPERIPH_BASE + 0x00012C00) macro 842 #define TIM1 ((TIM_TypeDef *) TIM1_BASE)
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/CMSIS/WCH/CH32V10x/Include/ |
| A D | ch32v10x.h | 548 #define TIM1_BASE (APB2PERIPH_BASE + 0x2C00) macro 617 #define TIM1 ((TIM_TypeDef *)TIM1_BASE)
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x.h | 548 #define TIM1_BASE (APB2PERIPH_BASE + 0x2C00) macro 617 #define TIM1 ((TIM_TypeDef *)TIM1_BASE)
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/Include/ |
| A D | MM32L3xx.h | 976 #define TIM1_BASE (APB2PERIPH_BASE + 0x2C00) macro 1040 #define TIM1 ((TIM_TypeDef *) TIM1_BASE)
|
| /bsp/mm32f103x/Libraries/MM32F103/Include/ |
| A D | MM32F103.h | 985 #define TIM1_BASE (APB2PERIPH_BASE + 0x2C00) macro 1049 #define TIM1 ((TIM_TypeDef *) TIM1_BASE)
|
| /bsp/tkm32F499/Libraries/CMSIS_and_startup/ |
| A D | tk499.h | 1261 #define TIM1_BASE (APB2PERIPH_BASE + 0x0000) //0x40010000 macro 1313 #define TIM1 ((TIM_TypeDef *) TIM1_BASE)
|
| /bsp/mm32l07x/Libraries/MM32L0xx/Include/ |
| A D | MM32L0xx.h | 924 #define TIM1_BASE (APB2PERIPH_BASE + 0x2C00) macro 983 #define TIM1 ((TIM_TypeDef *) TIM1_BASE)
|