Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.c2986 kLTC_HashCtxNumWords = 21, /*!< number of context array 32-bit words */ enumerator
2996 …uint32_t word[kLTC_HashCtxNumWords]; /*!< LTC module context that needs to be saved/restored betwe…
3561 for (i = 0; i < (uint32_t)kLTC_HashCtxNumWords; i++) in LTC_HASH_Init()