/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_opamp.h | 107 uint32_t InputInverting; /*!< Set OPAMP inverting input connection. member 487 __STATIC_INLINE void LL_OPAMP_SetInputInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInverting() argument 492 MODIFY_REG(OPAMPx->CSR, (~(InputInverting >> 1)) & OPAMP_CSR_VMSEL_0, InputInverting); in LL_OPAMP_SetInputInverting() 567 …TIC_INLINE void LL_OPAMP_SetInputInvertingSecondary(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInvertingSecondary() argument 569 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_VMSSEL, InputInverting); in LL_OPAMP_SetInputInvertingSecondary()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_opamp.h | 113 uint32_t InputInverting; /*!< Set OPAMP inverting input connection. member 599 __STATIC_INLINE void LL_OPAMP_SetInputInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInverting() argument 604 MODIFY_REG(OPAMPx->CSR, (~(InputInverting >> 1)) & OPAMP_CSR_VMSEL_0, InputInverting); in LL_OPAMP_SetInputInverting() 673 …TIC_INLINE void LL_OPAMP_SetInputInvertingSecondary(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInvertingSecondary() argument 675 MODIFY_REG(OPAMPx->TCMR, OPAMP_TCMR_VMSSEL, InputInverting); in LL_OPAMP_SetInputInvertingSecondary()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_opamp.c | 178 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init() 207 | (OPAMP_InitStruct->InputInverting & OPAMP_CSR_S4SEL1) in LL_OPAMP_Init() 210 … | ((OPAMP_InitStruct->InputInverting & OPAMP_CSR_ANAWSEL1) << __OPAMP_INSTANCE_DECIMAL(OPAMPx)) in LL_OPAMP_Init() 256 OPAMP_InitStruct->InputInverting = LL_OPAMP_INPUT_INVERT_CONNECT_NO; in LL_OPAMP_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_opamp.h | 122 uint32_t InputInverting; /*!< Set OPAMP inverting input connection. member 570 __STATIC_INLINE void LL_OPAMP_SetInputInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInverting() argument 575 MODIFY_REG(OPAMPx->CSR, (~(InputInverting >> 1)) & OPAMP_CSR_VMSEL_0, InputInverting); in LL_OPAMP_SetInputInverting()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_opamp.h | 125 uint32_t InputInverting; /*!< Set OPAMP inverting input connection. member 558 __STATIC_INLINE void LL_OPAMP_SetInputInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInverting() argument 563 MODIFY_REG(OPAMPx->CSR, (~(InputInverting >> 1)) & OPAMP_CSR_VMSEL_0, InputInverting); in LL_OPAMP_SetInputInverting()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_opamp.c | 156 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init() 177 | OPAMP_InitStruct->InputInverting in LL_OPAMP_Init() 214 OPAMP_InitStruct->InputInverting = LL_OPAMP_INPUT_INVERT_CONNECT_NO; in LL_OPAMP_StructInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_opamp.c | 142 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init() 163 | OPAMP_InitStruct->InputInverting in LL_OPAMP_Init() 204 OPAMP_InitStruct->InputInverting = LL_OPAMP_INPUT_INVERT_CONNECT_NO; in LL_OPAMP_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_opamp.c | 146 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init() 167 | OPAMP_InitStruct->InputInverting in LL_OPAMP_Init() 203 OPAMP_InitStruct->InputInverting = LL_OPAMP_INPUT_INVERT_CONNECT_NO; in LL_OPAMP_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_opamp.c | 146 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init() 167 | OPAMP_InitStruct->InputInverting in LL_OPAMP_Init() 203 OPAMP_InitStruct->InputInverting = LL_OPAMP_INPUT_INVERT_CONNECT_NO; in LL_OPAMP_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_opamp.h | 156 uint32_t InputInverting; /*!< Set OPAMP inverting input connection. member 624 __STATIC_INLINE void LL_OPAMP_SetInputInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInverting() argument 628 …((InputInverting & OPAMP_CSR_S4SEL1) << __OPAMP_INSTANCE_BITOFFSET(OPAMPx)) | ((InputInverting & O… in LL_OPAMP_SetInputInverting()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_opamp.c | 145 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init() 167 | OPAMP_InitStruct->InputInverting in LL_OPAMP_Init() 209 OPAMP_InitStruct->InputInverting = LL_OPAMP_INPUT_INVERT_CONNECT_NO; in LL_OPAMP_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_opamp.c | 139 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init() 160 | OPAMP_InitStruct->InputInverting in LL_OPAMP_Init() 195 OPAMP_InitStruct->InputInverting = LL_OPAMP_INPUT_INVERT_CONNECT_NO; in LL_OPAMP_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_opamp.c | 150 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init() 171 | OPAMP_InitStruct->InputInverting in LL_OPAMP_Init() 206 OPAMP_InitStruct->InputInverting = LL_OPAMP_INPUT_INVERT_CONNECT_NO; in LL_OPAMP_StructInit()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_opamp.c | 173 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init() 198 | OPAMP_InitStruct->InputInverting in LL_OPAMP_Init() 239 OPAMP_InitStruct->InputInverting = LL_OPAMP_INPUT_INVERT_CONNECT_NO; in LL_OPAMP_StructInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_opamp.h | 122 uint32_t InputInverting; /*!< Set OPAMP inverting input connection. member 570 __STATIC_INLINE void LL_OPAMP_SetInputInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInverting() argument 572 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_VM_SEL, InputInverting); in LL_OPAMP_SetInputInverting()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_opamp.h | 122 uint32_t InputInverting; /*!< Set OPAMP inverting input connection. member 594 __STATIC_INLINE void LL_OPAMP_SetInputInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInverting() argument 596 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_VM_SEL, InputInverting); in LL_OPAMP_SetInputInverting()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_opamp.h | 125 uint32_t InputInverting; /*!< Set OPAMP inverting input connection. member 607 __STATIC_INLINE void LL_OPAMP_SetInputInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInverting() argument 609 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_VMSEL, InputInverting); in LL_OPAMP_SetInputInverting()
|
D | stm32l4xx_ll_comp.h | 743 __STATIC_INLINE void LL_COMP_SetInputInverting(COMP_TypeDef *COMPx, uint32_t InputInverting) in LL_COMP_SetInputInverting() argument 745 LL_COMP_SetInputMinus(COMPx, InputInverting); in LL_COMP_SetInputInverting()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_opamp.h | 125 uint32_t InputInverting; /*!< Set OPAMP inverting input connection. member 607 __STATIC_INLINE void LL_OPAMP_SetInputInverting(OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) in LL_OPAMP_SetInputInverting() argument 609 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_VMSEL, InputInverting); in LL_OPAMP_SetInputInverting()
|