Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_dac.h177 uint32_t OutputConnection; /*!< Set the output connection 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()
967 …void LL_DAC_SetOutputConnection(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputConnection) in LL_DAC_SetOutputConnection() argument
971 OutputConnection << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputConnection()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_dac.h177 uint32_t OutputConnection; /*!< Set the output connection 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()
964 …void LL_DAC_SetOutputConnection(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputConnection) in LL_DAC_SetOutputConnection() argument
968 OutputConnection << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputConnection()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_dac.h199 uint32_t OutputConnection; /*!< Set the output connection 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()
1033 …void LL_DAC_SetOutputConnection(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputConnection) in LL_DAC_SetOutputConnection() argument
1037 OutputConnection << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputConnection()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_dac.h199 uint32_t OutputConnection; /*!< Set the output connection 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()
1083 …void LL_DAC_SetOutputConnection(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputConnection) in LL_DAC_SetOutputConnection() argument
1087 OutputConnection << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputConnection()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_dac.c185 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
237 | DAC_InitStruct->OutputConnection in LL_DAC_Init()
265 DAC_InitStruct->OutputConnection = LL_DAC_OUTPUT_CONNECT_GPIO; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_dac.c187 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
239 | DAC_InitStruct->OutputConnection in LL_DAC_Init()
267 DAC_InitStruct->OutputConnection = LL_DAC_OUTPUT_CONNECT_GPIO; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_dac.c192 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
244 | DAC_InitStruct->OutputConnection in LL_DAC_Init()
272 DAC_InitStruct->OutputConnection = LL_DAC_OUTPUT_CONNECT_GPIO; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dac.c194 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
246 | DAC_InitStruct->OutputConnection in LL_DAC_Init()
274 DAC_InitStruct->OutputConnection = LL_DAC_OUTPUT_CONNECT_GPIO; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_dac.c190 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
242 | DAC_InitStruct->OutputConnection in LL_DAC_Init()
270 DAC_InitStruct->OutputConnection = LL_DAC_OUTPUT_CONNECT_GPIO; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dac.c210 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
262 | DAC_InitStruct->OutputConnection in LL_DAC_Init()
290 DAC_InitStruct->OutputConnection = LL_DAC_OUTPUT_CONNECT_GPIO; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_dac.c220 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
272 | DAC_InitStruct->OutputConnection in LL_DAC_Init()
300 DAC_InitStruct->OutputConnection = LL_DAC_OUTPUT_CONNECT_GPIO; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_dac.h176 uint32_t OutputConnection; /*!< Set the output connection 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()
1147 …void LL_DAC_SetOutputConnection(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputConnection) in LL_DAC_SetOutputConnection() argument
1151 OutputConnection << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputConnection()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_dac.h199 uint32_t OutputConnection; /*!< Set the output connection 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()
1098 …void LL_DAC_SetOutputConnection(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputConnection) in LL_DAC_SetOutputConnection() argument
1102 OutputConnection << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputConnection()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_dac.c242 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
294 | DAC_InitStruct->OutputConnection in LL_DAC_Init()
322 DAC_InitStruct->OutputConnection = LL_DAC_OUTPUT_CONNECT_GPIO; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dac.h199 uint32_t OutputConnection; /*!< Set the output connection 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()
1123 …void LL_DAC_SetOutputConnection(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputConnection) in LL_DAC_SetOutputConnection() argument
1127 OutputConnection << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputConnection()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dac.h199 uint32_t OutputConnection; /*!< Set the output connection 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()
1102 …void LL_DAC_SetOutputConnection(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputConnection) in LL_DAC_SetOutputConnection() argument
1106 OutputConnection << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputConnection()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_dac.c310 assert_param(IS_LL_DAC_OUTPUT_CONNECTION(DAC_InitStruct->OutputConnection)); in LL_DAC_Init()
387 | DAC_InitStruct->OutputConnection in LL_DAC_Init()
416 DAC_InitStruct->OutputConnection = LL_DAC_OUTPUT_CONNECT_GPIO; in LL_DAC_StructInit()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_dac.h232 uint32_t OutputConnection; /*!< Set the output connection for the selected DAC channel. member
1496 uint32_t OutputBuffer, uint32_t OutputConnection) in LL_DAC_ConfigOutput() argument
1500 … (OutputMode | OutputBuffer | OutputConnection) << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_ConfigOutput()
1630 …void LL_DAC_SetOutputConnection(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputConnection) in LL_DAC_SetOutputConnection() argument
1634 OutputConnection << (DAC_Channel & DAC_CR_CHX_BITOFFSET_MASK)); in LL_DAC_SetOutputConnection()