Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_comp_ex.h55 #define COMP_NONINVERTINGINPUT_NONE (0x00000000U) /*!< In case of window mode: No I/O… macro
101 #define COMP_NONINVERTINGINPUT_NONE (0x00000000U) /*!< In case of window mode: No I/O pin conn… macro
137 #define COMP_NONINVERTINGINPUT_NONE (0x00000000U) /*!< In case of window mode: No I/O pin conn… macro
170 ((INPUT) == COMP_NONINVERTINGINPUT_NONE) || \
207 ((INPUT) == COMP_NONINVERTINGINPUT_NONE) || \
237 ((INPUT) == COMP_NONINVERTINGINPUT_NONE) || \
287 (((__HANDLE__)->Init.NonInvertingInput != COMP_NONINVERTINGINPUT_NONE) && \
291 ((__HANDLE__)->Init.NonInvertingInput != COMP_NONINVERTINGINPUT_NONE)
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_comp.c470 if (hcomp->Init.NonInvertingInput != COMP_NONINVERTINGINPUT_NONE) in HAL_COMP_DeInit()