Exemplo n.º 1
0
/**
  * @brief  This function handles CEC interrupt request.
  * @param  None
  * @retval None
  */
void CEC_IRQHandler(void)
{
  HAL_CEC_IRQHandler(&hcec);
}
Exemplo n.º 2
0
/**
  * @brief  This function handles CEC interrupt request.
  * @param  None
  * @retval None
  */
void CEC_IRQHandler(void)
{
  HAL_CEC_IRQHandler(&CecHandle);
}