Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_comp_ex.h183 #define IS_COMP_NONINVERTINGINPUT(INPUT) (((INPUT) == COMP_NONINVERTINGINPUT_PB4) || \ argument
184 ((INPUT) == COMP_NONINVERTINGINPUT_PB5) || \
185 ((INPUT) == COMP_NONINVERTINGINPUT_PB6) || \
186 ((INPUT) == COMP_NONINVERTINGINPUT_PB7) || \
187 ((INPUT) == COMP_NONINVERTINGINPUT_NONE) || \
188 ((INPUT) == COMP_NONINVERTINGINPUT_PA0) || \
189 ((INPUT) == COMP_NONINVERTINGINPUT_PA1) || \
190 ((INPUT) == COMP_NONINVERTINGINPUT_PA2) || \
191 ((INPUT) == COMP_NONINVERTINGINPUT_PA3) || \
192 ((INPUT) == COMP_NONINVERTINGINPUT_PA4) || \
[all …]
Dstm32l1xx_hal_opamp_ex.h176 #define IS_OPAMP_NONINVERTING_INPUT_CHECK_INSTANCE(__HANDLE__, INPUT) \ argument
180 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \
181 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH1) \
187 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \
188 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH1) || \
189 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH2) \
193 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \
194 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH2) \
205 #define IS_OPAMP_NONINVERTING_INPUT_CHECK_INSTANCE(__HANDLE__, INPUT) \
209 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \
[all …]
Dstm32l1xx_hal_comp.h167 #define IS_COMP_INVERTINGINPUT(INPUT) (((INPUT) == COMP_INVERTINGINPUT_IO) || \ argument
168 ((INPUT) == COMP_INVERTINGINPUT_VREFINT) || \
169 ((INPUT) == COMP_INVERTINGINPUT_3_4VREFINT) || \
170 ((INPUT) == COMP_INVERTINGINPUT_1_2VREFINT) || \
171 ((INPUT) == COMP_INVERTINGINPUT_1_4VREFINT) || \
172 ((INPUT) == COMP_INVERTINGINPUT_DAC1) || \
173 ((INPUT) == COMP_INVERTINGINPUT_DAC2) )
253 #define IS_COMP_NONINVERTINGINPUTPULL(INPUT) (((INPUT) == COMP_NONINVERTINGINPUT_NOPULL) || \ argument
254 ((INPUT) == COMP_NONINVERTINGINPUT_10KPU) || \
255 ((INPUT) == COMP_NONINVERTINGINPUT_10KPD) || \
[all …]
Dstm32l1xx_hal_opamp.h441 #define IS_OPAMP_FUNCTIONAL_NORMALMODE(INPUT) (((INPUT) == OPAMP_STANDALONE_MODE) || \ argument
442 ((INPUT) == OPAMP_FOLLOWER_MODE))
444 #define IS_OPAMP_INVERTING_INPUT(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
445 ((INPUT) == OPAMP_INVERTINGINPUT_IO1) )
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_opamp.h333 #define IS_OPAMP_FUNCTIONAL_NORMALMODE(INPUT) (((INPUT) == OPAMP_STANDALONE_MODE) || \ argument
334 ((INPUT) == OPAMP_PGA_MODE) || \
335 ((INPUT) == OPAMP_FOLLOWER_MODE))
340 #define IS_OPAMP_INVERTING_INPUT_STANDALONE(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
341 ((INPUT) == OPAMP_INVERTINGINPUT_IO1))
349 #define IS_OPAMP_INVERTING_INPUT_STANDALONE(INPUT) ((INPUT) == OPAMP_INVERTINGINPUT_IO0) argument
355 #define IS_OPAMP_NONINVERTING_INPUT(INPUT) ((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) argument
363 #define IS_OPAMP_NONINVERTING_INPUT(INPUT) (((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \ argument
364 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH))
374 #define IS_OPAMP_INVERTING_INPUT_PGA(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
[all …]
Dstm32l4xx_hal_dfsdm.h769 #define IS_DFSDM_CHANNEL_INPUT(INPUT) (((INPUT) == DFSDM_CHANNEL_EXTERNAL_INPUTS) |… argument
770 ((INPUT) == DFSDM_CHANNEL_ADC_OUTPUT) || \
771 ((INPUT) == DFSDM_CHANNEL_INTERNAL_REGISTER))
773 #define IS_DFSDM_CHANNEL_INPUT(INPUT) (((INPUT) == DFSDM_CHANNEL_EXTERNAL_INPUTS) |… argument
774 ((INPUT) == DFSDM_CHANNEL_INTERNAL_REGISTER))