Home
last modified time | relevance | path

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

/bsp/nv32f100x/lib/src/
A Dcrc.c99 uint8_t *pCRCBytes; in CRC_Cal16() local
121 pCRCBytes = (uint8_t*)&CRC0->ACCESS8BIT.DATALL; in CRC_Cal16()
122 *pCRCBytes++ = msg[j]; in CRC_Cal16()
146 uint8_t *pCRCBytes; in CRC_Cal32() local
168 pCRCBytes = (uint8_t*)&CRC0->ACCESS8BIT.DATALL; in CRC_Cal32()
175 *pCRCBytes++ = msg[j]; in CRC_Cal32()
224 *pCRCBytes = msg[j]; in CRC_Cal32()

Completed in 5 milliseconds