Exemplo n.º 1
0
/**
* @brief  This function handles DAC interrupt request.
* @param  None
* @retval None
*/
void TIM6_DAC_IRQHandler(void)
{
  HAL_DAC_IRQHandler(&DacHandle);
}
Exemplo n.º 2
0
/**
* @brief  This function handles DAC interrupt request.
* @param  None
* @retval None
*/
void DACx_IRQHandler(void)
{
  HAL_DAC_IRQHandler(&DacHandle);
}