Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_comp.c76 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument
79 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO5) \
80 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO6) \
81 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO7) \
82 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO8) \
83 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO9) \
84 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO10) \
85 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO11) \
86 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO12) \
87 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO13) \
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_comp.c74 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument
77 (__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1 \
81 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \
82 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \
83 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) \
84 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO4) \
85 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO5) \
86 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO6) \
90 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument
93 (__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1 \
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_comp.h526 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument
529 (__INPUT_PLUS__) == COMP_INPUT_PLUS_IO1 \
533 ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO1) \
534 || ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) \
535 || ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3) \
536 || ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO4) \
537 || ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO5) \
538 || ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO6) \
542 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument
545 (__INPUT_PLUS__) == COMP_INPUT_PLUS_IO1 \
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_comp.c79 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument
80 ( ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \
81 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \
82 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) \
85 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument
86 ( ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \
87 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_comp.h613 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS… argument
614 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
615 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3))
617 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS… argument
618 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2))