Home
last modified time | relevance | path

Searched refs:kQTMR_CompareInterruptEnable (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/qtmr_2/
Dfsl_qtmr.c277 if (0U != (mask & (uint32_t)kQTMR_CompareInterruptEnable)) in QTMR_EnableInterrupts()
320 if (0U != (mask & (uint32_t)kQTMR_CompareInterruptEnable)) in QTMR_DisableInterrupts()
Dfsl_qtmr.h112 kQTMR_CompareInterruptEnable = (1U << 0), /*!< Compare interrupt.*/ enumerator
/hal_nxp-latest/mcux/mcux-sdk/drivers/qtmr_1/
Dfsl_qtmr.c324 if ((mask & (uint16_t)kQTMR_CompareInterruptEnable) != 0UL) in QTMR_EnableInterrupts()
370 if ((mask & (uint16_t)kQTMR_CompareInterruptEnable) != 0UL) in QTMR_DisableInterrupts()
Dfsl_qtmr.h126 kQTMR_CompareInterruptEnable = (1U << 0), /*!< Compare interrupt.*/ enumerator