/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_comp.c | 59 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 62 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO5) \ 63 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO6) \ 64 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO7) \ 65 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO8) \ 66 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO9) \ 67 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO10) \ 68 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO11) \ 69 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO12) \ 70 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO13) \ [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_comp.c | 57 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 60 (__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1 \ 64 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 65 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 66 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) \ 67 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO4) \ 68 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO5) \ 69 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO6) \ 73 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 76 (__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1 \ [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_comp.c | 81 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 82 ( ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 83 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 84 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_DAC1_CH1_COMP1) \ 89 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 90 ( ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 91 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 92 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_DAC1_CH1_COMP2) \ 95 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 96 ( ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_comp.h | 560 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 563 (__INPUT_PLUS__) == COMP_INPUT_PLUS_IO1 \ 567 ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO1) \ 568 || ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) \ 569 || ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3) \ 570 || ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO4) \ 571 || ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO5) \ 572 || ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO6) \ 576 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 579 (__INPUT_PLUS__) == COMP_INPUT_PLUS_IO1 \ [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_comp.c | 63 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 64 (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 65 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 66 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) \ 67 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO4) \ 68 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO5) \ 69 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO6) \ 72 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 73 (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 74 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_comp.c | 57 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 59 ? (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) || \ 60 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) || \ 61 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) || \ 62 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO4) || \ 63 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO5) ) \ 65 (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) || \ 66 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) || \ 67 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) || \ 68 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO4) ) \
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_comp.h | 697 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS… argument 698 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \ 699 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3) || \ 700 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO4) || \ 701 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO5) || \ 702 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO6)) 704 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS… argument 705 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \ 706 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_comp.h | 691 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__COMP_INSTANCE__) == COMP1) … argument 692 … ? (((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO1) || \ 693 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \ 694 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3) || \ 695 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO4) || \ 696 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO5) ) \ 698 … (((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO1) || \ 699 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \ 700 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3) || \ 701 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO4) ) \
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_comp.c | 63 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 64 (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 65 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 66 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) \ 69 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 70 (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 71 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) \
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_comp.c | 62 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 63 ( ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 64 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 65 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_DAC2_CH1)) 67 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 68 ( ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 69 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_comp.c | 63 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 64 (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 65 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 66 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) \ 69 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 70 (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 71 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_comp.c | 57 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 59 ? ( ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 60 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 63 ( ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 64 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 65 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) \
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_comp.c | 58 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 60 ? (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 61 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 62 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) \ 65 (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 66 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_comp.h | 607 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS… argument 608 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \ 609 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3)) 611 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS… argument 612 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_comp.h | 610 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS… argument 611 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \ 612 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3)) 614 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS… argument 615 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2))
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_comp.h | 810 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS… argument 811 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \ 812 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_DAC2_CH1)) 814 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS… argument 815 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2))
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_comp.c | 61 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 62 (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 63 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 64 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) \ 65 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_DAC1_CH1))
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_comp.h | 590 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) ((__COMP_INSTANCE__ == COMP1) … argument 591 … ? (((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO1) || \ 592 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) ) \ 594 … (((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO1) || \ 595 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \ 596 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3) ) \
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_comp.h | 610 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) ((__COMP_INSTANCE__ == COMP1) … argument 611 … ? (((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO1) || \ 612 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \ 613 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3) ) \ 615 … (((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO1) || \ 616 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) ) \
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_comp.h | 499 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS… argument 500 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \ 501 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3) || \ 502 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_DAC1_CH1))
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_comp.c | 61 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 62 (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 63 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \ 64 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO3) \
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_comp.c | 61 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 64 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 65 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_DAC1_CH1) \ 69 ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_comp.h | 807 #define IS_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS… argument 808 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \ 809 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO3))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_comp.c | 56 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 57 (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \ 58 || ((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO2) \
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_comp.c | 61 #define IS_LL_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) \ argument 62 (((__INPUT_PLUS__) == LL_COMP_INPUT_PLUS_IO1) \
|