The header description is wrong, describes RTC?
/*FUNCTION**********************************************************************
*
* Function Name : FTM_DRV_IRQHandler
* Description : Initializes the Real Time Clock module
* This function will initialize the Real Time Clock module.
*
*END**************************************************************************/
FTM_DRV_IRQHandler(uint32_t instance)
FTM_Type *ftmBase = g_ftmBase[instance];
uint16_t channel;
/* Clear the Status flag if the interrupt is enabled */
if (FTM_HAL_IsOverflowIntEnabled(ftmBase))
for (channel = 0; channel < g_ftmChannelCount[instance]; channel++)
if (FTM_HAL_IsChnIntEnabled(ftmBase, channel))