| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_dac.h | 97 } DAC_HandleTypeDef; typedef 136 typedef void (*pDAC_CallbackTypeDef)(DAC_HandleTypeDef *hdac); 386 HAL_StatusTypeDef HAL_DAC_Init(DAC_HandleTypeDef *hdac); 387 HAL_StatusTypeDef HAL_DAC_DeInit(DAC_HandleTypeDef *hdac); 388 void HAL_DAC_MspInit(DAC_HandleTypeDef *hdac); 389 void HAL_DAC_MspDeInit(DAC_HandleTypeDef *hdac); 404 void HAL_DAC_IRQHandler(DAC_HandleTypeDef *hdac); 407 void HAL_DAC_ConvCpltCallbackCh1(DAC_HandleTypeDef *hdac); 409 void HAL_DAC_ErrorCallbackCh1(DAC_HandleTypeDef *hdac); 410 void HAL_DAC_DMAUnderrunCallbackCh1(DAC_HandleTypeDef *hdac); [all …]
|
| A D | stm32l1xx_hal_dac_ex.h | 146 HAL_StatusTypeDef HAL_DACEx_TriangleWaveGenerate(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_… 147 HAL_StatusTypeDef HAL_DACEx_NoiseWaveGenerate(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t A… 149 HAL_StatusTypeDef HAL_DACEx_DualStart(DAC_HandleTypeDef *hdac); 150 HAL_StatusTypeDef HAL_DACEx_DualStop(DAC_HandleTypeDef *hdac); 151 HAL_StatusTypeDef HAL_DACEx_DualSetValue(DAC_HandleTypeDef *hdac, uint32_t Alignment, uint32_t Data… 152 uint32_t HAL_DACEx_DualGetValue(DAC_HandleTypeDef *hdac); 154 void HAL_DACEx_ConvCpltCallbackCh2(DAC_HandleTypeDef *hdac); 155 void HAL_DACEx_ConvHalfCpltCallbackCh2(DAC_HandleTypeDef *hdac); 156 void HAL_DACEx_ErrorCallbackCh2(DAC_HandleTypeDef *hdac); 157 void HAL_DACEx_DMAUnderrunCallbackCh2(DAC_HandleTypeDef *hdac);
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_dac_ex.c | 99 HAL_StatusTypeDef HAL_DACEx_DualStart(DAC_HandleTypeDef *hdac) in HAL_DACEx_DualStart() 142 HAL_StatusTypeDef HAL_DACEx_DualStop(DAC_HandleTypeDef *hdac) in HAL_DACEx_DualStop() 231 HAL_StatusTypeDef HAL_DACEx_NoiseWaveGenerate(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t A… in HAL_DACEx_NoiseWaveGenerate() 309 __weak void HAL_DACEx_ConvCpltCallbackCh2(DAC_HandleTypeDef *hdac) in HAL_DACEx_ConvCpltCallbackCh2() 325 __weak void HAL_DACEx_ConvHalfCpltCallbackCh2(DAC_HandleTypeDef *hdac) in HAL_DACEx_ConvHalfCpltCallbackCh2() 341 __weak void HAL_DACEx_ErrorCallbackCh2(DAC_HandleTypeDef *hdac) in HAL_DACEx_ErrorCallbackCh2() 357 __weak void HAL_DACEx_DMAUnderrunCallbackCh2(DAC_HandleTypeDef *hdac) in HAL_DACEx_DMAUnderrunCallbackCh2() 394 uint32_t HAL_DACEx_DualGetValue(DAC_HandleTypeDef *hdac) in HAL_DACEx_DualGetValue() 429 DAC_HandleTypeDef *hdac = (DAC_HandleTypeDef *)((DMA_HandleTypeDef *)hdma)->Parent; in DAC_DMAConvCpltCh2() 448 DAC_HandleTypeDef *hdac = (DAC_HandleTypeDef *)((DMA_HandleTypeDef *)hdma)->Parent; in DAC_DMAHalfConvCpltCh2() [all …]
|
| A D | stm32l1xx_hal_dac.c | 282 HAL_StatusTypeDef HAL_DAC_Init(DAC_HandleTypeDef *hdac) in HAL_DAC_Init() 343 HAL_StatusTypeDef HAL_DAC_DeInit(DAC_HandleTypeDef *hdac) in HAL_DAC_DeInit() 388 __weak void HAL_DAC_MspInit(DAC_HandleTypeDef *hdac) in HAL_DAC_MspInit() 404 __weak void HAL_DAC_MspDeInit(DAC_HandleTypeDef *hdac) in HAL_DAC_MspDeInit() 713 void HAL_DAC_IRQHandler(DAC_HandleTypeDef *hdac) in HAL_DAC_IRQHandler() 852 __weak void HAL_DAC_ErrorCallbackCh1(DAC_HandleTypeDef *hdac) in HAL_DAC_ErrorCallbackCh1() 1006 HAL_DAC_StateTypeDef HAL_DAC_GetState(DAC_HandleTypeDef *hdac) in HAL_DAC_GetState() 1019 uint32_t HAL_DAC_GetError(DAC_HandleTypeDef *hdac) in HAL_DAC_GetError() 1287 DAC_HandleTypeDef *hdac = (DAC_HandleTypeDef *)((DMA_HandleTypeDef *)hdma)->Parent; in DAC_DMAConvCpltCh1() 1306 DAC_HandleTypeDef *hdac = (DAC_HandleTypeDef *)((DMA_HandleTypeDef *)hdma)->Parent; in DAC_DMAHalfConvCpltCh1() [all …]
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_DAC.h | 325 } DAC_HandleTypeDef; typedef 556 void HAL_DAC_IRQHandler(DAC_HandleTypeDef *hdac); 558 void HAL_DAC_MspInit(DAC_HandleTypeDef *hdac); 559 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac); 561 HAL_StatusTypeDef HAL_DAC_Init(DAC_HandleTypeDef *hdac); 562 HAL_StatusTypeDef HAL_DAC_DeInit(DAC_HandleTypeDef* hdac); 567 HAL_StatusTypeDef HAL_DAC_Start(DAC_HandleTypeDef *hdac, uint32_t Channel); 568 HAL_StatusTypeDef HAL_DAC_Stop(DAC_HandleTypeDef* hdac, uint32_t Channel); 577 uint32_t HAL_DAC_GetValue(DAC_HandleTypeDef* hdac, uint32_t Channel); 578 uint32_t HAL_DACEx_DualGetValue(DAC_HandleTypeDef *hdac); [all …]
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_DAC.c | 24 void HAL_DAC_IRQHandler(DAC_HandleTypeDef *hdac) in HAL_DAC_IRQHandler() 41 __weak void HAL_DAC_MspInit(DAC_HandleTypeDef *hdac) in HAL_DAC_MspInit() 78 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() 111 HAL_StatusTypeDef HAL_DAC_Init(DAC_HandleTypeDef *hdac) in HAL_DAC_Init() 130 HAL_StatusTypeDef HAL_DAC_DeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_DeInit() 275 HAL_StatusTypeDef HAL_DAC_Start(DAC_HandleTypeDef *hdac, uint32_t Channel) in HAL_DAC_Start() 319 HAL_StatusTypeDef HAL_DAC_Stop(DAC_HandleTypeDef* hdac, uint32_t Channel) in HAL_DAC_Stop() 448 HAL_StatusTypeDef HAL_DAC_Stop_DMA(DAC_HandleTypeDef* hdac, uint32_t Channel) in HAL_DAC_Stop_DMA() 578 uint32_t HAL_DAC_GetValue(DAC_HandleTypeDef* hdac, uint32_t Channel) in HAL_DAC_GetValue() 605 uint32_t HAL_DACEx_DualGetValue(DAC_HandleTypeDef *hdac) in HAL_DACEx_DualGetValue() [all …]
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_dac.c | 22 static DAC_HandleTypeDef dac_config[] = 35 DAC_HandleTypeDef DAC_Handler; 64 DAC_HandleTypeDef *stm32_dac_handler; in stm32_dac_enabled() 88 DAC_HandleTypeDef *stm32_dac_handler; in stm32_dac_disabled() 111 DAC_HandleTypeDef *stm32_dac_handler; in stm32_dac_get_resolution() 126 DAC_HandleTypeDef *stm32_dac_handler; in stm32_set_dac_value()
|
| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_dac.c | 23 static DAC_HandleTypeDef dac_config[] = 50 DAC_HandleTypeDef DAC_Handler; 58 DAC_HandleTypeDef *ch32_dac_handler; in ch32_dac_enabled() 67 DAC_HandleTypeDef *ch32_dac_handler; in ch32_dac_disabled() 76 DAC_HandleTypeDef *ch32_dac_handler; in ch32_dac_get_resolution() 110 DAC_HandleTypeDef *ch32_dac_handler; in ch32_set_dac_value()
|
| A D | drv_dac.h | 20 }DAC_HandleTypeDef; typedef
|
| /bsp/stm32/stm32l431-BearPi/board/CubeMX_Config/Src/ |
| A D | stm32l4xx_hal_msp.c | 167 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 200 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|
| /bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/ |
| A D | stm32g0xx_hal_msp.c | 174 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 210 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|
| /bsp/stm32/stm32l431-tencentos-tiny-EVB_MX+/board/CubeMX_Config/Core/Src/ |
| A D | stm32l4xx_hal_msp.c | 147 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 180 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|
| /bsp/stm32/libraries/templates/stm32mp1xx/board/CubeMX_Config/CM4/Src/ |
| A D | stm32mp1xx_hal_msp.c | 173 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 205 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|
| /bsp/stm32/stm32l496-st-nucleo/board/CubeMX_Config/Src/ |
| A D | stm32l4xx_hal_msp.c | 219 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 253 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|
| /bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Src/ |
| A D | stm32h7xx_hal_msp.c | 194 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 227 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|
| /bsp/stm32/stm32f407-fk407m2-zgt6/board/CubeMX_Config/Src/ |
| A D | stm32f4xx_hal_msp.c | 108 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 142 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|
| /bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/ |
| A D | stm32f4xx_hal_msp.c | 108 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 142 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|
| /bsp/stm32/stm32f407-rt-spark/board/CubeMX_Config/Src/ |
| A D | stm32f4xx_hal_msp.c | 214 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 247 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|
| /bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/ |
| A D | stm32h7xx_hal_msp.c | 166 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 199 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|
| /bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/ |
| A D | stm32l4xx_hal_msp.c | 171 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 204 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/CM4/Src/ |
| A D | stm32mp1xx_hal_msp.c | 167 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 199 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/CM4/Src/ |
| A D | stm32mp1xx_hal_msp.c | 174 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() 206 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit()
|