Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_comp.c60 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument
61 (((__COMP_INSTANCE__) == COMP1) \
104 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument
105 (((__COMP_INSTANCE__) == COMP1) \
142 #define IS_LL_COMP_INPUT_MINUS(__COMP_INSTANCE__, __INPUT_MINUS__) \ argument
143 (((__COMP_INSTANCE__) == COMP1) \
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_comp.h68 #define __COMP_IS_INSTANCE_ODD(__COMP_INSTANCE__) \ argument
69 ((~((uint32_t)(__COMP_INSTANCE__) - COMP_BASE)) & 0x00000001)
77 #define __COMP_IS_INSTANCE_EVEN(__COMP_INSTANCE__) \ argument
78 ((uint32_t)(__COMP_INSTANCE__) - COMP_BASE)

Completed in 15 milliseconds