Home
last modified time | relevance | path

Searched refs:COMP12 (Results 1 – 25 of 37) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_comp.h690 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()
Dstm32h7xx_hal_comp.h674 #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/
Dstm32h7xx_hal_comp.c1158 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/
Dstm32u545xx.h2501 #define COMP12 COMP12_S macro
2917 #define COMP12 COMP12_NS macro
Dstm32u535xx.h2389 #define COMP12 COMP12_S macro
2779 #define COMP12 COMP12_NS macro
Dstm32u575xx.h2713 #define COMP12 COMP12_S macro
3152 #define COMP12 COMP12_NS macro
Dstm32u585xx.h2846 #define COMP12 COMP12_S macro
3325 #define COMP12 COMP12_NS macro
Dstm32u595xx.h2817 #define COMP12 COMP12_S macro
3280 #define COMP12 COMP12_NS macro
Dstm32u5a5xx.h2950 #define COMP12 COMP12_S macro
3453 #define COMP12 COMP12_NS macro
Dstm32u5f7xx.h3042 #define COMP12 COMP12_S macro
3544 #define COMP12 COMP12_NS macro
Dstm32u599xx.h3047 #define COMP12 COMP12_S macro
3539 #define COMP12 COMP12_NS macro
Dstm32u5g7xx.h3175 #define COMP12 COMP12_S macro
3717 #define COMP12 COMP12_NS macro
Dstm32u5f9xx.h3158 #define COMP12 COMP12_S macro
3662 #define COMP12 COMP12_NS macro
Dstm32u5a9xx.h3180 #define COMP12 COMP12_S macro
3712 #define COMP12 COMP12_NS macro
Dstm32u5g9xx.h3291 #define COMP12 COMP12_S macro
3835 #define COMP12 COMP12_NS macro
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h2360 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
Dstm32h7b0xx.h2480 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
Dstm32h7b0xxq.h2481 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
Dstm32h7a3xxq.h2361 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
Dstm32h7b3xx.h2480 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
Dstm32h7b3xxq.h2481 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
Dstm32h730xxq.h2589 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
Dstm32h733xx.h2588 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
Dstm32h725xx.h2469 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro
Dstm32h730xx.h2588 #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) macro

12