Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dtfa_device_hal.c243 uint32_t crc_in = 0; in TFA_Hal_CheckMsgCRC() local
246 crc_in = msg->crc32; in TFA_Hal_CheckMsgCRC()
251 if (crc_in != ~crc32_le(~0u, base, size)) in TFA_Hal_CheckMsgCRC()