Home
last modified time | relevance | path

Searched refs:__COMP_IS_INSTANCE_EVEN (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_comp.h76 #define __COMP_IS_INSTANCE_EVEN(__COMP_INSTANCE__) \ macro
474 …uint32_t *preg = ((uint32_t *)((uint32_t) ((uint32_t)(&(RI->ASCR1)) + ((__COMP_IS_INSTANCE_EVEN(CO… in LL_COMP_SetInputPlus()
477 … (RI_ASCR1_CH * __COMP_IS_INSTANCE_ODD(COMPx)) | (RI_ASCR2_GR6 * __COMP_IS_INSTANCE_EVEN(COMPx)), in LL_COMP_SetInputPlus()
537 …uint32_t *preg = ((uint32_t *)((uint32_t) ((uint32_t)(&(RI->ASCR1)) + ((__COMP_IS_INSTANCE_EVEN(CO… in LL_COMP_GetInputPlus()
540 … (RI_ASCR1_CH * __COMP_IS_INSTANCE_ODD(COMPx)) | (RI_ASCR2_GR6 * __COMP_IS_INSTANCE_EVEN(COMPx)))); in LL_COMP_GetInputPlus()
568 COMP_CSR_INSEL * __COMP_IS_INSTANCE_EVEN(COMPx), in LL_COMP_SetInputMinus()
569 InputMinus * __COMP_IS_INSTANCE_EVEN(COMPx)); in LL_COMP_SetInputMinus()
595 return (uint32_t)((READ_BIT(COMP->CSR, COMP_CSR_INSEL) * __COMP_IS_INSTANCE_EVEN(COMPx)) in LL_COMP_GetInputMinus()
652 | (LL_COMP_INPUT_MINUS_PULL_NO * __COMP_IS_INSTANCE_EVEN(COMPx))); in LL_COMP_GetInputPullingResistor()
690 COMP_CSR_OUTSEL * __COMP_IS_INSTANCE_EVEN(COMPx), in LL_COMP_SetOutputSelection()
[all …]
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_comp.h80 #define __COMP_IS_INSTANCE_EVEN(__COMP_INSTANCE__) \ macro
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_comp.h1466 #define __COMP_IS_INSTANCE_EVEN(__COMP_INSTANCE__) \ macro