Home
last modified time | relevance | path

Searched refs:OPAMP_InitStruct (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_opamp.c165 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct) in LL_OPAMP_Init() argument
169 assert_param(IS_LL_OPAMP_POWER_MODE(OPAMP_InitStruct->PowerMode)); in LL_OPAMP_Init()
170 assert_param(IS_LL_OPAMP_FUNCTIONAL_MODE(OPAMP_InitStruct->FunctionalMode)); in LL_OPAMP_Init()
171 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMPx, OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
176 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
178 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init()
187 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
204 (OPAMP_InitStruct->PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) in LL_OPAMP_Init()
205 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
206 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_opamp.c128 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, const LL_OPAMP_InitTypeDef *OPAMP_InitStruct) in LL_OPAMP_Init() argument
132 assert_param(IS_LL_OPAMP_POWER_MODE(OPAMP_InitStruct->PowerMode)); in LL_OPAMP_Init()
133 assert_param(IS_LL_OPAMP_FUNCTIONAL_MODE(OPAMP_InitStruct->FunctionalMode)); in LL_OPAMP_Init()
134 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMPx, OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
140 if (OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
142 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init()
151 if (OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
160 OPAMP_InitStruct->PowerMode in LL_OPAMP_Init()
161 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
162 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_opamp.c132 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct) in LL_OPAMP_Init() argument
136 assert_param(IS_LL_OPAMP_POWER_MODE(OPAMP_InitStruct->PowerMode)); in LL_OPAMP_Init()
137 assert_param(IS_LL_OPAMP_FUNCTIONAL_MODE(OPAMP_InitStruct->FunctionalMode)); in LL_OPAMP_Init()
138 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMPx, OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
144 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
146 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init()
155 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
164 (OPAMP_InitStruct->PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) in LL_OPAMP_Init()
165 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
166 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_opamp.c132 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct) in LL_OPAMP_Init() argument
136 assert_param(IS_LL_OPAMP_POWER_MODE(OPAMP_InitStruct->PowerMode)); in LL_OPAMP_Init()
137 assert_param(IS_LL_OPAMP_FUNCTIONAL_MODE(OPAMP_InitStruct->FunctionalMode)); in LL_OPAMP_Init()
138 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMPx, OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
144 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
146 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init()
155 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
164 (OPAMP_InitStruct->PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) in LL_OPAMP_Init()
165 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
166 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_opamp.c131 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, const LL_OPAMP_InitTypeDef *OPAMP_InitStruct) in LL_OPAMP_Init() argument
135 assert_param(IS_LL_OPAMP_POWER_MODE(OPAMP_InitStruct->PowerMode)); in LL_OPAMP_Init()
136 assert_param(IS_LL_OPAMP_FUNCTIONAL_MODE(OPAMP_InitStruct->FunctionalMode)); in LL_OPAMP_Init()
137 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMPx, OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
143 if (OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
145 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init()
154 if (OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
164 OPAMP_InitStruct->PowerMode in LL_OPAMP_Init()
165 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
166 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_opamp.c123 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, const LL_OPAMP_InitTypeDef *OPAMP_InitStruct) in LL_OPAMP_Init() argument
129 assert_param(IS_LL_OPAMP_POWER_MODE(OPAMP_InitStruct->PowerMode)); in LL_OPAMP_Init()
130 assert_param(IS_LL_OPAMP_FUNCTIONAL_MODE(OPAMP_InitStruct->FunctionalMode)); in LL_OPAMP_Init()
131 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
137 if (OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
139 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init()
148 if (OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
157 (OPAMP_InitStruct->PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) in LL_OPAMP_Init()
158 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
159 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_opamp.c134 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct) in LL_OPAMP_Init() argument
140 assert_param(IS_LL_OPAMP_POWER_MODE(OPAMP_InitStruct->PowerMode)); in LL_OPAMP_Init()
141 assert_param(IS_LL_OPAMP_FUNCTIONAL_MODE(OPAMP_InitStruct->FunctionalMode)); in LL_OPAMP_Init()
142 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
148 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
150 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init()
159 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
168 (OPAMP_InitStruct->PowerMode & OPAMP_POWERMODE_CSR_BIT_MASK) in LL_OPAMP_Init()
169 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
170 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_opamp.c157 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct) in LL_OPAMP_Init() argument
163 assert_param(IS_LL_OPAMP_POWER_MODE(OPAMP_InitStruct->PowerMode)); in LL_OPAMP_Init()
164 assert_param(IS_LL_OPAMP_FUNCTIONAL_MODE(OPAMP_InitStruct->FunctionalMode)); in LL_OPAMP_Init()
165 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
171 if (OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
173 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init()
186 if (OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
195 OPAMP_InitStruct->PowerMode in LL_OPAMP_Init()
196 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
197 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_opamp.c141 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct) in LL_OPAMP_Init() argument
147 assert_param(IS_LL_OPAMP_FUNCTIONAL_MODE(OPAMP_InitStruct->FunctionalMode)); in LL_OPAMP_Init()
148 assert_param(IS_LL_OPAMP_INPUT_NONINVERTING(OPAMPx, OPAMP_InitStruct->InputNonInverting)); in LL_OPAMP_Init()
154 if (OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
156 assert_param(IS_LL_OPAMP_INPUT_INVERTING(OPAMPx, OPAMP_InitStruct->InputInverting)); in LL_OPAMP_Init()
168 if (OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
175 OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
176 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
177 | OPAMP_InitStruct->InputInverting in LL_OPAMP_Init()
188 | OPAMP_InitStruct->InputNonInverting in LL_OPAMP_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_opamp.h813 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, const LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
814 void LL_OPAMP_StructInit(LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_opamp.h814 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, const LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
815 void LL_OPAMP_StructInit(LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_opamp.h796 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
797 void LL_OPAMP_StructInit(LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_opamp.h843 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, const LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
844 void LL_OPAMP_StructInit(LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_opamp.h846 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
847 void LL_OPAMP_StructInit(LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_opamp.h846 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
847 void LL_OPAMP_StructInit(LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_opamp.h857 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
858 void LL_OPAMP_StructInit(LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_opamp.h888 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
889 void LL_OPAMP_StructInit(LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_opamp.h1000 ErrorStatus LL_OPAMP_Init(OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct);
1001 void LL_OPAMP_StructInit(LL_OPAMP_InitTypeDef *OPAMP_InitStruct);