Searched refs:COMP_CSR_POLARITY (Results 1 – 5 of 5) sorted by relevance
221 #define LL_COMP_OUTPUTPOL_INVERTED (COMP_CSR_POLARITY) /*!< COMP output polarity is invert…660 MODIFY_REG(COMPx->CSR, COMP_CSR_POLARITY, OutputPolarity); in LL_COMP_SetOutputPolarity()673 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_POLARITY)); in LL_COMP_GetOutputPolarity()
242 #define COMP_OUTPUTPOL_INVERTED (COMP_CSR_POLARITY) /*!< COMP output level is inverted …
280 | COMP_CSR_POLARITY in LL_COMP_Init()298 | COMP_CSR_POLARITY in LL_COMP_Init()
367 COMP_CSR_WINMODE | COMP_CSR_POLARITY | COMP_CSR_HYST | in HAL_COMP_Init()374 COMP_CSR_POLARITY | COMP_CSR_HYST | in HAL_COMP_Init()382 COMP_CSR_WINMODE | COMP_CSR_POLARITY | COMP_CSR_HYST | in HAL_COMP_Init()
15100 #define COMP_CSR_POLARITY COMP_CSR_POLARITY_Msk /*!< Comparator outp… macro