Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_crc/example/src/
A Dcrc.c92 result[2] = Chip_CRC_CRC16(&words[0], 1); in main()
97 result[3] = Chip_CRC_CRC16(words, (sizeof(words) / sizeof(words[0]))); in main()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dcrc_15xx.c95 uint32_t Chip_CRC_CRC16(const uint16_t *data, uint32_t hwords) in Chip_CRC_CRC16() function
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dcrc_15xx.h244 uint32_t Chip_CRC_CRC16(const uint16_t *data, uint32_t hwords);

Completed in 4 milliseconds