Home
last modified time | relevance | path

Searched refs:hdac (Results 1 – 22 of 22) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_dac.c317 hdac->MspInitCallback(hdac); in HAL_DAC_Init()
363 hdac->MspDeInitCallback(hdac); in HAL_DAC_DeInit()
391 UNUSED(hdac); in HAL_DAC_MspInit()
407 UNUSED(hdac); in HAL_DAC_MspDeInit()
734 hdac->DMAUnderrunCallbackCh1(hdac); in HAL_DAC_IRQHandler()
761 hdac->DMAUnderrunCallbackCh2(hdac); in HAL_DAC_IRQHandler()
823 UNUSED(hdac); in HAL_DAC_ConvCpltCallbackCh1()
839 UNUSED(hdac); in HAL_DAC_ConvHalfCpltCallbackCh1()
1290 hdac->ConvCpltCallbackCh1(hdac); in DAC_DMAConvCpltCh1()
1309 hdac->ConvHalfCpltCallbackCh1(hdac); in DAC_DMAHalfConvCpltCh1()
[all …]
A Dstm32l1xx_hal_dac_ex.c105 __HAL_LOCK(hdac); in HAL_DACEx_DualStart()
130 __HAL_UNLOCK(hdac); in HAL_DACEx_DualStart()
188 __HAL_LOCK(hdac); in HAL_DACEx_TriangleWaveGenerate()
238 __HAL_LOCK(hdac); in HAL_DACEx_NoiseWaveGenerate()
312 UNUSED(hdac); in HAL_DACEx_ConvCpltCallbackCh2()
328 UNUSED(hdac); in HAL_DACEx_ConvHalfCpltCallbackCh2()
344 UNUSED(hdac); in HAL_DACEx_ErrorCallbackCh2()
360 UNUSED(hdac); in HAL_DACEx_DMAUnderrunCallbackCh2()
432 hdac->ConvCpltCallbackCh2(hdac); in DAC_DMAConvCpltCh2()
451 hdac->ConvHalfCpltCallbackCh2(hdac); in DAC_DMAHalfConvCpltCh2()
[all …]
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_DAC.c47 if(hdac->Instance==DAC) in HAL_DAC_MspInit()
80 if(hdac->Instance==DAC) in HAL_DAC_MspDeInit()
118 HAL_DAC_MspInit(hdac); in HAL_DAC_Init()
133 if (hdac == NULL) in HAL_DAC_DeInit()
139 HAL_DAC_MspDeInit(hdac); in HAL_DAC_DeInit()
228 tmpreg1 = hdac->Instance->MCR; in HAL_DAC_ConfigChannel()
247 tmpreg1 = hdac->Instance->CR; in HAL_DAC_ConfigChannel()
256 hdac->Instance->CR = tmpreg1; in HAL_DAC_ConfigChannel()
480 status = HAL_DMA_Abort(hdac->DMA_Handle1)|HAL_DMA_Abort(hdac->DMA_Handle2); in HAL_DAC_Stop_DMA()
611 tmp |= hdac->Instance->DOR1; in HAL_DACEx_DualGetValue()
[all …]
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_dac.h136 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);
408 void HAL_DAC_ConvHalfCpltCallbackCh1(DAC_HandleTypeDef *hdac);
409 void HAL_DAC_ErrorCallbackCh1(DAC_HandleTypeDef *hdac);
410 void HAL_DAC_DMAUnderrunCallbackCh1(DAC_HandleTypeDef *hdac);
[all …]
A Dstm32l1xx_hal_dac_ex.h146 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/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_DAC.h556 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);
571 HAL_StatusTypeDef HAL_DAC_Stop_DMA(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/bluetrum/libraries/hal_libraries/ab32vg1_hal/include/
A Dab32vg1_hal_dac.h24 hal_error_t hal_dac_init(struct dac_handle *hdac);
26 void hal_dac_mspinit(struct dac_handle *hdac);
/bsp/stm32/stm32l431-BearPi/board/CubeMX_Config/Src/
A Dstm32l4xx_hal_msp.c167 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
170 if(hdac->Instance==DAC1) in HAL_DAC_MspInit()
200 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
202 if(hdac->Instance==DAC1) in HAL_DAC_MspDeInit()
/bsp/stm32/stm32g071-st-nucleo/board/CubeMX_Config/Src/
A Dstm32g0xx_hal_msp.c174 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
178 if(hdac->Instance==DAC1) in HAL_DAC_MspInit()
210 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
213 if(hdac->Instance==DAC1) in HAL_DAC_MspDeInit()
/bsp/stm32/stm32l431-tencentos-tiny-EVB_MX+/board/CubeMX_Config/Core/Src/
A Dstm32l4xx_hal_msp.c147 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
150 if(hdac->Instance==DAC1) in HAL_DAC_MspInit()
180 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
182 if(hdac->Instance==DAC1) in HAL_DAC_MspDeInit()
/bsp/stm32/libraries/templates/stm32mp1xx/board/CubeMX_Config/CM4/Src/
A Dstm32mp1xx_hal_msp.c173 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
176 if(hdac->Instance==DAC1) in HAL_DAC_MspInit()
205 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
207 if(hdac->Instance==DAC1) in HAL_DAC_MspDeInit()
/bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/source/
A Dab32vg1_hal_dac.c11 WEAK void hal_dac_mspinit(struct dac_handle *hdac) in hal_dac_mspinit() argument
/bsp/stm32/stm32l496-st-nucleo/board/CubeMX_Config/Src/
A Dstm32l4xx_hal_msp.c219 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
222 if(hdac->Instance==DAC1) in HAL_DAC_MspInit()
253 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
255 if(hdac->Instance==DAC1) in HAL_DAC_MspDeInit()
/bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Src/
A Dstm32h7xx_hal_msp.c194 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
197 if(hdac->Instance==DAC1) in HAL_DAC_MspInit()
227 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
229 if(hdac->Instance==DAC1) in HAL_DAC_MspDeInit()
/bsp/stm32/stm32f407-fk407m2-zgt6/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c108 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
111 if(hdac->Instance==DAC) in HAL_DAC_MspInit()
142 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
144 if(hdac->Instance==DAC) in HAL_DAC_MspDeInit()
/bsp/stm32/stm32f407-atk-explorer/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c108 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
111 if(hdac->Instance==DAC) in HAL_DAC_MspInit()
142 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
144 if(hdac->Instance==DAC) in HAL_DAC_MspDeInit()
/bsp/stm32/stm32f407-rt-spark/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c214 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
217 if(hdac->Instance==DAC) in HAL_DAC_MspInit()
247 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
249 if(hdac->Instance==DAC) in HAL_DAC_MspDeInit()
/bsp/stm32/stm32h743-atk-apollo/board/CubeMX_Config/Src/
A Dstm32h7xx_hal_msp.c166 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
169 if(hdac->Instance==DAC1) in HAL_DAC_MspInit()
199 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
201 if(hdac->Instance==DAC1) in HAL_DAC_MspDeInit()
/bsp/stm32/stm32l475-atk-pandora/board/CubeMX_Config/Src/
A Dstm32l4xx_hal_msp.c171 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
174 if(hdac->Instance==DAC1) in HAL_DAC_MspInit()
204 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
206 if(hdac->Instance==DAC1) in HAL_DAC_MspDeInit()
/bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/CM4/Src/
A Dstm32mp1xx_hal_msp.c167 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
170 if(hdac->Instance==DAC1) in HAL_DAC_MspInit()
199 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
201 if(hdac->Instance==DAC1) in HAL_DAC_MspDeInit()
/bsp/bluetrum/ab32vg1-ab-prougen/board/
A Dab32vg1_hal_msp.c58 void hal_dac_mspinit(struct dac_handle *hdac) in hal_dac_mspinit() argument
/bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/CM4/Src/
A Dstm32mp1xx_hal_msp.c174 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspInit() argument
177 if(hdac->Instance==DAC1) in HAL_DAC_MspInit()
206 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac) in HAL_DAC_MspDeInit() argument
208 if(hdac->Instance==DAC1) in HAL_DAC_MspDeInit()

Completed in 87 milliseconds