Home
last modified time | relevance | path

Searched defs:PERIPH (Results 1 – 25 of 151) sorted by relevance

1234567

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_debug.h37 #define IS_DBGMCU_PERIPH(PERIPH) ((((PERIPH) & 0xFFFFFFF9) == 0x00) && ((PERIPH) != 0x00)) argument
49 #define IS_DBGMCU_APB1PERIPH(PERIPH) ((((PERIPH) & 0xFDDFE2CC) == 0x00) && ((PERIPH) != 0x00)) argument
55 #define IS_DBGMCU_APB2PERIPH(PERIPH) ((((PERIPH) & 0xFFF8F7FF) == 0x00) && ((PERIPH) != 0x00)) argument
A Dft32f0xx_tim.h162 #define IS_TIM_ALL_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
173 #define IS_TIM_LIST1_PERIPH(PERIPH) ((PERIPH) == TIM1) argument
176 #define IS_TIM_LIST2_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
182 #define IS_TIM_LIST3_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
187 #define IS_TIM_LIST4_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
196 #define IS_TIM_LIST5_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
204 #define IS_TIM_LIST6_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
210 #define IS_TIM_LIST7_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
218 #define IS_TIM_LIST8_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
224 #define IS_TIM_LIST9_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
[all …]
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_dbgmcu.h37 #define IS_DBGMCU_PERIPH(PERIPH) ((((PERIPH) & 0xFFFFFFF9) == 0x00) && ((PERIPH) != 0x00)) argument
49 #define IS_DBGMCU_APB1PERIPH(PERIPH) ((((PERIPH) & 0xFDDFE2CC) == 0x00) && ((PERIPH) != 0x00)) argument
55 #define IS_DBGMCU_APB2PERIPH(PERIPH) ((((PERIPH) & 0xFFF8F7FF) == 0x00) && ((PERIPH) != 0x00)) argument
A Dhk32f0xx_tim.h161 #define IS_TIM_ALL_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
172 #define IS_TIM_LIST1_PERIPH(PERIPH) ((PERIPH) == TIM1) argument
175 #define IS_TIM_LIST2_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
181 #define IS_TIM_LIST3_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
186 #define IS_TIM_LIST4_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
195 #define IS_TIM_LIST5_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
203 #define IS_TIM_LIST6_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
209 #define IS_TIM_LIST7_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
217 #define IS_TIM_LIST8_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
223 #define IS_TIM_LIST9_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
[all …]
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f65xxx_66xxx_opa.h98 #define IS_OPA1(PERIPH) (PERIPH == HT_OPA1) argument
100 #define IS_OPA1(PERIPH) (0) argument
102 #define IS_OPA(PERIPH) ((PERIPH == HT_OPA0) || IS_OPA1(PERIPH)) argument
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_tim.h147 #define IS_TIM_ALL_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
163 #define IS_TIM_LIST1_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
167 #define IS_TIM_LIST2_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
171 #define IS_TIM_LIST3_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
179 #define IS_TIM_LIST4_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
187 #define IS_TIM_LIST5_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
195 #define IS_TIM_LIST6_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
205 #define IS_TIM_LIST7_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
217 #define IS_TIM_LIST8_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
231 #define IS_TIM_LIST9_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
A Dair32f10x_usart.h85 #define IS_USART_ALL_PERIPH(PERIPH) (((PERIPH) == USART1) || \ argument
91 #define IS_USART_123_PERIPH(PERIPH) (((PERIPH) == USART1) || \ argument
95 #define IS_USART_1234_PERIPH(PERIPH) (((PERIPH) == USART1) || \ argument
316 #define IS_USART_PERIPH_FLAG(PERIPH, USART_FLAG) ((((*(uint32_t*)&(PERIPH)) != UART4_BASE) &&\ argument
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_tim.h102 #define IS_TIM_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || \ argument
107 #define IS_TIM_18_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE)) argument
108 #define IS_TIM_123458_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || \ argument
437 #define IS_TIM_PERIPH_IT(PERIPH, TIM_IT) ((((((*(uint32_t*)&(PERIPH)) == TIM2_BASE) || (((*(uint32_… argument
558 #define IS_TIM_PERIPH_DMA(PERIPH, SOURCE) ((((((*(uint32_t*)&(PERIPH)) == TIM2_BASE) || (((*(uint32… argument
690 #define IS_TIM_PERIPH_EVENT(PERIPH, EVENT) ((((((*(uint32_t*)&(PERIPH)) == TIM2_BASE) || (((*(uint3… argument
770 #define IS_TIM_PERIPH_TRGO(PERIPH, TRGO) (((((*(uint32_t*)&(PERIPH)) == TIM2_BASE)||(((*(uint32_t*… argument
865 #define IS_TIM_CLEAR_FLAG(PERIPH, TIM_FLAG) ((((((*(uint32_t*)&(PERIPH)) == TIM2_BASE) || (((*(uint… argument
872 #define IS_TIM_PERIPH_FLAG(PERIPH, TIM_FLAG) (((((*(uint32_t*)&(PERIPH))==TIM2_BASE) || ((*(uint32… argument
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_tim.h102 #define IS_TIM_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || \ argument
107 #define IS_TIM_18_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE)) argument
108 #define IS_TIM_123458_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || \ argument
437 #define IS_TIM_PERIPH_IT(PERIPH, TIM_IT) ((((((*(uint32_t*)&(PERIPH)) == TIM2_BASE) || (((*(uint32_… argument
558 #define IS_TIM_PERIPH_DMA(PERIPH, SOURCE) ((((((*(uint32_t*)&(PERIPH)) == TIM2_BASE) || (((*(uint32… argument
690 #define IS_TIM_PERIPH_EVENT(PERIPH, EVENT) ((((((*(uint32_t*)&(PERIPH)) == TIM2_BASE) || (((*(uint3… argument
770 #define IS_TIM_PERIPH_TRGO(PERIPH, TRGO) (((((*(uint32_t*)&(PERIPH)) == TIM2_BASE)||(((*(uint32_t*… argument
865 #define IS_TIM_CLEAR_FLAG(PERIPH, TIM_FLAG) ((((((*(uint32_t*)&(PERIPH)) == TIM2_BASE) || (((*(uint… argument
872 #define IS_TIM_PERIPH_FLAG(PERIPH, TIM_FLAG) (((((*(uint32_t*)&(PERIPH))==TIM2_BASE) || ((*(uint32… argument
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_tim.h194 #define IsTimAllModule(PERIPH) … argument
199 #define IsTimList1Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
202 #define IsTimList2Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
205 #define IsTimList3Module(PERIPH) … argument
210 #define IsTimList4Module(PERIPH) … argument
215 #define IsTimList5Module(PERIPH) … argument
220 #define IsTimList6Module(PERIPH) … argument
225 #define IsTimList7Module(PERIPH) … argument
230 #define IsTimList8Module(PERIPH) … argument
235 #define IsTimList9Module(PERIPH) … argument
A Dn32l43x_usart.h116 #define IS_USART_ALL_PERIPH(PERIPH) … argument
119 #define IS_USART_123_PERIPH(PERIPH) (((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == U… argument
121 #define IS_USART_1234_PERIPH(PERIPH) … argument
327 #define IS_USART_PERIPH_FLAG(PERIPH, USART_FLAG) … argument
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_tim.h194 #define IsTimAllModule(PERIPH) … argument
199 #define IsTimList1Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
202 #define IsTimList2Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
205 #define IsTimList3Module(PERIPH) … argument
210 #define IsTimList4Module(PERIPH) … argument
215 #define IsTimList5Module(PERIPH) … argument
220 #define IsTimList6Module(PERIPH) … argument
225 #define IsTimList7Module(PERIPH) … argument
230 #define IsTimList8Module(PERIPH) … argument
235 #define IsTimList9Module(PERIPH) … argument
A Dn32wb452_usart.h116 #define IS_USART_ALL_PERIPH(PERIPH) … argument
120 #define IS_USART_123_PERIPH(PERIPH) (((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == U… argument
122 #define IS_USART_1234_PERIPH(PERIPH) … argument
328 #define IS_USART_PERIPH_FLAG(PERIPH, USART_FLAG) … argument
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_tim.h194 #define IsTimAllModule(PERIPH) … argument
199 #define IsTimList1Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
202 #define IsTimList2Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
205 #define IsTimList3Module(PERIPH) … argument
210 #define IsTimList4Module(PERIPH) … argument
215 #define IsTimList5Module(PERIPH) … argument
220 #define IsTimList6Module(PERIPH) … argument
225 #define IsTimList7Module(PERIPH) … argument
230 #define IsTimList8Module(PERIPH) … argument
235 #define IsTimList9Module(PERIPH) … argument
A Dn32l40x_usart.h116 #define IS_USART_ALL_PERIPH(PERIPH) … argument
119 #define IS_USART_123_PERIPH(PERIPH) (((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == U… argument
121 #define IS_USART_1234_PERIPH(PERIPH) … argument
327 #define IS_USART_PERIPH_FLAG(PERIPH, USART_FLAG) … argument
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_tim.h194 #define IsTimAllModule(PERIPH) … argument
199 #define IsTimList1Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
202 #define IsTimList2Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
205 #define IsTimList3Module(PERIPH) … argument
210 #define IsTimList4Module(PERIPH) … argument
215 #define IsTimList5Module(PERIPH) … argument
220 #define IsTimList6Module(PERIPH) … argument
225 #define IsTimList7Module(PERIPH) … argument
230 #define IsTimList8Module(PERIPH) … argument
235 #define IsTimList9Module(PERIPH) … argument
A Dn32g4fr_usart.h116 #define IS_USART_ALL_PERIPH(PERIPH) … argument
120 #define IS_USART_123_PERIPH(PERIPH) (((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == U… argument
122 #define IS_USART_1234_PERIPH(PERIPH) … argument
328 #define IS_USART_PERIPH_FLAG(PERIPH, USART_FLAG) … argument
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_tim.h194 #define IsTimAllModule(PERIPH) … argument
199 #define IsTimList1Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
202 #define IsTimList2Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
205 #define IsTimList3Module(PERIPH) … argument
210 #define IsTimList4Module(PERIPH) … argument
215 #define IsTimList5Module(PERIPH) … argument
220 #define IsTimList6Module(PERIPH) … argument
225 #define IsTimList7Module(PERIPH) … argument
230 #define IsTimList8Module(PERIPH) … argument
235 #define IsTimList9Module(PERIPH) … argument
A Dn32g45x_usart.h116 #define IS_USART_ALL_PERIPH(PERIPH) … argument
120 #define IS_USART_123_PERIPH(PERIPH) (((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == U… argument
122 #define IS_USART_1234_PERIPH(PERIPH) … argument
328 #define IS_USART_PERIPH_FLAG(PERIPH, USART_FLAG) … argument
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_tim.h194 #define IsTimAllModule(PERIPH) … argument
199 #define IsTimList1Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
202 #define IsTimList2Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
205 #define IsTimList3Module(PERIPH) … argument
210 #define IsTimList4Module(PERIPH) … argument
215 #define IsTimList5Module(PERIPH) … argument
220 #define IsTimList6Module(PERIPH) … argument
225 #define IsTimList7Module(PERIPH) … argument
230 #define IsTimList8Module(PERIPH) … argument
235 #define IsTimList9Module(PERIPH) … argument
A Dn32g43x_usart.h116 #define IS_USART_ALL_PERIPH(PERIPH) … argument
119 #define IS_USART_123_PERIPH(PERIPH) (((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == U… argument
121 #define IS_USART_1234_PERIPH(PERIPH) … argument
327 #define IS_USART_PERIPH_FLAG(PERIPH, USART_FLAG) … argument
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_tim.h194 #define IsTimAllModule(PERIPH) … argument
199 #define IsTimList1Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
202 #define IsTimList2Module(PERIPH) (((PERIPH) == TIM1) || ((PERIPH) == TIM8)) argument
205 #define IsTimList3Module(PERIPH) … argument
210 #define IsTimList4Module(PERIPH) … argument
215 #define IsTimList5Module(PERIPH) … argument
220 #define IsTimList6Module(PERIPH) … argument
225 #define IsTimList7Module(PERIPH) … argument
230 #define IsTimList8Module(PERIPH) … argument
235 #define IsTimList9Module(PERIPH) … argument
A Dn32g45x_usart.h116 #define IS_USART_ALL_PERIPH(PERIPH) … argument
120 #define IS_USART_123_PERIPH(PERIPH) (((PERIPH) == USART1) || ((PERIPH) == USART2) || ((PERIPH) == U… argument
122 #define IS_USART_1234_PERIPH(PERIPH) … argument
328 #define IS_USART_PERIPH_FLAG(PERIPH, USART_FLAG) … argument
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_tim.h128 #define IS_TIM_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || \ argument
134 #define IS_TIM_LIST4_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
142 #define IS_TIM_LIST5_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
149 #define IS_TIM_LIST6_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
154 #define IS_TIM_LIST7_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
160 #define IS_TIM_LIST8_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
166 #define IS_TIM_LIST9_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
171 #define IS_TIM_LIST10_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
178 #define IS_TIM_LIST11_PERIPH(PERIPH) ((PERIPH) == TIM14) argument
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_tim.h128 #define IS_TIM_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == TIM1_BASE) || \ argument
134 #define IS_TIM_LIST4_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
142 #define IS_TIM_LIST5_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
149 #define IS_TIM_LIST6_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
154 #define IS_TIM_LIST7_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
160 #define IS_TIM_LIST8_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
166 #define IS_TIM_LIST9_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
171 #define IS_TIM_LIST10_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ argument
178 #define IS_TIM_LIST11_PERIPH(PERIPH) ((PERIPH) == TIM14) argument

Completed in 85 milliseconds

1234567