Home
last modified time | relevance | path

Searched refs:COMP_INPUT_PLUS_IO2 (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_comp.h180 #define COMP_INPUT_PLUS_IO2 (COMP_CSR_INPSEL_0) /*!< Comparator input plus connected … macro
592 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) ) \
595 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_comp.h246 #define COMP_INPUT_PLUS_IO2 (COMP_CSR_INPSEL_0) /*!< Comparator input plus conn… macro
693 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
699 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_comp.h171 #define COMP_INPUT_PLUS_IO2 (COMP_CSR_COMP2INPSEL_0) /*!< Comp… macro
568 || ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) \
584 || ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) \
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_comp.h199 #define COMP_INPUT_PLUS_IO2 (COMP_CSR_INPSEL_0) /*!< Comparator input plus connected … macro
608 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
611 …_COMP_INPUT_PLUS(__COMP_INSTANCE__, __INPUT_PLUS__) (((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_comp.h191 #define COMP_INPUT_PLUS_IO2 (COMP_CSR_INPSEL_0) /*!< Comparator input plus connected … macro
612 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
616 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) ) \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_comp.h245 #define COMP_INPUT_PLUS_IO2 (COMP_CSR_INPSEL_0) /*!< Comparator input plus connected to IO2 (pin… macro
698 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
705 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_comp.h195 #define COMP_INPUT_PLUS_IO2 (COMP_CSR_INPSEL_0) /*!< Comparator input plus connected … macro
611 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
615 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_comp.h179 #define COMP_INPUT_PLUS_IO2 (COMP_CFGRx_INPSEL) /*!< Comparator input plus connected … macro
811 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
815 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_comp.h174 #define COMP_INPUT_PLUS_IO2 (COMP_CFGR2_INPSEL0) /*!< Comparator input plus connected … macro
500 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_comp.h255 #define COMP_INPUT_PLUS_IO2 (COMP_CSR_INPSEL_0) /*!< Comparator input plus connected … macro
808 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_comp.h148 #define COMP_INPUT_PLUS_IO2 (COMP_CSR_INPSEL) /*!< Comparator input plus connected … macro
1029 … ((__INPUT_PLUS__) == COMP_INPUT_PLUS_IO2))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_comp.c308 if (hcomp->Init.InputPlus == COMP_INPUT_PLUS_IO2) in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h155 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h147 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h154 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h155 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h159 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/
Dstm32_hal_legacy.h155 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h155 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h155 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h155 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/Legacy/
Dstm32_hal_legacy.h155 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/Legacy/
Dstm32_hal_legacy.h155 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h155 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h155 #define COMP_NONINVERTINGINPUT_IO2 COMP_INPUT_PLUS_IO2

12