Searched refs:hdac (Results 1 – 8 of 8) sorted by relevance
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
A D | stm32f7xx_hal_dac.c | 233 if (hdac == NULL) { in HAL_DAC_Init() 268 if (hdac == NULL) { in HAL_DAC_DeInit() 279 HAL_DAC_MspDeInit(hdac); in HAL_DAC_DeInit() 288 __HAL_UNLOCK(hdac); in HAL_DAC_DeInit() 360 __HAL_LOCK(hdac); in HAL_DAC_Start() 390 __HAL_UNLOCK(hdac); in HAL_DAC_Start() 447 __HAL_LOCK(hdac); in HAL_DAC_Start_DMA() 533 __HAL_UNLOCK(hdac); in HAL_DAC_Start_DMA() 742 __HAL_LOCK(hdac); in HAL_DAC_ConfigChannel() 766 __HAL_UNLOCK(hdac); in HAL_DAC_ConfigChannel() [all …]
|
A D | stm32f7xx_hal_dac_ex.c | 110 tmp |= hdac->Instance->DOR1; in HAL_DACEx_DualGetValue() 112 tmp |= hdac->Instance->DOR2 << 16; in HAL_DACEx_DualGetValue() 149 __HAL_LOCK(hdac); in HAL_DACEx_TriangleWaveGenerate() 152 hdac->State = HAL_DAC_STATE_BUSY; in HAL_DACEx_TriangleWaveGenerate() 158 hdac->State = HAL_DAC_STATE_READY; in HAL_DACEx_TriangleWaveGenerate() 161 __HAL_UNLOCK(hdac); in HAL_DACEx_TriangleWaveGenerate() 198 __HAL_LOCK(hdac); in HAL_DACEx_NoiseWaveGenerate() 201 hdac->State = HAL_DAC_STATE_BUSY; in HAL_DACEx_NoiseWaveGenerate() 210 __HAL_UNLOCK(hdac); in HAL_DACEx_NoiseWaveGenerate() 247 tmp = (uint32_t)hdac->Instance; in HAL_DACEx_DualSetValue() [all …]
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_hal_dac_ex.c | 137 __HAL_LOCK(hdac); in HAL_DAC_ConfigChannel() 159 __HAL_UNLOCK(hdac); in HAL_DAC_ConfigChannel() 191 __HAL_LOCK(hdac); in HAL_DAC_ConfigChannel() 307 __HAL_LOCK(hdac); in HAL_DAC_Start() 370 __HAL_LOCK(hdac); in HAL_DAC_Start_DMA() 483 __HAL_LOCK(hdac); in HAL_DAC_Start() 536 __HAL_LOCK(hdac); in HAL_DAC_Start_DMA() 1111 UNUSED(hdac); in HAL_DACEx_ConvCpltCallbackCh2() 1127 UNUSED(hdac); in HAL_DACEx_ConvHalfCpltCallbackCh2() 1143 UNUSED(hdac); in HAL_DACEx_ErrorCallbackCh2() [all …]
|
A D | stm32f0xx_hal_dac.c | 339 UNUSED(hdac); in HAL_DAC_MspInit() 355 UNUSED(hdac); in HAL_DAC_MspDeInit() 397 UNUSED(hdac); in HAL_DAC_Start() 452 UNUSED(hdac); in HAL_DAC_Start_DMA() 539 UNUSED(hdac); in HAL_DAC_IRQHandler() 596 UNUSED(hdac); in HAL_DAC_ConvCpltCallbackCh1() 612 UNUSED(hdac); in HAL_DAC_ConvHalfCpltCallbackCh1() 628 UNUSED(hdac); in HAL_DAC_ErrorCallbackCh1() 644 UNUSED(hdac); in HAL_DAC_DMAUnderrunCallbackCh1() 683 UNUSED(hdac); in HAL_DAC_GetValue() [all …]
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/ |
A D | stm32f0xx_hal_dac.h | 319 HAL_StatusTypeDef HAL_DAC_Init(DAC_HandleTypeDef* hdac); 320 HAL_StatusTypeDef HAL_DAC_DeInit(DAC_HandleTypeDef* hdac); 321 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac); 322 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac); 337 void HAL_DAC_IRQHandler(DAC_HandleTypeDef* hdac); 341 void HAL_DAC_ConvCpltCallbackCh1(DAC_HandleTypeDef* hdac); 342 void HAL_DAC_ConvHalfCpltCallbackCh1(DAC_HandleTypeDef* hdac); 343 void HAL_DAC_ErrorCallbackCh1(DAC_HandleTypeDef *hdac); 344 void HAL_DAC_DMAUnderrunCallbackCh1(DAC_HandleTypeDef *hdac); 364 HAL_DAC_StateTypeDef HAL_DAC_GetState(DAC_HandleTypeDef* hdac); [all …]
|
A D | stm32f0xx_hal_dac_ex.h | 262 HAL_StatusTypeDef HAL_DACEx_TriangleWaveGenerate(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_… 263 HAL_StatusTypeDef HAL_DACEx_NoiseWaveGenerate(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t A… 264 HAL_StatusTypeDef HAL_DACEx_DualSetValue(DAC_HandleTypeDef* hdac, uint32_t Alignment, uint32_t Data… 266 void HAL_DACEx_ConvCpltCallbackCh2(DAC_HandleTypeDef* hdac); 267 void HAL_DACEx_ConvHalfCpltCallbackCh2(DAC_HandleTypeDef* hdac); 268 void HAL_DACEx_ErrorCallbackCh2(DAC_HandleTypeDef* hdac); 269 void HAL_DACEx_DMAUnderrunCallbackCh2(DAC_HandleTypeDef* hdac); 280 uint32_t HAL_DACEx_DualGetValue(DAC_HandleTypeDef* hdac);
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
A D | stm32f7xx_hal_dac.h | 277 HAL_StatusTypeDef HAL_DAC_Init(DAC_HandleTypeDef* hdac); 278 HAL_StatusTypeDef HAL_DAC_DeInit(DAC_HandleTypeDef* hdac); 279 void HAL_DAC_MspInit(DAC_HandleTypeDef* hdac); 280 void HAL_DAC_MspDeInit(DAC_HandleTypeDef* hdac); 312 HAL_DAC_StateTypeDef HAL_DAC_GetState(DAC_HandleTypeDef* hdac); 313 void HAL_DAC_IRQHandler(DAC_HandleTypeDef* hdac); 314 uint32_t HAL_DAC_GetError(DAC_HandleTypeDef *hdac); 316 void HAL_DAC_ConvCpltCallbackCh1(DAC_HandleTypeDef* hdac); 317 void HAL_DAC_ConvHalfCpltCallbackCh1(DAC_HandleTypeDef* hdac); 318 void HAL_DAC_ErrorCallbackCh1(DAC_HandleTypeDef *hdac); [all …]
|
A D | stm32f7xx_hal_dac_ex.h | 107 uint32_t HAL_DACEx_DualGetValue(DAC_HandleTypeDef* hdac); 108 HAL_StatusTypeDef HAL_DACEx_TriangleWaveGenerate(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_… 109 HAL_StatusTypeDef HAL_DACEx_NoiseWaveGenerate(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t A… 110 HAL_StatusTypeDef HAL_DACEx_DualSetValue(DAC_HandleTypeDef* hdac, uint32_t Alignment, uint32_t Data… 112 void HAL_DACEx_ConvCpltCallbackCh2(DAC_HandleTypeDef* hdac); 113 void HAL_DACEx_ConvHalfCpltCallbackCh2(DAC_HandleTypeDef* hdac); 114 void HAL_DACEx_ErrorCallbackCh2(DAC_HandleTypeDef* hdac); 115 void HAL_DACEx_DMAUnderrunCallbackCh2(DAC_HandleTypeDef* hdac);
|
Completed in 14 milliseconds