| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_tim.h | 105 ((*(uint32_t*)&(PERIPH)) == TIM4_BASE)) 111 ((*(uint32_t*)&(PERIPH)) == TIM4_BASE)) 438 (((*(uint32_t*)&(PERIPH)) == TIM4_BASE)) || (((*(uint32_t*)&(PERIPH)) == TIM5_BASE))))&& \ 559 (((*(uint32_t*)&(PERIPH)) == TIM4_BASE)) || (((*(uint32_t*)&(PERIPH)) == TIM5_BASE))))&& \ 691 (((*(uint32_t*)&(PERIPH)) == TIM4_BASE)) || (((*(uint32_t*)&(PERIPH)) == TIM5_BASE))))&& \ 771 (((*(uint32_t*)&(PERIPH)) == TIM3_BASE))||(((*(uint32_t*)&(PERIPH)) == TIM4_BASE))|| \ 777 (((*(uint32_t*)&(PERIPH)) == TIM3_BASE))||(((*(uint32_t*)&(PERIPH)) == TIM4_BASE))|| \ 782 … (((*(uint32_t*)&(PERIPH)) == TIM3_BASE))||(((*(uint32_t*)&(PERIPH)) == TIM4_BASE))|| \ 866 (((*(uint32_t*)&(PERIPH)) == TIM4_BASE)) || (((*(uint32_t*)&(PERIPH)) == TIM5_BASE))))&& \ 873 ((*(uint32_t*)&(PERIPH)) == TIM4_BASE) || ((*(uint32_t*)&(PERIPH))==TIM5_BASE) || \ [all …]
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_tim.h | 105 ((*(uint32_t*)&(PERIPH)) == TIM4_BASE)) 111 ((*(uint32_t*)&(PERIPH)) == TIM4_BASE)) 771 (((*(uint32_t*)&(PERIPH)) == TIM3_BASE))||(((*(uint32_t*)&(PERIPH)) == TIM4_BASE))|| \ 777 (((*(uint32_t*)&(PERIPH)) == TIM3_BASE))||(((*(uint32_t*)&(PERIPH)) == TIM4_BASE))|| \ 782 (((*(uint32_t*)&(PERIPH)) == TIM3_BASE))||(((*(uint32_t*)&(PERIPH)) == TIM4_BASE))|| \ 786 (((*(uint32_t*)&(PERIPH)) == TIM3_BASE))||(((*(uint32_t*)&(PERIPH)) == TIM4_BASE))|| \ 790 (((*(uint32_t*)&(PERIPH)) == TIM3_BASE))||(((*(uint32_t*)&(PERIPH)) == TIM4_BASE))|| \ 794 (((*(uint32_t*)&(PERIPH)) == TIM3_BASE))||(((*(uint32_t*)&(PERIPH)) == TIM4_BASE))|| \ 873 ((*(uint32_t*)&(PERIPH)) == TIM4_BASE) || ((*(uint32_t*)&(PERIPH))==TIM5_BASE) || \ 879 ((*(uint32_t*)&(PERIPH)) == TIM4_BASE) || ((*(uint32_t*)&(PERIPH))==TIM5_BASE) ||\ [all …]
|
| /bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/include/ |
| A D | ab32vg1_hal_tim.h | 28 #define TIM4_BASE ((hal_sfr_t)&TMR4CON) macro
|
| /bsp/bluetrum/libraries/hal_drivers/config/ |
| A D | tim_config.h | 67 .tim_handle = TIM4_BASE, \
|
| A D | pwm_config.h | 47 .pwm_handle = TIM4_BASE, \
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_tim.h | 52 #define TIM4_BASE (APB1PERIPH_BASE + 0x0800) ///< Base Address: … macro 107 #define TIM4 ((TIM_TypeDef*) TIM4_BASE)
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/Device/ |
| A D | ACM32F4.h | 688 #define TIM4_BASE (APB1PERIPH_BASE + 0x00000800UL) macro 758 #define TIM4 ((TIM_TypeDef *)TIM4_BASE)
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_TIMER.c | 60 case TIM4_BASE: in HAL_TIMER_MSP_Init() 148 case TIM4_BASE: in HAL_TIMER_Base_MspDeInit()
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_tim.h | 131 ((*(uint32_t*)&(PERIPH)) == TIM4_BASE))
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_tim.h | 131 ((*(uint32_t*)&(PERIPH)) == TIM4_BASE))
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/CMSIS/WCH/CH32V10x/Include/ |
| A D | ch32v10x.h | 515 #define TIM4_BASE (APB1PERIPH_BASE + 0x0800) macro 585 #define TIM4 ((TIM_TypeDef *)TIM4_BASE)
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x.h | 515 #define TIM4_BASE (APB1PERIPH_BASE + 0x0800) macro 585 #define TIM4 ((TIM_TypeDef *)TIM4_BASE)
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_tim.c | 210 case TIM4_BASE: in TIM_DeInit()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_tim.c | 210 case TIM4_BASE: in TIM_DeInit()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/Include/ |
| A D | MM32L3xx.h | 948 #define TIM4_BASE (APB1PERIPH_BASE + 0x0800) macro 1013 #define TIM4 ((TIM_TypeDef *) TIM4_BASE)
|
| /bsp/mm32f103x/Libraries/MM32F103/Include/ |
| A D | MM32F103.h | 957 #define TIM4_BASE (APB1PERIPH_BASE + 0x0800) macro 1022 #define TIM4 ((TIM_TypeDef *) TIM4_BASE)
|
| /bsp/tkm32F499/Libraries/CMSIS_and_startup/ |
| A D | tk499.h | 1282 #define TIM4_BASE (APB1PERIPH_BASE + 0x0400) macro 1334 #define TIM4 ((TIM_TypeDef *) TIM4_BASE)
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/CMSIS/WCH/CH32F10x/Include/ |
| A D | ch32f10x.h | 611 #define TIM4_BASE (APB1PERIPH_BASE + 0x0800) macro 683 #define TIM4 ((TIM_TypeDef *) TIM4_BASE)
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x.h | 611 #define TIM4_BASE (APB1PERIPH_BASE + 0x0800) macro 683 #define TIM4 ((TIM_TypeDef *) TIM4_BASE)
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/CMSIS/WCH/CH32F20x/Include/ |
| A D | ch32f20x.h | 969 #define TIM4_BASE (APB1PERIPH_BASE + 0x0800) macro 1068 #define TIM4 ((TIM_TypeDef *) TIM4_BASE)
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x.h | 969 #define TIM4_BASE (APB1PERIPH_BASE + 0x0800) macro 1068 #define TIM4 ((TIM_TypeDef *) TIM4_BASE)
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x.h | 968 #define TIM4_BASE (APB1PERIPH_BASE + 0x0800) macro 1052 #define TIM4 ((TIM_TypeDef *) TIM4_BASE)
|
| /bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/ |
| A D | stm32l100xb.h | 579 #define TIM4_BASE (APB1PERIPH_BASE + 0x00000800UL) macro 645 #define TIM4 ((TIM_TypeDef *) TIM4_BASE)
|
| A D | stm32l100xba.h | 579 #define TIM4_BASE (APB1PERIPH_BASE + 0x00000800UL) macro 645 #define TIM4 ((TIM_TypeDef *) TIM4_BASE)
|
| A D | stm32l151xb.h | 579 #define TIM4_BASE (APB1PERIPH_BASE + 0x00000800UL) macro 645 #define TIM4 ((TIM_TypeDef *) TIM4_BASE)
|