Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_crc/example/src/
A Dcrc.c41 static const uint32_t dwords[] = {0x33323130, 0x33323130, 0x33323130, 0x33323130}; variable
98 result[4] = Chip_CRC_CRC32(&dwords[0], 1); in main()
99 result[5] = Chip_CRC_CRC32(dwords, (sizeof(dwords) / sizeof(dwords[0]))); in main()

Completed in 2 milliseconds