Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/otfad/
Dfsl_otfad.c237 uint32_t tempAddr; in OTFAD_HitDetermination() local
240 tempAddr = (address & 0xFFFFFC00U) >> 10U; in OTFAD_HitDetermination()
250 if ((tempAddr >= startAddr) && (tempAddr <= endAddr) && contextValid) in OTFAD_HitDetermination()