Ejemplo n.º 1
0
/**
  * @brief  This function handles COMP interrupt request.
  * @param  None
  * @retval None
  */
void ADC1_COMP_IRQHandler(void)
{
  HAL_COMP_IRQHandler(&Comp1Handle);
  HAL_COMP_IRQHandler(&Comp2Handle);
}
Ejemplo n.º 2
0
/**
  * @brief  This function handles COMP interrupt request.
  * @param  None
  * @retval None
  */
void COMPx_IRQHandler(void)
{
  HAL_COMP_IRQHandler(&Comp1Handle);
}