Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/
Dplat_test.c48 matchConfig.matchValue = TIMER_RELOAD_VALUE; in tfm_plat_test_secure_timer_start()
90 matchConfig.matchValue = TIMER_RELOAD_VALUE; in tfm_plat_test_non_secure_timer_start()
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_ctimer.c384 assert(!(FSL_FEATURE_CTIMER_BIT_SIZEn(base) < 32 && config->matchValue > 0xFFFFU)); in CTIMER_SetupMatch()
410 base->MR[matchChannel] = config->matchValue; in CTIMER_SetupMatch()
Dfsl_ctimer.h145 uint32_t matchValue; /*!< This is stored in the match register */ member