Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_comp.h68 #define __COMP_IS_INSTANCE_ODD(__COMP_INSTANCE__) \ macro
478 … (RI_ASCR1_CH * __COMP_IS_INSTANCE_ODD(COMPx)) | (RI_ASCR2_GR6 * __COMP_IS_INSTANCE_EVEN(COMPx)), in LL_COMP_SetInputPlus()
479 InputPlus | ((RI_ASCR1_VCOMP | RI_ASCR1_SCM) * __COMP_IS_INSTANCE_ODD(COMPx))); in LL_COMP_SetInputPlus()
541 … (RI_ASCR1_CH * __COMP_IS_INSTANCE_ODD(COMPx)) | (RI_ASCR2_GR6 * __COMP_IS_INSTANCE_EVEN(COMPx)))); in LL_COMP_GetInputPlus()
597 | (LL_COMP_INPUT_MINUS_VREFINT * __COMP_IS_INSTANCE_ODD(COMPx))); in LL_COMP_GetInputMinus()
623 …MP_CSR_10KPU | COMP_CSR_400KPU | COMP_CSR_10KPD | COMP_CSR_400KPD) * __COMP_IS_INSTANCE_ODD(COMPx), in LL_COMP_SetInputPullingResistor()
624 InputPullingResistor * __COMP_IS_INSTANCE_ODD(COMPx)); in LL_COMP_SetInputPullingResistor()
721 | (LL_COMP_OUTPUT_NONE * __COMP_IS_INSTANCE_ODD(COMPx))); in LL_COMP_GetOutputSelection()
752 SET_BIT(COMP->CSR, __COMP_IS_INSTANCE_ODD(COMPx) << LL_COMP_ENABLE_COMP1_BITOFFSET_POS); in LL_COMP_Enable()
770 …CLEAR_BIT(COMP->CSR, (COMP_CSR_CMP1EN * __COMP_IS_INSTANCE_ODD(COMPx)) | (COMP_CSR_INSEL * __COMP_… in LL_COMP_Disable()
[all …]

Completed in 6 milliseconds