Home
last modified time | relevance | path

Searched refs:DAC_InitStruct (Results 1 – 25 of 34) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_dac.c301 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
308 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DACx, DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
309 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
310 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
311 assert_param(IS_LL_DAC_OUTPUT_MODE(DAC_InitStruct->OutputMode)); in LL_DAC_Init()
312 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
313 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
315 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
316 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
329 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_dac.c176 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
183 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
184 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
185 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
186 assert_param(IS_LL_DAC_OUTPUT_MODE(DAC_InitStruct->OutputMode)); in LL_DAC_Init()
187 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
188 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
190 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
191 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
204 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_dac.c178 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
185 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
186 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
187 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
188 assert_param(IS_LL_DAC_OUTPUT_MODE(DAC_InitStruct->OutputMode)); in LL_DAC_Init()
189 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
190 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
192 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
193 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
206 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_dac.c183 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
190 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
191 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
192 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
193 assert_param(IS_LL_DAC_OUTPUT_MODE(DAC_InitStruct->OutputMode)); in LL_DAC_Init()
194 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
195 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
197 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
198 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
211 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dac.c185 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
192 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
193 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
194 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
195 assert_param(IS_LL_DAC_OUTPUT_MODE(DAC_InitStruct->OutputMode)); in LL_DAC_Init()
196 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
197 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
199 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
200 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
213 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_dac.c181 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
188 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
189 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
190 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
191 assert_param(IS_LL_DAC_OUTPUT_MODE(DAC_InitStruct->OutputMode)); in LL_DAC_Init()
192 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
193 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
195 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
196 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
209 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dac.c201 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
208 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
209 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
210 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
211 assert_param(IS_LL_DAC_OUTPUT_MODE(DAC_InitStruct->OutputMode)); in LL_DAC_Init()
212 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
213 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
215 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
216 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
229 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_dac.c211 ErrorStatus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
218 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
219 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
220 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
221 assert_param(IS_LL_DAC_OUTPUT_MODE(DAC_InitStruct->OutputMode)); in LL_DAC_Init()
222 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
223 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
225 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
226 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
239 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_dac.c233 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
240 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
241 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
242 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
243 assert_param(IS_LL_DAC_OUTPUT_MODE(DAC_InitStruct->OutputMode)); in LL_DAC_Init()
244 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
245 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
247 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
248 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
261 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_dac.c169 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
176 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
177 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
178 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
179 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
181 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
182 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
194 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
203 (DAC_InitStruct->TriggerSource in LL_DAC_Init()
204 | DAC_InitStruct->WaveAutoGeneration in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_dac.c171 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
178 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
179 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
180 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
181 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
183 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
184 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
196 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
205 (DAC_InitStruct->TriggerSource in LL_DAC_Init()
206 | DAC_InitStruct->WaveAutoGeneration in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_dac.c169 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
176 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
177 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
178 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
179 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
181 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
182 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
194 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
203 (DAC_InitStruct->TriggerSource in LL_DAC_Init()
204 | DAC_InitStruct->WaveAutoGeneration in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_dac.c168 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
175 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
176 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
177 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
178 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
180 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
181 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
193 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
202 (DAC_InitStruct->TriggerSource in LL_DAC_Init()
203 | DAC_InitStruct->WaveAutoGeneration in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_dac.c177 …atus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
184 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
185 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
186 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
187 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
189 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGeneration, in LL_DAC_Init()
190 DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
202 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
211 (DAC_InitStruct->TriggerSource in LL_DAC_Init()
212 | DAC_InitStruct->WaveAutoGeneration in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_dac.c168 ErrorStatus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
175 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
176 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
178 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
179 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
181 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
196 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
205 ( DAC_InitStruct->TriggerSource in LL_DAC_Init()
206 | DAC_InitStruct->WaveAutoGeneration in LL_DAC_Init()
207 | DAC_InitStruct->WaveAutoGenerationConfig in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_dac.c166 ErrorStatus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
173 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
174 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
175 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
176 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
178 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
189 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
198 ( DAC_InitStruct->TriggerSource in LL_DAC_Init()
199 | DAC_InitStruct->WaveAutoGeneration in LL_DAC_Init()
200 | DAC_InitStruct->WaveAutoGenerationConfig in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_dac.c237 ErrorStatus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, LL_DAC_InitTypeDef *DAC_InitStruct) in LL_DAC_Init() argument
244 assert_param(IS_LL_DAC_TRIGGER_SOURCE(DAC_InitStruct->TriggerSource)); in LL_DAC_Init()
245 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
246 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_MODE(DAC_InitStruct->WaveAutoGeneration)); in LL_DAC_Init()
247 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
249 assert_param(IS_LL_DAC_WAVE_AUTO_GENER_CONFIG(DAC_InitStruct->WaveAutoGenerationConfig)); in LL_DAC_Init()
260 if (DAC_InitStruct->WaveAutoGeneration != LL_DAC_WAVE_AUTO_GENERATION_NONE) in LL_DAC_Init()
269 ( DAC_InitStruct->TriggerSource in LL_DAC_Init()
270 | DAC_InitStruct->WaveAutoGeneration in LL_DAC_Init()
271 | DAC_InitStruct->WaveAutoGenerationConfig in LL_DAC_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_dac.h1308 …tus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct);
1309 void LL_DAC_StructInit(LL_DAC_InitTypeDef *DAC_InitStruct);
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_dac.h1309 …tus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct);
1310 void LL_DAC_StructInit(LL_DAC_InitTypeDef *DAC_InitStruct);
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_dac.h1306 …tus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct);
1307 void LL_DAC_StructInit(LL_DAC_InitTypeDef *DAC_InitStruct);
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_dac.h1389 ErrorStatus LL_DAC_Init(DAC_TypeDef* DACx, uint32_t DAC_Channel, LL_DAC_InitTypeDef* DAC_InitStruct
1390 void LL_DAC_StructInit(LL_DAC_InitTypeDef* DAC_InitStruct);
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_dac.h1393 ErrorStatus LL_DAC_Init(DAC_TypeDef* DACx, uint32_t DAC_Channel, LL_DAC_InitTypeDef* DAC_InitStruct
1394 void LL_DAC_StructInit(LL_DAC_InitTypeDef* DAC_InitStruct);
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_dac.h1322 …tus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct);
1323 void LL_DAC_StructInit(LL_DAC_InitTypeDef *DAC_InitStruct);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_dac.h1417 …tus LL_DAC_Init(DAC_TypeDef *DACx, uint32_t DAC_Channel, const LL_DAC_InitTypeDef *DAC_InitStruct);
1418 void LL_DAC_StructInit(LL_DAC_InitTypeDef *DAC_InitStruct);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_dac.h1481 ErrorStatus LL_DAC_Init(DAC_TypeDef* DACx, uint32_t DAC_Channel, LL_DAC_InitTypeDef* DAC_InitStruct
1482 void LL_DAC_StructInit(LL_DAC_InitTypeDef* DAC_InitStruct);

12