Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c1095 if ((mask & (uint32_t)kFTM_TimeOverflowInterruptEnable) != 0U) in FTM_EnableInterrupts()
1151 if ((mask & (uint32_t)kFTM_TimeOverflowInterruptEnable) != 0U) in FTM_DisableInterrupts()
1212 enabledInterrupts |= (uint32_t)kFTM_TimeOverflowInterruptEnable; in FTM_GetEnabledInterrupts()
Dfsl_ftm.h298 kFTM_TimeOverflowInterruptEnable = (1U << 9), /*!< Time overflow interrupt */ enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ftm.c112 FTM_EnableInterrupts(FTMBaseAddr, (uint32_t)kFTM_TimeOverflowInterruptEnable); in HAL_TimerInit()