Home
last modified time | relevance | path

Searched refs:COMP_BASE (Results 1 – 25 of 55) sorted by relevance

123

/bsp/lm4f232/Libraries/driverlib/
A Dcomp.c104 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 Dcomp.c104 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 Dcomp.c104 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 Dcomp.c115 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 Dcomp.c118 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 Dcomp.c118 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 Dhal_comp.c46 *(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 DHAL_comp.c186 *(__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 Dreg_comp.h46 #define COMP_BASE (APB2PERIPH_BASE + 0x4000) ///< Base Address: … macro
85 #define COMP ((COMP_TypeDef*) COMP_BASE)
/bsp/lm4f232/Libraries/inc/
A Dhw_memmap.h80 #define COMP_BASE 0x4003C000 // Analog comparators macro
/bsp/lm3s8962/Libraries/inc/
A Dhw_memmap.h80 #define COMP_BASE 0x4003C000 // Analog comparators macro
/bsp/lm3s9b9x/Libraries/inc/
A Dhw_memmap.h80 #define COMP_BASE 0x4003C000 // Analog comparators macro
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/
A Dhw_memmap.h91 #define COMP_BASE 0x4003C000 // Analog comparators macro
/bsp/tm4c129x/libraries/inc/
A Dhw_memmap.h91 #define COMP_BASE 0x4003C000 // Analog comparators macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_comp.h69 ((~((uint32_t)(__COMP_INSTANCE__) - COMP_BASE)) & 0x00000001)
78 ((uint32_t)(__COMP_INSTANCE__) - COMP_BASE)
/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DACM32F0x0.h626 #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 DACM32F4.h707 #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 Dstm32l100xb.h599 #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 Dstm32l100xba.h599 #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 Dstm32l151xb.h598 #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 Dstm32l151xba.h598 #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 Dstm32l152xb.h614 #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 Dstm32l152xba.h599 #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 Dstm32l100xc.h628 #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 Dft32f030x6.h673 #define COMP_BASE (APBPERIPH_BASE + 0x00010000) macro
734 #define COMP ((COMP_TypeDef *) COMP_BASE)

Completed in 934 milliseconds

123