Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_comp_ex.h166 #define IS_COMP_NONINVERTINGINPUT(INPUT) (((INPUT) == COMP_NONINVERTINGINPUT_PB4) || \ argument
167 ((INPUT) == COMP_NONINVERTINGINPUT_PB5) || \
168 ((INPUT) == COMP_NONINVERTINGINPUT_PB6) || \
169 ((INPUT) == COMP_NONINVERTINGINPUT_PB7) || \
170 ((INPUT) == COMP_NONINVERTINGINPUT_NONE) || \
171 ((INPUT) == COMP_NONINVERTINGINPUT_PA0) || \
172 ((INPUT) == COMP_NONINVERTINGINPUT_PA1) || \
173 ((INPUT) == COMP_NONINVERTINGINPUT_PA2) || \
174 ((INPUT) == COMP_NONINVERTINGINPUT_PA3) || \
175 ((INPUT) == COMP_NONINVERTINGINPUT_PA4) || \
[all …]
Dstm32l1xx_hal_opamp_ex.h159 #define IS_OPAMP_NONINVERTING_INPUT_CHECK_INSTANCE(__HANDLE__, INPUT) \ argument
163 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \
164 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH1) \
170 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \
171 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH1) || \
172 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH2) \
176 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \
177 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH2) \
188 #define IS_OPAMP_NONINVERTING_INPUT_CHECK_INSTANCE(__HANDLE__, INPUT) \
192 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \
[all …]
Dstm32l1xx_hal_comp.h185 #define IS_COMP_INVERTINGINPUT(INPUT) (((INPUT) == COMP_INVERTINGINPUT_IO) || \ argument
186 ((INPUT) == COMP_INVERTINGINPUT_VREFINT) || \
187 ((INPUT) == COMP_INVERTINGINPUT_3_4VREFINT) || \
188 ((INPUT) == COMP_INVERTINGINPUT_1_2VREFINT) || \
189 ((INPUT) == COMP_INVERTINGINPUT_1_4VREFINT) || \
190 ((INPUT) == COMP_INVERTINGINPUT_DAC1) || \
191 ((INPUT) == COMP_INVERTINGINPUT_DAC2) )
271 #define IS_COMP_NONINVERTINGINPUTPULL(INPUT) (((INPUT) == COMP_NONINVERTINGINPUT_NOPULL) || \ argument
272 ((INPUT) == COMP_NONINVERTINGINPUT_10KPU) || \
273 ((INPUT) == COMP_NONINVERTINGINPUT_10KPD) || \
[all …]
Dstm32l1xx_hal_opamp.h451 #define IS_OPAMP_FUNCTIONAL_NORMALMODE(INPUT) (((INPUT) == OPAMP_STANDALONE_MODE) || \ argument
452 ((INPUT) == OPAMP_FOLLOWER_MODE))
454 #define IS_OPAMP_INVERTING_INPUT(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
455 ((INPUT) == OPAMP_INVERTINGINPUT_IO1) )
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_comp_ex.h1831 #define IS_COMP_INVERTINGINPUT(INPUT) (((INPUT) == COMP_INVERTINGINPUT_1_4VREFINT) || \ argument
1832 ((INPUT) == COMP_INVERTINGINPUT_1_2VREFINT) || \
1833 ((INPUT) == COMP_INVERTINGINPUT_3_4VREFINT) || \
1834 ((INPUT) == COMP_INVERTINGINPUT_VREFINT) || \
1835 ((INPUT) == COMP_INVERTINGINPUT_DAC1_CH1) || \
1836 ((INPUT) == COMP_INVERTINGINPUT_IO1))
1838 #define IS_COMP_NONINVERTINGINPUT(INPUT) (((INPUT) == COMP_NONINVERTINGINPUT_IO1) || \ argument
1839 ((INPUT) == COMP_NONINVERTINGINPUT_DAC1SWITCHCLOSED))
1842 #define IS_COMP_NONINVERTINGINPUT_INSTANCE(INSTANCE, INPUT) \ argument
1844 (((INPUT) == COMP_NONINVERTINGINPUT_IO1) || \
[all …]
Dstm32f3xx_hal_opamp.h201 #define IS_OPAMP_FUNCTIONAL_NORMALMODE(INPUT) (((INPUT) == OPAMP_STANDALONE_MODE) || \ argument
202 ((INPUT) == OPAMP_PGA_MODE) || \
203 ((INPUT) == OPAMP_FOLLOWER_MODE))
222 #define IS_OPAMP_NONINVERTING_INPUT(INPUT) (((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \ argument
223 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO1) || \
224 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO2) || \
225 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO3))
238 #define IS_OPAMP_INVERTING_INPUT(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
239 ((INPUT) == OPAMP_INVERTINGINPUT_IO1))
270 #define IS_OPAMP_SEC_NONINVERTINGINPUT(INPUT) (((INPUT) == OPAMP_SEC_NONINVERTINGINPUT_IO0) || \ argument
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_opamp.h392 #define IS_OPAMP_INPUT(INPUT) (((INPUT) == OPAMP_INPUT_INVERTING) || \ argument
393 ((INPUT) == OPAMP_INPUT_NONINVERTING))
409 #define IS_OPAMP_FUNCTIONAL_NORMALMODE(INPUT) (((INPUT) == OPAMP_STANDALONE_MODE) || \ argument
410 ((INPUT) == OPAMP_PGA_MODE) || \
411 ((INPUT) == OPAMP_FOLLOWER_MODE))
413 #define IS_OPAMP_NONINVERTING_INPUT(INPUT) (((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \ argument
414 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO1) || \
415 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO2) || \
416 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO3) || \
417 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC))
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_opamp.h317 #define IS_OPAMP_FUNCTIONAL_NORMALMODE(INPUT) (((INPUT) == OPAMP_STANDALONE_MODE) || \ argument
318 ((INPUT) == OPAMP_PGA_MODE) || \
319 ((INPUT) == OPAMP_FOLLOWER_MODE))
325 #define IS_OPAMP_INVERTING_INPUT_STANDALONE(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
326 ((INPUT) == OPAMP_INVERTINGINPUT_IO1))
335 #define IS_OPAMP_INVERTING_INPUT_STANDALONE(INPUT) ((INPUT) == OPAMP_INVERTINGINPUT_IO0) argument
341 #define IS_OPAMP_NONINVERTING_INPUT(INPUT) ((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) argument
350 #define IS_OPAMP_NONINVERTING_INPUT(INPUT) (((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \ argument
351 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH))
363 #define IS_OPAMP_INVERTING_INPUT_PGA(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
[all …]
Dstm32l4xx_hal_dfsdm.h766 #define IS_DFSDM_CHANNEL_INPUT(INPUT) (((INPUT) == DFSDM_CHANNEL_EXTERNAL_INPUTS) |… argument
767 ((INPUT) == DFSDM_CHANNEL_ADC_OUTPUT) || \
768 ((INPUT) == DFSDM_CHANNEL_INTERNAL_REGISTER))
770 #define IS_DFSDM_CHANNEL_INPUT(INPUT) (((INPUT) == DFSDM_CHANNEL_EXTERNAL_INPUTS) |… argument
771 ((INPUT) == DFSDM_CHANNEL_INTERNAL_REGISTER))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_opamp.h308 #define IS_OPAMP_FUNCTIONAL_NORMALMODE(INPUT) (((INPUT) == OPAMP_STANDALONE_MODE) || \ argument
309 ((INPUT) == OPAMP_PGA_MODE) || \
310 ((INPUT) == OPAMP_FOLLOWER_MODE))
312 #define IS_OPAMP_INVERTING_INPUT_STANDALONE(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
313 ((INPUT) == OPAMP_INVERTINGINPUT_IO1))
316 #define IS_OPAMP_NONINVERTING_INPUT(INPUT) (((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \ argument
317 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH))
319 #define IS_OPAMP_INVERTING_INPUT_PGA(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
320 ((INPUT) == OPAMP_INVERTINGINPUT_IO1) || \
321 ((INPUT) == OPAMP_INVERTINGINPUT_CONNECT_NO))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_opamp.h317 #define IS_OPAMP_FUNCTIONAL_NORMALMODE(INPUT) (((INPUT) == OPAMP_STANDALONE_MODE) || \ argument
318 ((INPUT) == OPAMP_PGA_MODE) || \
319 ((INPUT) == OPAMP_FOLLOWER_MODE))
321 #define IS_OPAMP_INVERTING_INPUT_STANDALONE(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
322 ((INPUT) == OPAMP_INVERTINGINPUT_IO1))
324 #define IS_OPAMP_NONINVERTING_INPUT(INPUT) (((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \ argument
325 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH))
327 #define IS_OPAMP_INVERTING_INPUT_PGA(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
328 ((INPUT) == OPAMP_INVERTINGINPUT_IO1) || \
329 ((INPUT) == OPAMP_INVERTINGINPUT_CONNECT_NO))
Dstm32l5xx_hal_dfsdm.h710 #define IS_DFSDM_CHANNEL_INPUT(INPUT) (((INPUT) == DFSDM_CHANNEL_EXTERNAL_INPUTS) |… argument
711 ((INPUT) == DFSDM_CHANNEL_ADC_OUTPUT) || \
712 ((INPUT) == DFSDM_CHANNEL_INTERNAL_REGISTER))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_opamp.h327 #define IS_OPAMP_FUNCTIONAL_NORMALMODE(INPUT) (((INPUT) == OPAMP_STANDALONE_MODE) || \ argument
328 ((INPUT) == OPAMP_PGA_MODE) || \
329 ((INPUT) == OPAMP_FOLLOWER_MODE))
331 #define IS_OPAMP_INVERTING_INPUT_STANDALONE(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
332 ((INPUT) == OPAMP_INVERTINGINPUT_IO1))
335 #define IS_OPAMP_NONINVERTING_INPUT(INPUT) (((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \ argument
336 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH) || \
337 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC2_CH))
339 #define IS_OPAMP_NONINVERTING_INPUT(INPUT) (((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \ argument
340 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH))
Dstm32h7xx_hal_spdifrx.h560 #define IS_SPDIFRX_INPUT_SELECT(INPUT) (((INPUT) == SPDIFRX_INPUT_IN1) || \ argument
561 ((INPUT) == SPDIFRX_INPUT_IN2) || \
562 ((INPUT) == SPDIFRX_INPUT_IN3) || \
563 ((INPUT) == SPDIFRX_INPUT_IN0))
Dstm32h7xx_hal_dfsdm.h727 #define IS_DFSDM_CHANNEL_INPUT(INPUT) (((INPUT) == DFSDM_CHANNEL_EXTERNAL_INPUTS) |… argument
728 ((INPUT) == DFSDM_CHANNEL_ADC_OUTPUT) || \
729 ((INPUT) == DFSDM_CHANNEL_INTERNAL_REGISTER))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_opamp.h305 #define IS_OPAMP_FUNCTIONAL_NORMALMODE(INPUT) (((INPUT) == OPAMP_STANDALONE_MODE) || \ argument
306 ((INPUT) == OPAMP_PGA_MODE) || \
307 ((INPUT) == OPAMP_FOLLOWER_MODE))
309 #define IS_OPAMP_INVERTING_INPUT_STANDALONE(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0)) argument
312 #define IS_OPAMP_NONINVERTING_INPUT(INPUT) (((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \ argument
313 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH))
315 #define IS_OPAMP_INVERTING_INPUT_PGA(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
316 ((INPUT) == OPAMP_INVERTINGINPUT_CONNECT_NO))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_opamp.h338 #define IS_OPAMP_FUNCTIONAL_NORMALMODE(INPUT) (((INPUT) == OPAMP_STANDALONE_MODE) || \ argument
339 ((INPUT) == OPAMP_PGA_MODE) || \
340 ((INPUT) == OPAMP_FOLLOWER_MODE))
342 #define IS_OPAMP_INVERTING_INPUT_STANDALONE(INPUT) (((INPUT) == OPAMP_INVERTINGINPUT_IO0) || \ argument
343 ((INPUT) == OPAMP_INVERTINGINPUT_IO1))
345 #define IS_OPAMP_NONINVERTING_INPUT(INPUT) (((INPUT) == OPAMP_NONINVERTINGINPUT_IO0) || \ argument
346 ((INPUT) == OPAMP_NONINVERTINGINPUT_IO1) || \
347 ((INPUT) == OPAMP_NONINVERTINGINPUT_DAC_CH))
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_comp.h630 #define IS_COMP_INVERTINGINPUT(INPUT) (((INPUT) == COMP_INVERTINGINPUT_1_4VREFINT) || \ argument
631 ((INPUT) == COMP_INVERTINGINPUT_1_2VREFINT) || \
632 ((INPUT) == COMP_INVERTINGINPUT_3_4VREFINT) || \
633 ((INPUT) == COMP_INVERTINGINPUT_VREFINT) || \
634 ((INPUT) == COMP_INVERTINGINPUT_DAC1) || \
635 ((INPUT) == COMP_INVERTINGINPUT_DAC1SWITCHCLOSED) || \
636 ((INPUT) == COMP_INVERTINGINPUT_DAC2) || \
637 ((INPUT) == COMP_INVERTINGINPUT_IO1))
639 #define IS_COMP_NONINVERTINGINPUT(INPUT) (((INPUT) == COMP_NONINVERTINGINPUT_IO1) || \ argument
640 ((INPUT) == COMP_NONINVERTINGINPUT_DAC1SWITCHCLOSED))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_spdifrx.h486 #define IS_SPDIFRX_INPUT_SELECT(INPUT) (((INPUT) == SPDIFRX_INPUT_IN1) || \ argument
487 ((INPUT) == SPDIFRX_INPUT_IN2) || \
488 ((INPUT) == SPDIFRX_INPUT_IN3) || \
489 ((INPUT) == SPDIFRX_INPUT_IN0))
Dstm32mp1xx_hal_dfsdm.h718 #define IS_DFSDM_CHANNEL_INPUT(INPUT) (((INPUT) == DFSDM_CHANNEL_EXTERNAL_INPUTS) |… argument
719 ((INPUT) == DFSDM_CHANNEL_ADC_OUTPUT) || \
720 ((INPUT) == DFSDM_CHANNEL_INTERNAL_REGISTER))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_spdifrx.h560 #define IS_SPDIFRX_INPUT_SELECT(INPUT) (((INPUT) == SPDIFRX_INPUT_IN1) || \ argument
561 ((INPUT) == SPDIFRX_INPUT_IN2) || \
562 ((INPUT) == SPDIFRX_INPUT_IN3) || \
563 ((INPUT) == SPDIFRX_INPUT_IN0))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_spdifrx.h555 #define IS_SPDIFRX_INPUT_SELECT(INPUT) (((INPUT) == SPDIFRX_INPUT_IN1) || \ argument
556 ((INPUT) == SPDIFRX_INPUT_IN2) || \
557 ((INPUT) == SPDIFRX_INPUT_IN3) || \
558 ((INPUT) == SPDIFRX_INPUT_IN0))
Dstm32f7xx_hal_dfsdm.h709 #define IS_DFSDM_CHANNEL_INPUT(INPUT) (((INPUT) == DFSDM_CHANNEL_EXTERNAL_INPUTS) |… argument
710 ((INPUT) == DFSDM_CHANNEL_INTERNAL_REGISTER))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_spdifrx.h560 #define IS_SPDIFRX_INPUT_SELECT(INPUT) (((INPUT) == SPDIFRX_INPUT_IN1) || \ argument
561 ((INPUT) == SPDIFRX_INPUT_IN2) || \
562 ((INPUT) == SPDIFRX_INPUT_IN3) || \
563 ((INPUT) == SPDIFRX_INPUT_IN0))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_spdifrx.h555 #define IS_SPDIFRX_INPUT_SELECT(INPUT) (((INPUT) == SPDIFRX_INPUT_IN1) || \ argument
556 ((INPUT) == SPDIFRX_INPUT_IN2) || \
557 ((INPUT) == SPDIFRX_INPUT_IN3) || \
558 ((INPUT) == SPDIFRX_INPUT_IN0))

12