Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_dac.c177 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
206 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
220 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
247 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_dac.c179 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
208 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
222 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
249 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_dac.c177 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
206 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
220 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
247 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_dac.c176 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
208 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
222 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
252 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_dac.c174 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
201 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
215 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
242 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_dac.c176 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
205 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
219 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
246 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_dac.c185 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
214 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
228 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
255 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_dac.c245 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
272 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
286 | DAC_InitStruct->OutputBuffer in LL_DAC_Init()
313 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_dac.h171 uint32_t OutputBuffer; /*!< Set the output buffer for the selected DAC channel. member
858 uint32_t OutputBuffer, uint32_t OutputConnection) in LL_DAC_ConfigOutput() argument
862 … (OutputMode | OutputBuffer | OutputConnection) << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_ConfigOutput()
922 …_INLINE void LL_DAC_SetOutputBuffer(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputBuffer) in LL_DAC_SetOutputBuffer() argument
926 OutputBuffer << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputBuffer()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_dac.h171 uint32_t OutputBuffer; /*!< Set the output buffer for the selected DAC channel. member
855 uint32_t OutputBuffer, uint32_t OutputConnection) in LL_DAC_ConfigOutput() argument
859 … (OutputMode | OutputBuffer | OutputConnection) << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_ConfigOutput()
919 …_INLINE void LL_DAC_SetOutputBuffer(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputBuffer) in LL_DAC_SetOutputBuffer() argument
923 OutputBuffer << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputBuffer()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_dac.h193 uint32_t OutputBuffer; /*!< Set the output buffer for the selected DAC channel. member
914 uint32_t OutputBuffer, uint32_t OutputConnection) in LL_DAC_ConfigOutput() argument
918 … (OutputMode | OutputBuffer | OutputConnection) << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_ConfigOutput()
984 …_INLINE void LL_DAC_SetOutputBuffer(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputBuffer) in LL_DAC_SetOutputBuffer() argument
988 OutputBuffer << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputBuffer()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_dac.h193 uint32_t OutputBuffer; /*!< Set the output buffer for the selected DAC channel. member
964 uint32_t OutputBuffer, uint32_t OutputConnection) in LL_DAC_ConfigOutput() argument
968 … (OutputMode | OutputBuffer | OutputConnection) << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_ConfigOutput()
1034 …_INLINE void LL_DAC_SetOutputBuffer(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputBuffer) in LL_DAC_SetOutputBuffer() argument
1038 OutputBuffer << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputBuffer()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_dac.c184 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
236 (DAC_InitStruct->OutputBuffer in LL_DAC_Init()
264 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_dac.c186 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
238 (DAC_InitStruct->OutputBuffer in LL_DAC_Init()
266 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_dac.c191 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
243 (DAC_InitStruct->OutputBuffer in LL_DAC_Init()
271 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dac.c193 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
245 (DAC_InitStruct->OutputBuffer in LL_DAC_Init()
273 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_dac.c189 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
241 (DAC_InitStruct->OutputBuffer in LL_DAC_Init()
269 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dac.c209 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
261 (DAC_InitStruct->OutputBuffer in LL_DAC_Init()
289 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_dac.c219 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
271 (DAC_InitStruct->OutputBuffer in LL_DAC_Init()
299 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_dac.h171 uint32_t OutputBuffer; /*!< Set the output buffer for the selected DAC channel. member
1013 uint32_t OutputBuffer, uint32_t OutputConnection) in LL_DAC_ConfigOutput() argument
1017 … (OutputMode | OutputBuffer | OutputConnection) << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_ConfigOutput()
1092 …_INLINE void LL_DAC_SetOutputBuffer(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputBuffer) in LL_DAC_SetOutputBuffer() argument
1096 OutputBuffer << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputBuffer()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_dac.h193 uint32_t OutputBuffer; /*!< Set the output buffer for the selected DAC channel. member
979 uint32_t OutputBuffer, uint32_t OutputConnection) in LL_DAC_ConfigOutput() argument
983 … (OutputMode | OutputBuffer | OutputConnection) << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_ConfigOutput()
1049 …_INLINE void LL_DAC_SetOutputBuffer(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputBuffer) in LL_DAC_SetOutputBuffer() argument
1053 OutputBuffer << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputBuffer()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_dac.c241 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
293 (DAC_InitStruct->OutputBuffer in LL_DAC_Init()
321 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dac.h193 uint32_t OutputBuffer; /*!< Set the output buffer for the selected DAC channel. member
1004 uint32_t OutputBuffer, uint32_t OutputConnection) in LL_DAC_ConfigOutput() argument
1008 … (OutputMode | OutputBuffer | OutputConnection) << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_ConfigOutput()
1074 …_INLINE void LL_DAC_SetOutputBuffer(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputBuffer) in LL_DAC_SetOutputBuffer() argument
1078 OutputBuffer << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputBuffer()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dac.h193 uint32_t OutputBuffer; /*!< Set the output buffer for the selected DAC channel. member
983 uint32_t OutputBuffer, uint32_t OutputConnection) in LL_DAC_ConfigOutput() argument
987 … (OutputMode | OutputBuffer | OutputConnection) << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_ConfigOutput()
1053 …_INLINE void LL_DAC_SetOutputBuffer(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputBuffer) in LL_DAC_SetOutputBuffer() argument
1057 OutputBuffer << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputBuffer()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_dac.c309 assert_param(IS_LL_DAC_OUTPUT_BUFFER(DAC_InitStruct->OutputBuffer)); in LL_DAC_Init()
386 (DAC_InitStruct->OutputBuffer in LL_DAC_Init()
415 DAC_InitStruct->OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; in LL_DAC_StructInit()

12