Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_comp.h67 #define __COMP_IS_INSTANCE_ODD(__COMP_INSTANCE__) \ macro
477 … (RI_ASCR1_CH * __COMP_IS_INSTANCE_ODD(COMPx)) | (RI_ASCR2_GR6 * __COMP_IS_INSTANCE_EVEN(COMPx)), in LL_COMP_SetInputPlus()
478 InputPlus | ((RI_ASCR1_VCOMP | RI_ASCR1_SCM) * __COMP_IS_INSTANCE_ODD(COMPx))); in LL_COMP_SetInputPlus()
540 … (RI_ASCR1_CH * __COMP_IS_INSTANCE_ODD(COMPx)) | (RI_ASCR2_GR6 * __COMP_IS_INSTANCE_EVEN(COMPx)))); in LL_COMP_GetInputPlus()
596 | (LL_COMP_INPUT_MINUS_VREFINT * __COMP_IS_INSTANCE_ODD(COMPx))); in LL_COMP_GetInputMinus()
622 …MP_CSR_10KPU | COMP_CSR_400KPU | COMP_CSR_10KPD | COMP_CSR_400KPD) * __COMP_IS_INSTANCE_ODD(COMPx), in LL_COMP_SetInputPullingResistor()
623 InputPullingResistor * __COMP_IS_INSTANCE_ODD(COMPx)); in LL_COMP_SetInputPullingResistor()
651 …P_CSR_10KPU | COMP_CSR_400KPU | COMP_CSR_10KPD | COMP_CSR_400KPD)) * __COMP_IS_INSTANCE_ODD(COMPx)) in LL_COMP_GetInputPullingResistor()
720 | (LL_COMP_OUTPUT_NONE * __COMP_IS_INSTANCE_ODD(COMPx))); in LL_COMP_GetOutputSelection()
751 SET_BIT(COMP->CSR, __COMP_IS_INSTANCE_ODD(COMPx) << LL_COMP_ENABLE_COMP1_BITOFFSET_POS); in LL_COMP_Enable()
[all …]
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_comp.h71 #define __COMP_IS_INSTANCE_ODD(__COMP_INSTANCE__) \ macro
448 …(COMP_CSR_COMP1INSEL | (COMP_CSR_COMP1SW1 * __COMP_IS_INSTANCE_ODD(COMPx))) << __COMP_BITOFFSET_IN… in LL_COMP_ConfigInputs()
473 … (COMP_CSR_COMP1SW1 * __COMP_IS_INSTANCE_ODD(COMPx)) << __COMP_BITOFFSET_INSTANCE(COMPx), in LL_COMP_SetInputPlus()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_comp.h1457 #define __COMP_IS_INSTANCE_ODD(__COMP_INSTANCE__) \ macro
1865 …(COMP_CSR_COMP1INSEL | (COMP_CSR_COMP1SW1 * __COMP_IS_INSTANCE_ODD(COMPx))) << __COMP_BITOFFSET_IN… in LL_COMP_ConfigInputs()
1890 … (COMP_CSR_COMP1SW1 * __COMP_IS_INSTANCE_ODD(COMPx)) << __COMP_BITOFFSET_INSTANCE(COMPx), in LL_COMP_SetInputPlus()