/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_comp.h | 690 MODIFY_REG(COMP12->OR, 0x7FFUL, (COMPx == COMP1) ? ((~CompAFx) & 0x7FFUL) : CompAFx); in LL_COMP_SetOutputAlternateFunction() 711 return (uint32_t) ((COMPx == COMP1) ? ((~COMP12->OR) & 0x7FFUL) : (COMP12->OR & 0x7FFUL)); in LL_COMP_GetOutputAlternateFunction() 810 return (uint32_t)(READ_BIT(COMP12->SR, COMP_SR_C1VAL)); in LL_COMP_ReadOutputLevel() 814 return (uint32_t)((READ_BIT(COMP12->SR, COMP_SR_C2VAL))>> 1); in LL_COMP_ReadOutputLevel() 836 return ((READ_BIT(COMP12->SR, COMP_SR_C1IF) == (COMP_SR_C1IF)) ? 1UL : 0UL); in LL_COMP_IsActiveFlag_OutputTrig() 840 return ((READ_BIT(COMP12->SR, COMP_SR_C2IF) == (COMP_SR_C2IF)) ? 1UL : 0UL); in LL_COMP_IsActiveFlag_OutputTrig() 854 SET_BIT(COMP12->ICFR, COMP_ICFR_C1IF); in LL_COMP_ClearFlag_OutputTrig() 858 SET_BIT(COMP12->ICFR, COMP_ICFR_C2IF); in LL_COMP_ClearFlag_OutputTrig()
|
D | stm32h7xx_hal_comp.h | 674 #define __HAL_COMP_GET_FLAG(__FLAG__) ((COMP12->SR & (__FLAG__)) == (__FLAG__)) 683 #define __HAL_COMP_CLEAR_FLAG(__FLAG__) (COMP12->ICFR = (__FLAG__)) 732 #define __HAL_COMP_ENABLE_OR(__AF__) SET_BIT(COMP12->OR, (__AF__)) 750 #define __HAL_COMP_DISABLE_OR(__AF__) CLEAR_BIT(COMP12->OR, (__AF__))
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_comp.c | 1158 return (uint32_t)(READ_BIT(COMP12->SR, COMP_SR_C1VAL)); in HAL_COMP_GetOutputLevel() 1162 return (uint32_t)((READ_BIT(COMP12->SR, COMP_SR_C2VAL))>> 1UL); in HAL_COMP_GetOutputLevel()
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 2501 #define COMP12 COMP12_S macro 2917 #define COMP12 COMP12_NS macro
|
D | stm32u535xx.h | 2389 #define COMP12 COMP12_S macro 2779 #define COMP12 COMP12_NS macro
|
D | stm32u575xx.h | 2713 #define COMP12 COMP12_S macro 3152 #define COMP12 COMP12_NS macro
|
D | stm32u585xx.h | 2846 #define COMP12 COMP12_S macro 3325 #define COMP12 COMP12_NS macro
|
D | stm32u595xx.h | 2817 #define COMP12 COMP12_S macro 3280 #define COMP12 COMP12_NS macro
|
D | stm32u5a5xx.h | 2950 #define COMP12 COMP12_S macro 3453 #define COMP12 COMP12_NS macro
|
D | stm32u5f7xx.h | 3042 #define COMP12 COMP12_S macro 3544 #define COMP12 COMP12_NS macro
|
D | stm32u599xx.h | 3047 #define COMP12 COMP12_S macro 3539 #define COMP12 COMP12_NS macro
|
D | stm32u5g7xx.h | 3175 #define COMP12 COMP12_S macro 3717 #define COMP12 COMP12_NS macro
|
D | stm32u5f9xx.h | 3158 #define COMP12 COMP12_S macro 3662 #define COMP12 COMP12_NS macro
|
D | stm32u5a9xx.h | 3180 #define COMP12 COMP12_S macro 3712 #define COMP12 COMP12_NS macro
|
D | stm32u5g9xx.h | 3291 #define COMP12 COMP12_S macro 3835 #define COMP12 COMP12_NS macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 2360 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
|
D | stm32h7b0xx.h | 2480 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
|
D | stm32h7b0xxq.h | 2481 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
|
D | stm32h7a3xxq.h | 2361 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
|
D | stm32h7b3xx.h | 2480 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
|
D | stm32h7b3xxq.h | 2481 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
|
D | stm32h730xxq.h | 2589 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
|
D | stm32h733xx.h | 2588 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
|
D | stm32h725xx.h | 2469 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
|
D | stm32h730xx.h | 2588 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
|