Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/
Dplat_test.c59 matchConfig.enableCounterStop = false; in tfm_plat_test_secure_timer_start()
99 matchConfig.enableCounterStop = true; in tfm_plat_test_non_secure_timer_start()
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_ctimer.h148 bool enableCounterStop; /*!< true: Match will stop the counter member
Dfsl_ctimer.c395 …reg |= ((uint32_t)(config->enableCounterStop) << (CTIMER_MCR_MR0S_SHIFT + ((uint32_t)matchChannel … in CTIMER_SetupMatch()