Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dac.c1203 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel()
1321 && ( (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_EXTERNAL) in HAL_DAC_ConfigChannel()
1322 || (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_BOTH)) ) in HAL_DAC_ConfigChannel()
1337 if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_EXTERNAL) in HAL_DAC_ConfigChannel()
1341 else if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_INTERNAL) in HAL_DAC_ConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dac.c1040 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel()
1148 if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_EXTERNAL) in HAL_DAC_ConfigChannel()
1152 else if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_INTERNAL) in HAL_DAC_ConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dac.c1017 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel()
1125 if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_EXTERNAL) in HAL_DAC_ConfigChannel()
1129 else if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_INTERNAL) in HAL_DAC_ConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_dac.c1113 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel()
1215 if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_EXTERNAL) in HAL_DAC_ConfigChannel()
1219 else if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_INTERNAL) in HAL_DAC_ConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dac.c1213 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel()
1326 if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_EXTERNAL) in HAL_DAC_ConfigChannel()
1330 else if (sConfig->DAC_ConnectOnChipPeripheral == DAC_CHIPCONNECT_INTERNAL) in HAL_DAC_ConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_dac.c870 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-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dac.c1044 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-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_dac.c1010 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel()
1110 … = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeripheral); in HAL_DAC_ConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dac.c1216 assert_param(IS_DAC_CHIP_CONNECTION(sConfig->DAC_ConnectOnChipPeripheral)); in HAL_DAC_ConfigChannel()
1316 … = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeripheral); in HAL_DAC_ConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_dac.h124 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_dac.h133 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_dac.h130 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dac.h127 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dac.h130 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dac.h139 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dac.h144 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_dac.h146 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dac.h133 …uint32_t DAC_ConnectOnChipPeripheral ; /*!< Specifies whether the DAC output is connected or not t… member