Home
last modified time | relevance | path

Searched refs:COMP_NONINVERTINGINPUT_PC3 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_comp_ex.h69 #define COMP_NONINVERTINGINPUT_PC3 RI_IOSWITCH_CH13 /*!< I/O pin PC3 connection to COMP… macro
89 #define COMP_NONINVERTINGINPUT_OPAMP3 COMP_NONINVERTINGINPUT_PC3 /*!< OPAMP3 output connection t…
115 #define COMP_NONINVERTINGINPUT_PC3 RI_IOSWITCH_CH13 /*!< I/O pin PC3 connection to COMP… macro
151 #define COMP_NONINVERTINGINPUT_PC3 RI_IOSWITCH_CH13 /*!< I/O pin PC3 connection to COMP… macro
184 ((INPUT) == COMP_NONINVERTINGINPUT_PC3) || \
221 ((INPUT) == COMP_NONINVERTINGINPUT_PC3) || \
251 ((INPUT) == COMP_NONINVERTINGINPUT_PC3) || \
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_comp.c393 if(hcomp->Init.NonInvertingInput != COMP_NONINVERTINGINPUT_PC3) in HAL_COMP_Init()