Home
last modified time | relevance | path

Searched refs:DAC_OutputBuffer (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_dac_ex.c116 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
133 tmpreg2 = (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer); in HAL_DAC_ConfigChannel()
170 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
187 tmpreg2 = (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_dac_ex.c782 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
790 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
814 tmpreg2 = (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer); in HAL_DAC_ConfigChannel()
824 tmpreg2 = (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dac.c1054 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
1071 if (sConfig->DAC_OutputBuffer == DAC_OUTPUTBUFFER_DISABLE) in HAL_DAC_ConfigChannel()
1181 if (sConfig->DAC_OutputBuffer == DAC_OUTPUTBUFFER_ENABLE) in HAL_DAC_ConfigChannel()
1190 tmpreg2 = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | connectOnChip); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_dac.c1165 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
1182 if (sConfig->DAC_OutputBuffer == DAC_OUTPUTBUFFER_DISABLE) in HAL_DAC_ConfigChannel()
1294 if (sConfig->DAC_OutputBuffer == DAC_OUTPUTBUFFER_ENABLE) in HAL_DAC_ConfigChannel()
1303 tmpreg2 = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | connectOnChip); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dac.c1252 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
1269 if (sConfig->DAC_OutputBuffer == DAC_OUTPUTBUFFER_DISABLE) in HAL_DAC_ConfigChannel()
1384 if (sConfig->DAC_OutputBuffer == DAC_OUTPUTBUFFER_ENABLE) in HAL_DAC_ConfigChannel()
1393 tmpreg2 = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | connectOnChip); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dac.c1239 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
1256 if (sConfig->DAC_OutputBuffer == DAC_OUTPUTBUFFER_DISABLE) in HAL_DAC_ConfigChannel()
1392 if (sConfig->DAC_OutputBuffer == DAC_OUTPUTBUFFER_ENABLE) in HAL_DAC_ConfigChannel()
1401 tmpreg2 = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | connectOnChip); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_dac.c884 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
975 if (sConfig->DAC_OutputBuffer == DAC_OUTPUTBUFFER_ENABLE) in HAL_DAC_ConfigChannel()
984 tmpreg2 = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | connectOnChip); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_dac.c676 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
692 tmpreg2 = (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_dac.c869 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
948 …tmpreg2 = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeri… in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dac.c986 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
1003 tmpreg2 = (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dac.c971 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
988 tmpreg2 = (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_dac.c1007 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
1024 tmpreg2 = (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dac.c973 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
990 tmpreg2 = (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_dac.c987 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
1004 tmpreg2 = (sConfig->DAC_Trigger | sConfig->DAC_OutputBuffer); in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_dac.c1047 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
1154 …tmpreg2 = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeri… in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dac.c1043 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
1142 …tmpreg2 = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeri… in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dac.c1067 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
1174 …tmpreg2 = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeri… in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dac.c1215 assert_param(IS_DAC_OUTPUT_BUFFER_STATE(sConfig->DAC_OutputBuffer)); in HAL_DAC_ConfigChannel()
1324 …tmpreg2 = (sConfig->DAC_SampleAndHold | sConfig->DAC_OutputBuffer | sConfig->DAC_ConnectOnChipPeri… in HAL_DAC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_dac.h100 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is enabled or dis… member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_dac.h106 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is ena… member
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_dac.h121 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is ena… member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_dac.h121 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is ena… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dac.h106 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is ena… member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_dac.h106 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is ena… member
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_dac.h106 …uint32_t DAC_OutputBuffer; /*!< Specifies whether the DAC channel output buffer is ena… member

12