/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_dac.h | 177 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/ |
D | stm32wlxx_ll_dac.h | 177 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/ |
D | stm32g0xx_ll_dac.h | 199 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/ |
D | stm32l5xx_ll_dac.h | 199 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/ |
D | stm32wlxx_ll_dac.c | 185 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/ |
D | stm32u0xx_ll_dac.c | 187 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/ |
D | stm32l5xx_ll_dac.c | 192 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/ |
D | stm32u5xx_ll_dac.c | 194 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/ |
D | stm32g0xx_ll_dac.c | 190 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/ |
D | stm32h5xx_ll_dac.c | 210 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/ |
D | stm32l4xx_ll_dac.c | 220 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/ |
D | stm32l4xx_ll_dac.h | 176 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/ |
D | stm32h7xx_ll_dac.h | 199 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/ |
D | stm32h7xx_ll_dac.c | 242 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/ |
D | stm32h5xx_ll_dac.h | 199 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/ |
D | stm32u5xx_ll_dac.h | 199 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/ |
D | stm32g4xx_ll_dac.c | 310 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/ |
D | stm32g4xx_ll_dac.h | 232 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()
|