Searched refs:COMP_BASE (Results 1 – 10 of 10) sorted by relevance
119 ASSERT(ulBase == COMP_BASE); in ComparatorConfigure()177 ASSERT(ulBase == COMP_BASE); in ComparatorRefSet()204 ASSERT(ulBase == COMP_BASE); in ComparatorValueGet()248 ASSERT(ulBase == COMP_BASE); in ComparatorIntRegister()290 ASSERT(ulBase == COMP_BASE); in ComparatorIntUnregister()329 ASSERT(ulBase == COMP_BASE); in ComparatorIntEnable()358 ASSERT(ulBase == COMP_BASE); in ComparatorIntDisable()390 ASSERT(ulBase == COMP_BASE); in ComparatorIntStatus()437 ASSERT(ulBase == COMP_BASE); in ComparatorIntClear()
67 #define COMPX_BASE COMP_BASE89 ((~(((uint32_t)(__COMP_INSTANCE__) - COMP_BASE) >> 1U)) & 0x00000001)98 (((uint32_t)(__COMP_INSTANCE__) - COMP_BASE) >> 1U)111 (((uint32_t)(__COMP_INSTANCE__) - COMP_BASE) << 3U)
95 #define COMP_BASE 0x4003C000 // Analog comparators macro
561 #define COMP_BASE (APBPERIPH_BASE + 0x0001001C) macro619 #define COMP1 ((COMP_TypeDef *) COMP_BASE)620 #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000002))621 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE)622 #define COMP ((COMP1_2_TypeDef *) COMP_BASE) /* Kept for legacy purpose */
562 #define COMP_BASE (APBPERIPH_BASE + 0x0001001C) macro620 #define COMP1 ((COMP_TypeDef *) COMP_BASE)621 #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000002))622 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE)623 #define COMP ((COMP1_2_TypeDef *) COMP_BASE) /* Kept for legacy purpose */
586 #define COMP_BASE (APBPERIPH_BASE + 0x0001001C) macro651 #define COMP1 ((COMP_TypeDef *) COMP_BASE)652 #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000002))653 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE)654 #define COMP ((COMP1_2_TypeDef *) COMP_BASE) /* Kept for legacy purpose */
688 #define COMP_BASE (APBPERIPH_BASE + 0x0001001C) macro754 #define COMP1 ((COMP_TypeDef *) COMP_BASE)755 #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000002))756 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE)757 #define COMP ((COMP1_2_TypeDef *) COMP_BASE) /* Kept for legacy purpose */
652 #define COMP_BASE (APBPERIPH_BASE + 0x0001001C) macro728 #define COMP1 ((COMP_TypeDef *) COMP_BASE)729 #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000002))730 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE)731 #define COMP ((COMP1_2_TypeDef *) COMP_BASE) /* Kept for legacy purpose */
Completed in 405 milliseconds