Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c1000 …if ((uint32_t)kTPM_TimeOverflowInterruptEnable == (mask & (uint32_t)kTPM_TimeOverflowInterruptEnab… in TPM_EnableInterrupts()
1030 …if ((uint32_t)kTPM_TimeOverflowInterruptEnable == (mask & (uint32_t)kTPM_TimeOverflowInterruptEnab… in TPM_DisableInterrupts()
1067 enabledInterrupts |= (uint32_t)kTPM_TimeOverflowInterruptEnable; in TPM_GetEnabledInterrupts()
Dfsl_tpm.h331 kTPM_TimeOverflowInterruptEnable = (1U << 8) /*!< Time overflow interrupt.*/ enumerator
/hal_nxp-3.6.0/mcux/mcux-sdk/components/timer/
Dfsl_adapter_tpm.c101 TPM_EnableInterrupts(s_TPMBase[instance], (uint32_t)kTPM_TimeOverflowInterruptEnable); in HAL_TimerHwInit()