/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
A D | stm32f7xx_hal_dcmi_ex.h | 183 #define IS_DCMI_BYTE_SELECT_START(POLARITY)(((POLARITY) == DCMI_OEBS_ODD) || \ argument 184 ((POLARITY) == DCMI_OEBS_EVEN)) 189 #define IS_DCMI_LINE_SELECT_START(POLARITY)(((POLARITY) == DCMI_OELS_ODD) || \ argument 190 ((POLARITY) == DCMI_OELS_EVEN))
|
A D | stm32f7xx_hal_dcmi.h | 444 #define IS_DCMI_PCKPOLARITY(POLARITY)(((POLARITY) == DCMI_PCKPOLARITY_FALLING) || \ argument 445 ((POLARITY) == DCMI_PCKPOLARITY_RISING)) 447 #define IS_DCMI_VSPOLARITY(POLARITY)(((POLARITY) == DCMI_VSPOLARITY_LOW) || \ argument 448 ((POLARITY) == DCMI_VSPOLARITY_HIGH)) 450 #define IS_DCMI_HSPOLARITY(POLARITY)(((POLARITY) == DCMI_HSPOLARITY_LOW) || \ argument 451 ((POLARITY) == DCMI_HSPOLARITY_HIGH))
|
A D | stm32f7xx_hal_pwr.h | 382 #define IS_PWR_WAKEUP_POLARITY(POLARITY) (((POLARITY) == PWR_POLARITY_RISINGEDGE) || \ argument 383 ((POLARITY) == PWR_POLARITY_FALLINGEDGE))
|
A D | stm32f7xx_hal_sai.h | 860 #define IS_SAI_BLOCK_FS_POLARITY(POLARITY) (((POLARITY) == SAI_FS_ACTIVE_LOW) || \ argument 861 ((POLARITY) == SAI_FS_ACTIVE_HIGH))
|
A D | stm32f7xx_hal_uart.h | 1045 #define IS_UART_DE_POLARITY(POLARITY) (((POLARITY) == UART_DE_POLARITY_HIGH) || \ argument 1046 ((POLARITY) == UART_DE_POLARITY_LOW))
|
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/ |
A D | stm32f2xx_dcmi.h | 144 #define IS_DCMI_PCKPOLARITY(POLARITY)(((POLARITY) == DCMI_PCKPolarity_Falling) || \ argument 145 ((POLARITY) == DCMI_PCKPolarity_Rising)) 156 #define IS_DCMI_VSPOLARITY(POLARITY)(((POLARITY) == DCMI_VSPolarity_Low) || \ argument 157 ((POLARITY) == DCMI_VSPolarity_High)) 168 #define IS_DCMI_HSPOLARITY(POLARITY)(((POLARITY) == DCMI_HSPolarity_Low) || \ argument 169 ((POLARITY) == DCMI_HSPolarity_High))
|
A D | stm32f2xx_tim.h | 337 #define IS_TIM_OC_POLARITY(POLARITY) (((POLARITY) == TIM_OCPolarity_High) || \ argument 338 ((POLARITY) == TIM_OCPolarity_Low)) 349 #define IS_TIM_OCN_POLARITY(POLARITY) (((POLARITY) == TIM_OCNPolarity_High) || \ argument 350 ((POLARITY) == TIM_OCNPolarity_Low)) 421 #define IS_TIM_BREAK_POLARITY(POLARITY) (((POLARITY) == TIM_BreakPolarity_Low) || \ argument 422 ((POLARITY) == TIM_BreakPolarity_High)) 510 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ argument 511 ((POLARITY) == TIM_ICPolarity_Falling)|| \ 512 ((POLARITY) == TIM_ICPolarity_BothEdge)) 745 #define IS_TIM_EXT_POLARITY(POLARITY) (((POLARITY) == TIM_ExtTRGPolarity_Inverted) || \ argument [all …]
|
A D | stm32f2xx_fsmc.h | 358 #define IS_FSMC_WAIT_POLARITY(POLARITY) (((POLARITY) == FSMC_WaitSignalPolarity_Low) || \ argument 359 ((POLARITY) == FSMC_WaitSignalPolarity_High))
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/ |
A D | stm32f4xx_dcmi.h | 144 #define IS_DCMI_PCKPOLARITY(POLARITY)(((POLARITY) == DCMI_PCKPolarity_Falling) || \ argument 145 ((POLARITY) == DCMI_PCKPolarity_Rising)) 156 #define IS_DCMI_VSPOLARITY(POLARITY)(((POLARITY) == DCMI_VSPolarity_Low) || \ argument 157 ((POLARITY) == DCMI_VSPolarity_High)) 168 #define IS_DCMI_HSPOLARITY(POLARITY)(((POLARITY) == DCMI_HSPolarity_Low) || \ argument 169 ((POLARITY) == DCMI_HSPolarity_High))
|
A D | stm32f4xx_tim.h | 337 #define IS_TIM_OC_POLARITY(POLARITY) (((POLARITY) == TIM_OCPolarity_High) || \ argument 338 ((POLARITY) == TIM_OCPolarity_Low)) 349 #define IS_TIM_OCN_POLARITY(POLARITY) (((POLARITY) == TIM_OCNPolarity_High) || \ argument 350 ((POLARITY) == TIM_OCNPolarity_Low)) 421 #define IS_TIM_BREAK_POLARITY(POLARITY) (((POLARITY) == TIM_BreakPolarity_Low) || \ argument 422 ((POLARITY) == TIM_BreakPolarity_High)) 510 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ argument 511 ((POLARITY) == TIM_ICPolarity_Falling)|| \ 512 ((POLARITY) == TIM_ICPolarity_BothEdge)) 745 #define IS_TIM_EXT_POLARITY(POLARITY) (((POLARITY) == TIM_ExtTRGPolarity_Inverted) || \ argument [all …]
|
A D | stm32f4xx_fsmc.h | 358 #define IS_FSMC_WAIT_POLARITY(POLARITY) (((POLARITY) == FSMC_WaitSignalPolarity_Low) || \ argument 359 ((POLARITY) == FSMC_WaitSignalPolarity_High))
|
A D | stm32f4xx_sai.h | 330 #define IS_SAI_BLOCK_FS_POLARITY(POLARITY) (((POLARITY) == SAI_FS_ActiveLow) || \ argument 331 ((POLARITY) == SAI_FS_ActiveHigh))
|
A D | stm32f4xx_fmc.h | 478 #define IS_FMC_WAIT_POLARITY(POLARITY) (((POLARITY) == FMC_WaitSignalPolarity_Low) || \ argument 479 ((POLARITY) == FMC_WaitSignalPolarity_High))
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/ |
A D | stm32f0xx_hal_tim.h | 890 #define IS_TIM_OC_POLARITY(POLARITY) (((POLARITY) == TIM_OCPOLARITY_HIGH) || \ argument 891 ((POLARITY) == TIM_OCPOLARITY_LOW)) 893 #define IS_TIM_OCN_POLARITY(POLARITY) (((POLARITY) == TIM_OCNPOLARITY_HIGH) || \ argument 894 ((POLARITY) == TIM_OCNPOLARITY_LOW)) 915 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPOLARITY_RISING) || \ argument 917 ((POLARITY) == TIM_ICPOLARITY_BOTHEDGE)) 963 #define IS_TIM_CLOCKPOLARITY(POLARITY) (((POLARITY) == TIM_CLOCKPOLARITY_INVERTED) || \ argument 976 #define IS_TIM_CLEARINPUT_POLARITY(POLARITY) (((POLARITY) == TIM_CLEARINPUTPOLARITY_INVERTED) || \ argument 1000 #define IS_TIM_BREAK_POLARITY(POLARITY) (((POLARITY) == TIM_BREAKPOLARITY_LOW) || \ argument 1001 ((POLARITY) == TIM_BREAKPOLARITY_HIGH)) [all …]
|
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/ |
A D | stm32f10x_tim.h | 382 #define IS_TIM_OC_POLARITY(POLARITY) (((POLARITY) == TIM_OCPolarity_High) || \ argument 383 ((POLARITY) == TIM_OCPolarity_Low)) 394 #define IS_TIM_OCN_POLARITY(POLARITY) (((POLARITY) == TIM_OCNPolarity_High) || \ argument 395 ((POLARITY) == TIM_OCNPolarity_Low)) 466 #define IS_TIM_BREAK_POLARITY(POLARITY) (((POLARITY) == TIM_BreakPolarity_Low) || \ argument 467 ((POLARITY) == TIM_BreakPolarity_High)) 555 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ argument 556 ((POLARITY) == TIM_ICPolarity_Falling)) 557 #define IS_TIM_IC_POLARITY_LITE(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ argument 558 ((POLARITY) == TIM_ICPolarity_Falling)|| \ [all …]
|
A D | stm32f10x_fsmc.h | 364 #define IS_FSMC_WAIT_POLARITY(POLARITY) (((POLARITY) == FSMC_WaitSignalPolarity_Low) || \ argument 365 ((POLARITY) == FSMC_WaitSignalPolarity_High))
|