| /bsp/lm4f232/Libraries/driverlib/ |
| A D | comp.c | 104 ASSERT(ulBase == COMP_BASE); in ComparatorConfigure() 162 ASSERT(ulBase == COMP_BASE); in ComparatorRefSet() 189 ASSERT(ulBase == COMP_BASE); in ComparatorValueGet() 233 ASSERT(ulBase == COMP_BASE); in ComparatorIntRegister() 275 ASSERT(ulBase == COMP_BASE); in ComparatorIntUnregister() 314 ASSERT(ulBase == COMP_BASE); in ComparatorIntEnable() 343 ASSERT(ulBase == COMP_BASE); in ComparatorIntDisable() 375 ASSERT(ulBase == COMP_BASE); in ComparatorIntStatus() 422 ASSERT(ulBase == COMP_BASE); in ComparatorIntClear()
|
| /bsp/lm3s9b9x/Libraries/driverlib/ |
| A D | comp.c | 104 ASSERT(ulBase == COMP_BASE); in ComparatorConfigure() 162 ASSERT(ulBase == COMP_BASE); in ComparatorRefSet() 189 ASSERT(ulBase == COMP_BASE); in ComparatorValueGet() 233 ASSERT(ulBase == COMP_BASE); in ComparatorIntRegister() 275 ASSERT(ulBase == COMP_BASE); in ComparatorIntUnregister() 314 ASSERT(ulBase == COMP_BASE); in ComparatorIntEnable() 343 ASSERT(ulBase == COMP_BASE); in ComparatorIntDisable() 375 ASSERT(ulBase == COMP_BASE); in ComparatorIntStatus() 422 ASSERT(ulBase == COMP_BASE); in ComparatorIntClear()
|
| /bsp/lm3s8962/Libraries/driverlib/ |
| A D | comp.c | 104 ASSERT(ulBase == COMP_BASE); in ComparatorConfigure() 162 ASSERT(ulBase == COMP_BASE); in ComparatorRefSet() 189 ASSERT(ulBase == COMP_BASE); in ComparatorValueGet() 233 ASSERT(ulBase == COMP_BASE); in ComparatorIntRegister() 275 ASSERT(ulBase == COMP_BASE); in ComparatorIntUnregister() 314 ASSERT(ulBase == COMP_BASE); in ComparatorIntEnable() 343 ASSERT(ulBase == COMP_BASE); in ComparatorIntDisable() 375 ASSERT(ulBase == COMP_BASE); in ComparatorIntStatus() 422 ASSERT(ulBase == COMP_BASE); in ComparatorIntClear()
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/ |
| A D | comp.c | 115 ASSERT(ui32Base == COMP_BASE); in ComparatorConfigure() 173 ASSERT(ui32Base == COMP_BASE); in ComparatorRefSet() 200 ASSERT(ui32Base == COMP_BASE); in ComparatorValueGet() 245 ASSERT(ui32Base == COMP_BASE); in ComparatorIntRegister() 287 ASSERT(ui32Base == COMP_BASE); in ComparatorIntUnregister() 326 ASSERT(ui32Base == COMP_BASE); in ComparatorIntEnable() 355 ASSERT(ui32Base == COMP_BASE); in ComparatorIntDisable() 386 ASSERT(ui32Base == COMP_BASE); in ComparatorIntStatus() 435 ASSERT(ui32Base == COMP_BASE); in ComparatorIntClear()
|
| /bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/ |
| A D | comp.c | 118 ASSERT(ui32Base == COMP_BASE); in ComparatorConfigure() 176 ASSERT(ui32Base == COMP_BASE); in ComparatorRefSet() 203 ASSERT(ui32Base == COMP_BASE); in ComparatorValueGet() 248 ASSERT(ui32Base == COMP_BASE); in ComparatorIntRegister() 290 ASSERT(ui32Base == COMP_BASE); in ComparatorIntUnregister() 329 ASSERT(ui32Base == COMP_BASE); in ComparatorIntEnable() 358 ASSERT(ui32Base == COMP_BASE); in ComparatorIntDisable() 389 ASSERT(ui32Base == COMP_BASE); in ComparatorIntStatus() 438 ASSERT(ui32Base == COMP_BASE); in ComparatorIntClear()
|
| /bsp/tm4c129x/libraries/driverlib/ |
| A D | comp.c | 118 ASSERT(ui32Base == COMP_BASE); in ComparatorConfigure() 176 ASSERT(ui32Base == COMP_BASE); in ComparatorRefSet() 203 ASSERT(ui32Base == COMP_BASE); in ComparatorValueGet() 248 ASSERT(ui32Base == COMP_BASE); in ComparatorIntRegister() 290 ASSERT(ui32Base == COMP_BASE); in ComparatorIntUnregister() 329 ASSERT(ui32Base == COMP_BASE); in ComparatorIntEnable() 358 ASSERT(ui32Base == COMP_BASE); in ComparatorIntDisable() 389 ASSERT(ui32Base == COMP_BASE); in ComparatorIntStatus() 438 ASSERT(ui32Base == COMP_BASE); in ComparatorIntClear()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_comp.c | 46 *(vu32*)(COMP_BASE + selection) = 0; in COMP_DeInit() 69 *(vu32*)(COMP_BASE + selection) = init_struct->Invert | in COMP_Init() 113 (state) ? (*(vu32*)(COMP_BASE + selection) |= COMP_CSR_EN) : in COMP_Cmd() 114 (*(vu32*)(COMP_BASE + selection) &= ~COMP_CSR_EN); in COMP_Cmd() 147 (*(vu32*)(COMP_BASE + selection) |= COMP_CSR_COMPSW1) : in COMP_SwitchCmd() 148 (*(vu32*)(COMP_BASE + selection) &= ~COMP_CSR_COMPSW1); in COMP_SwitchCmd() 170 return (((*(vu32*)(COMP_BASE + selection) & COMP_CSR_STA) != 0) ? in COMP_GetOutputLevel() 183 *(vu32*)(COMP_BASE + selection) |= COMP_CSR_LOCK; in COMP_LockConfig()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_comp.c | 186 *(__IO uint32_t *) (COMP_BASE + COMP_Selection) = ((uint32_t)0x00000000); in COMP_DeInit() 226 tmpreg = *(__IO uint32_t *) (COMP_BASE + COMP_Selection); in COMP_Init() 244 *(__IO uint32_t *) (COMP_BASE + COMP_Selection) = tmpreg; in COMP_Init() 289 *(__IO uint32_t *) (COMP_BASE + COMP_Selection) |= (uint32_t) (COMP_CSR_COMPxEN); in COMP_Cmd() 294 *(__IO uint32_t *) (COMP_BASE + COMP_Selection) &= (uint32_t)(~COMP_CSR_COMPxEN); in COMP_Cmd() 318 *(__IO uint32_t *) (COMP_BASE + COMP_Selection) |= (uint32_t) (COMP_CSR_COMP1SW1); in COMP_SwitchCmd() 323 *(__IO uint32_t *) (COMP_BASE + COMP_Selection) &= (uint32_t)(~COMP_CSR_COMP1SW1); in COMP_SwitchCmd() 354 if ((*(__IO uint32_t *) (COMP_BASE + COMP_Selection) & (COMP_CSR_COMPxOUT)) != 0) in COMP_GetOutputLevel() 401 *(__IO uint32_t *) (COMP_BASE + COMP_Selection) |= (uint32_t) (COMP_CSR_COMPxLOCK); in COMP_LockConfig()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_comp.h | 46 #define COMP_BASE (APB2PERIPH_BASE + 0x4000) ///< Base Address: … macro 85 #define COMP ((COMP_TypeDef*) COMP_BASE)
|
| /bsp/lm4f232/Libraries/inc/ |
| A D | hw_memmap.h | 80 #define COMP_BASE 0x4003C000 // Analog comparators macro
|
| /bsp/lm3s8962/Libraries/inc/ |
| A D | hw_memmap.h | 80 #define COMP_BASE 0x4003C000 // Analog comparators macro
|
| /bsp/lm3s9b9x/Libraries/inc/ |
| A D | hw_memmap.h | 80 #define COMP_BASE 0x4003C000 // Analog comparators macro
|
| /bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/ |
| A D | hw_memmap.h | 91 #define COMP_BASE 0x4003C000 // Analog comparators macro
|
| /bsp/tm4c129x/libraries/inc/ |
| A D | hw_memmap.h | 91 #define COMP_BASE 0x4003C000 // Analog comparators macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_comp.h | 69 ((~((uint32_t)(__COMP_INSTANCE__) - COMP_BASE)) & 0x00000001) 78 ((uint32_t)(__COMP_INSTANCE__) - COMP_BASE)
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/Device/ |
| A D | ACM32F0x0.h | 626 #define COMP_BASE (APB2PERIPH_BASE + 0x00000200UL) macro 648 #undef COMP_BASE 656 #define COMP_BASE 0x40010200 macro 702 #define COMP ((COMP_TypeDef *)COMP_BASE)
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/Device/ |
| A D | ACM32F4.h | 707 #define COMP_BASE (APB2PERIPH_BASE + 0x00000200UL) macro 775 #define COMP ((COMP_TypeDef *)COMP_BASE)
|
| /bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/ |
| A D | stm32l100xb.h | 599 #define COMP_BASE (APB1PERIPH_BASE + 0x00007C00UL) macro 666 #define COMP ((COMP_TypeDef *) COMP_BASE) /* COMP generic instance i… 667 #define COMP1 ((COMP_TypeDef *) COMP_BASE) /* COMP1 instance definiti… 668 #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000001U)) /* COMP2 instance definiti… 669 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE) /* COMP common instance de…
|
| A D | stm32l100xba.h | 599 #define COMP_BASE (APB1PERIPH_BASE + 0x00007C00UL) macro 666 #define COMP ((COMP_TypeDef *) COMP_BASE) /* COMP generic instance i… 667 #define COMP1 ((COMP_TypeDef *) COMP_BASE) /* COMP1 instance definiti… 668 #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000001U)) /* COMP2 instance definiti… 669 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE) /* COMP common instance de…
|
| A D | stm32l151xb.h | 598 #define COMP_BASE (APB1PERIPH_BASE + 0x00007C00UL) macro 665 #define COMP ((COMP_TypeDef *) COMP_BASE) /* COMP generic instance i… 666 #define COMP1 ((COMP_TypeDef *) COMP_BASE) /* COMP1 instance definiti… 667 #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000001U)) /* COMP2 instance definiti… 668 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE) /* COMP common instance de…
|
| A D | stm32l151xba.h | 598 #define COMP_BASE (APB1PERIPH_BASE + 0x00007C00UL) macro 665 #define COMP ((COMP_TypeDef *) COMP_BASE) /* COMP generic instance i… 666 #define COMP1 ((COMP_TypeDef *) COMP_BASE) /* COMP1 instance definiti… 667 #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000001U)) /* COMP2 instance definiti… 668 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE) /* COMP common instance de…
|
| A D | stm32l152xb.h | 614 #define COMP_BASE (APB1PERIPH_BASE + 0x00007C00UL) macro 682 #define COMP ((COMP_TypeDef *) COMP_BASE) /* COMP generic instance i… 683 #define COMP1 ((COMP_TypeDef *) COMP_BASE) /* COMP1 instance definiti… 684 #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000001U)) /* COMP2 instance definiti… 685 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE) /* COMP common instance de…
|
| A D | stm32l152xba.h | 599 #define COMP_BASE (APB1PERIPH_BASE + 0x00007C00UL) macro 667 #define COMP ((COMP_TypeDef *) COMP_BASE) /* COMP generic instance i… 668 #define COMP1 ((COMP_TypeDef *) COMP_BASE) /* COMP1 instance definiti… 669 #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000001U)) /* COMP2 instance definiti… 670 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE) /* COMP common instance de…
|
| A D | stm32l100xc.h | 628 #define COMP_BASE (APB1PERIPH_BASE + 0x00007C00UL) macro 702 #define COMP ((COMP_TypeDef *) COMP_BASE) /* COMP generic instance i… 703 #define COMP1 ((COMP_TypeDef *) COMP_BASE) /* COMP1 instance definiti… 704 #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000001U)) /* COMP2 instance definiti… 705 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE) /* COMP common instance de…
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 673 #define COMP_BASE (APBPERIPH_BASE + 0x00010000) macro 734 #define COMP ((COMP_TypeDef *) COMP_BASE)
|