Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dac.c629 HAL_StatusTypeDef status_callee; in HAL_DAC_Start_DMA() local
715 status_callee = HAL_DMA_Start_IT(hdac->DMA_Handle1, (uint32_t)pData, tmpreg, Length); in HAL_DAC_Start_DMA()
723 status_callee = HAL_DMA_Start_IT(hdac->DMA_Handle2, (uint32_t)pData, tmpreg, Length); in HAL_DAC_Start_DMA()
727 if (status_callee != HAL_OK) in HAL_DAC_Start_DMA()