Home
last modified time | relevance | path

Searched refs:COMP_CSR_INMSEL (Results 1 – 25 of 74) sorted by relevance

123

/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_comp.h475 … COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
479 COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
563 …MODIFY_REG(COMPx->CSR, COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, Inpu… in LL_COMP_SetInputMinus()
565 MODIFY_REG(COMPx->CSR, COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, InputMinus); in LL_COMP_SetInputMinus()
596 …return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP… in LL_COMP_GetInputMinus()
598 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN)); in LL_COMP_GetInputMinus()
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_comp.h413 COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
484 MODIFY_REG(COMPx->CSR, COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, InputMinus); in LL_COMP_SetInputMinus()
508 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN)); in LL_COMP_GetInputMinus()
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_comp.h427 … COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
505 …MODIFY_REG(COMPx->CSR, COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, Inpu… in LL_COMP_SetInputMinus()
530 …return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP… in LL_COMP_GetInputMinus()
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_comp.h415 … COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
493 …MODIFY_REG(COMPx->CSR, COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, Inpu… in LL_COMP_SetInputMinus()
518 …return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP… in LL_COMP_GetInputMinus()
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_comp.h334 COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
412 MODIFY_REG(COMPx->CSR, COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, InputMinus); in LL_COMP_SetInputMinus()
443 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN)); in LL_COMP_GetInputMinus()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_comp.h534 MODIFY_REG(COMPx->CSR, COMP_CSR_INMSEL | COMP_CSR_INPSEL, InputMinus | InputPlus); in LL_COMP_ConfigInputs()
597 MODIFY_REG(COMPx->CSR, COMP_CSR_INMSEL, InputMinus); in LL_COMP_SetInputMinus()
619 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMSEL)); in LL_COMP_GetInputMinus()
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_comp.h625 COMP_CSR_INMSEL | COMP_CSR_INPSEL, in LL_COMP_ConfigInputs()
690 MODIFY_REG(COMPx->CSR, COMP_CSR_INMSEL, InputMinus); in LL_COMP_SetInputMinus()
713 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INMSEL)); in LL_COMP_GetInputMinus()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_comp.c350 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
357 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
365 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
Dstm32l4xx_ll_comp.c262 | COMP_CSR_INMSEL in LL_COMP_Init()
280 | COMP_CSR_INMSEL in LL_COMP_Init()
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_comp.c316 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
323 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
Dstm32wbxx_ll_comp.c216 | COMP_CSR_INMSEL in LL_COMP_Init()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_comp.c196 | COMP_CSR_INMSEL in LL_COMP_Init()
Dstm32u5xx_hal_comp.c313 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_comp.c198 | COMP_CSR_INMSEL in LL_COMP_Init()
Dstm32wlxx_hal_comp.c310 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_comp.c195 | COMP_CSR_INMSEL in LL_COMP_Init()
Dstm32g0xx_hal_comp.c318 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_comp.c201 | COMP_CSR_INMSEL in LL_COMP_Init()
Dstm32l5xx_hal_comp.c310 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_comp.c348 | COMP_CSR_INMSEL in LL_COMP_Init()
Dstm32g4xx_hal_comp.c302 COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
/hal_stm32-2.7.6/stm32cube/stm32g0xx/soc/
Dstm32g051xx.h7360 #define COMP_CSR_INMSEL COMP_CSR_INMSEL_Msk /*!< Comparator inpu… macro
Dstm32g071xx.h7748 #define COMP_CSR_INMSEL COMP_CSR_INMSEL_Msk /*!< Comparator inpu… macro
Dstm32g061xx.h7664 #define COMP_CSR_INMSEL COMP_CSR_INMSEL_Msk /*!< Comparator inpu… macro
/hal_stm32-2.7.6/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h1634 #define COMP_CSR_INMSEL COMP_CSR_INMSEL_Msk /*!< Comparator inpu… macro

123