Home
last modified time | relevance | path

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

/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_comp.h321 (COMP23_COMMON) \
375 if(COMPxy_COMMON == COMP23_COMMON) in LL_COMP_SetCommonWindowMode()
424 if(COMPxy_COMMON == COMP23_COMMON) in LL_COMP_GetCommonWindowMode()
469 if(COMPxy_COMMON == COMP23_COMMON) in LL_COMP_SetCommonWindowOutput()
528 if(COMPxy_COMMON == COMP23_COMMON) in LL_COMP_GetCommonWindowOutput()
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_comp.c334 comp_common_odd = &(COMP23_COMMON->CSR_EVEN); in HAL_COMP_Init()
335 comp_common_even = &(COMP23_COMMON->CSR_ODD); in HAL_COMP_Init()
887 comparator_window_mode = READ_BIT(COMP23_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
892 comparator_window_mode = READ_BIT(COMP23_COMMON->CSR_EVEN, COMP_CSR_WINMODE); in HAL_COMP_IRQHandler()
/hal_stm32-2.7.6/stm32cube/stm32g0xx/soc/
Dstm32g0c1xx.h968 #define COMP23_COMMON ((COMP_Common_TypeDef *) COMP2_BASE) macro
10956 ((COMMON_INSTANCE) == COMP23_COMMON))
Dstm32g0b1xx.h924 #define COMP23_COMMON ((COMP_Common_TypeDef *) COMP2_BASE) macro
10650 ((COMMON_INSTANCE) == COMP23_COMMON))