Home
last modified time | relevance | path

Searched refs:COMP_CSR_INPSEL (Results 1 – 25 of 102) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_comp.h105 #define LL_COMP_INPUT_PLUS_IO2 (COMP_CSR_INPSEL) /*!< Comparator inp…
333 COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
351 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
367 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INPSEL)); in LL_COMP_GetInputPlus()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_comp.h477 … COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
481 COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
503 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
522 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INPSEL)); in LL_COMP_GetInputPlus()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_comp.h418 COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
436 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
452 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INPSEL)); in LL_COMP_GetInputPlus()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_comp.h414 … COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
435 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
454 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INPSEL)); in LL_COMP_GetInputPlus()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_comp.h429 … COMP_CSR_INMESEL | COMP_CSR_INMSEL | COMP_CSR_INPSEL | COMP_CSR_SCALEN | COMP_CSR_BRGEN, in LL_COMP_ConfigInputs()
450 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
469 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INPSEL)); in LL_COMP_GetInputPlus()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_comp.h525 COMP_CSR_INMSEL | COMP_CSR_INPSEL, in LL_COMP_ConfigInputs()
542 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
557 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INPSEL)); in LL_COMP_GetInputPlus()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_comp.h543 COMP_CSR_INMSEL | COMP_CSR_INPSEL, in LL_COMP_ConfigInputs()
562 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
579 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INPSEL)); in LL_COMP_GetInputPlus()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_comp.h538 COMP_CSR_INMSEL | COMP_CSR_INPSEL, in LL_COMP_ConfigInputs()
561 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
582 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INPSEL)); in LL_COMP_GetInputPlus()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_comp.h635 COMP_CSR_INMSEL | COMP_CSR_INPSEL, in LL_COMP_ConfigInputs()
654 MODIFY_REG(COMPx->CSR, COMP_CSR_INPSEL, InputPlus); in LL_COMP_SetInputPlus()
671 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_INPSEL)); in LL_COMP_GetInputPlus()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_comp.c346 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
353 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
361 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
Dstm32l4xx_ll_comp.c242 | COMP_CSR_INPSEL in LL_COMP_Init()
261 | COMP_CSR_INPSEL in LL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_comp.c311 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
318 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
Dstm32wbxx_ll_comp.c212 | COMP_CSR_INPSEL in LL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_comp.c190 | COMP_CSR_INPSEL in LL_COMP_Init()
Dstm32wbaxx_hal_comp.c311 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_comp.c193 | COMP_CSR_INPSEL in LL_COMP_Init()
Dstm32wlxx_hal_comp.c307 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_comp.c194 | COMP_CSR_INPSEL in LL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_comp.c198 | COMP_CSR_INPSEL in LL_COMP_Init()
Dstm32u0xx_hal_comp.c316 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_comp.c205 | COMP_CSR_INPSEL in LL_COMP_Init()
Dstm32u5xx_hal_comp.c317 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_comp.c198 | COMP_CSR_INPSEL in LL_COMP_Init()
Dstm32l5xx_hal_comp.c307 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_comp.c388 COMP_CSR_INPSEL in LL_COMP_Init()

12345