Home
last modified time | relevance | path

Searched refs:__INPUT_PLUS__ (Results 1 – 1 of 1) 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
63 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO5) \
64 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO6) \
65 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO7) \
66 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO8) \
67 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO9) \
68 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO10) \
69 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO11) \
70 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO12) \
71 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO13) \
[all …]

Completed in 4 milliseconds