Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/
Dplat_test.c49 matchConfig.enableInterrupt = true; in tfm_plat_test_secure_timer_start()
91 matchConfig.enableInterrupt = true; in tfm_plat_test_non_secure_timer_start()
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_ctimer.c396 …reg |= ((uint32_t)(config->enableInterrupt) << (CTIMER_MCR_MR0I_SHIFT + ((uint32_t)matchChannel * … in CTIMER_SetupMatch()
414 if (config->enableInterrupt) in CTIMER_SetupMatch()
Dfsl_ctimer.h152 bool enableInterrupt; /*!< true: Generate interrupt upon match member