Home
last modified time | relevance | path

Searched refs:COMP23_COMMON (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_comp.h325 … (COMP23_COMMON) \
381 if (COMPxy_COMMON == COMP23_COMMON) in LL_COMP_SetCommonWindowMode()
432 if (COMPxy_COMMON == COMP23_COMMON) in LL_COMP_GetCommonWindowMode()
478 if (COMPxy_COMMON == COMP23_COMMON) in LL_COMP_SetCommonWindowOutput()
537 if (COMPxy_COMMON == COMP23_COMMON) in LL_COMP_GetCommonWindowOutput()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_comp.c333 comp_common_odd = &(COMP23_COMMON->CSR_EVEN); in HAL_COMP_Init()
334 comp_common_even = &(COMP23_COMMON->CSR_ODD); in HAL_COMP_Init()
888 comparator_window_mode = READ_BIT(COMP23_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
893 comparator_window_mode = READ_BIT(COMP23_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g0c1xx.h969 #define COMP23_COMMON ((COMP_Common_TypeDef *) COMP2_BASE) macro
11051 ((COMMON_INSTANCE) == COMP23_COMMON))
Dstm32g0b1xx.h925 #define COMP23_COMMON ((COMP_Common_TypeDef *) COMP2_BASE) macro
10745 ((COMMON_INSTANCE) == COMP23_COMMON))