Home
last modified time | relevance | path

Searched refs:COMP1 (Results 1 – 21 of 21) sorted by relevance

/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_comp.c50 #if defined (COMP1) || defined (COMP2)
78 (((__COMP_INSTANCE__) == COMP1) \
167 if(COMPx == COMP1) in LL_COMP_DeInit()
244 if(COMPx == COMP1) in LL_COMP_Init()
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_comp.h273 #define __HAL_COMP_ENABLE(__HANDLE__) (((__HANDLE__)->Instance == COMP1) ? \
282 #define __HAL_COMP_DISABLE(__HANDLE__) (((__HANDLE__)->Instance == COMP1) ? \
291 #define __HAL_COMP_LOCK(__HANDLE__) (((__HANDLE__)->Instance == COMP1) ? \
568 #define COMP_GET_EXTI_LINE(__INSTANCE__) (((__INSTANCE__) == COMP1) ? COMP_EXTI_LINE_CO…
A Dstm32f0xx_ll_comp.h51 #if defined (COMP1) || defined (COMP2)
68 #define COMPX (COMP1 - COMP2)
/external/arch/arm/arm-m/CMSIS/Include/
A Dcore_cm3.h860 __IOM uint32_t COMP1; /*!< Offset: 0x030 (R/W) Comparator Register 1 */ member
A Dcore_sc300.h845 __IOM uint32_t COMP1; /*!< Offset: 0x030 (R/W) Comparator Register 1 */ member
A Dcore_cm4.h918 __IOM uint32_t COMP1; /*!< Offset: 0x030 (R/W) Comparator Register 1 */ member
A Dcore_armv8mbl.h621 __IOM uint32_t COMP1; /*!< Offset: 0x030 (R/W) Comparator Register 1 */ member
A Dcore_cm23.h621 __IOM uint32_t COMP1; /*!< Offset: 0x030 (R/W) Comparator Register 1 */ member
A Dcore_cm7.h1142 __IOM uint32_t COMP1; /*!< Offset: 0x030 (R/W) Comparator Register 1 */ member
A Dcore_cm33.h1128 __IOM uint32_t COMP1; /*!< Offset: 0x030 (R/W) Comparator Register 1 */ member
A Dcore_cm35p.h1128 __IOM uint32_t COMP1; /*!< Offset: 0x030 (R/W) Comparator Register 1 */ member
A Dcore_armv8mml.h1128 __IOM uint32_t COMP1; /*!< Offset: 0x030 (R/W) Comparator Register 1 */ member
A Dcore_armv81mml.h1190 __IOM uint32_t COMP1; /*!< Offset: 0x030 (R/W) Comparator Register 1 */ member
A Dcore_cm55.h1190 __IOM uint32_t COMP1; /*!< Offset: 0x030 (R/W) Comparator Register 1 */ member
/external/platform/stm32f0xx/CMSIS/inc/
A Dstm32f058xx.h619 #define COMP1 ((COMP_TypeDef *) COMP_BASE) macro
6397 #define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
6402 #define IS_COMP_DAC1SWITCH_INSTANCE(INSTANCE) ((INSTANCE) == COMP1)
A Dstm32f051x8.h620 #define COMP1 ((COMP_TypeDef *) COMP_BASE) macro
6428 #define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
6433 #define IS_COMP_DAC1SWITCH_INSTANCE(INSTANCE) ((INSTANCE) == COMP1)
A Dstm32f071xb.h651 #define COMP1 ((COMP_TypeDef *) COMP_BASE) macro
6993 #define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
6998 #define IS_COMP_DAC1SWITCH_INSTANCE(INSTANCE) ((INSTANCE) == COMP1)
A Dstm32f072xb.h754 #define COMP1 ((COMP_TypeDef *) COMP_BASE) macro
10910 #define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
10915 #define IS_COMP_DAC1SWITCH_INSTANCE(INSTANCE) ((INSTANCE) == COMP1)
A Dstm32f078xx.h754 #define COMP1 ((COMP_TypeDef *) COMP_BASE) macro
10880 #define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
10885 #define IS_COMP_DAC1SWITCH_INSTANCE(INSTANCE) ((INSTANCE) == COMP1)
A Dstm32f091xc.h728 #define COMP1 ((COMP_TypeDef *) COMP_BASE) macro
11445 #define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
11450 #define IS_COMP_DAC1SWITCH_INSTANCE(INSTANCE) ((INSTANCE) == COMP1)
A Dstm32f098xx.h728 #define COMP1 ((COMP_TypeDef *) COMP_BASE) macro
11412 #define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \
11417 #define IS_COMP_DAC1SWITCH_INSTANCE(INSTANCE) ((INSTANCE) == COMP1)

Completed in 1141 milliseconds