Home
last modified time | relevance | path

Searched refs:activeTamperConfig (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/tdet/
Dfsl_tdet.c121 const tdet_active_tamper_config_t *activeTamperConfig, in tdet_ActiveTamperConfigure() argument
129 (activeTamperConfig != NULL)) in tdet_ActiveTamperConfigure()
133 temp |= DIGTMP_ATR_ATSR(activeTamperConfig->activeTamperShift); in tdet_ActiveTamperConfigure()
134 temp |= DIGTMP_ATR_ATP(activeTamperConfig->activeTamperPolynomial); in tdet_ActiveTamperConfigure()
305 const tdet_active_tamper_config_t *activeTamperConfig, in TDET_ActiveTamperSetConfig() argument
321 status = tdet_ActiveTamperConfigure(base, activeTamperConfig, i); in TDET_ActiveTamperSetConfig()
Dfsl_tdet.h441 const tdet_active_tamper_config_t *activeTamperConfig,