/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_dac.c | 1240 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel() 1258 assert_param(sConfig->DAC_ConnectOnChipPeripheral != DAC_CHIPCONNECT_BOTH); in HAL_DAC_ConfigChannel() 1366 && ((sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_EXTERNAL) in HAL_DAC_ConfigChannel() 1367 || (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_BOTH))) in HAL_DAC_ConfigChannel() 1382 if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_EXTERNAL) in HAL_DAC_ConfigChannel() 1386 else if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_INTERNAL) in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dac.c | 1055 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel() 1073 assert_param(sConfig->DAC_ConnectOnChipPeripheral != DAC_CHIPCONNECT_BOTH); in HAL_DAC_ConfigChannel() 1171 if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_EXTERNAL) in HAL_DAC_ConfigChannel() 1175 else if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_INTERNAL) in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_dac.c | 1166 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel() 1184 assert_param(sConfig->DAC_ConnectOnChipPeripheral != DAC_CHIPCONNECT_BOTH); in HAL_DAC_ConfigChannel() 1284 if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_EXTERNAL) in HAL_DAC_ConfigChannel() 1288 else if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_INTERNAL) in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dac.c | 1253 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel() 1271 assert_param(sConfig->DAC_ConnectOnChipPeripheral != DAC_CHIPCONNECT_BOTH); in HAL_DAC_ConfigChannel() 1374 if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_EXTERNAL) in HAL_DAC_ConfigChannel() 1378 else if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_INTERNAL) in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_dac.c | 885 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel() 965 if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_EXTERNAL) in HAL_DAC_ConfigChannel() 969 else if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_INTERNAL) in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_dac.c | 870 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel() 948 … = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeripheral); in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_dac.c | 1048 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel() 1154 … = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeripheral); in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_dac.c | 1044 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel() 1142 … = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeripheral); in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_dac.c | 1068 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel() 1174 … = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeripheral); in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_dac.c | 1216 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel() 1324 … = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeripheral); in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_dac.h | 124 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_dac.h | 124 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_dac.h | 130 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_dac.h | 133 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_dac.h | 130 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_dac.h | 139 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_dac.h | 127 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_dac.h | 144 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_dac.h | 146 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_dac.h | 133 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
|