Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/periph_crc/example/src/
A Dcrc.c90 result[0] = Chip_CRC_CRC8(&bytes[0], 1); in main()
91 result[1] = Chip_CRC_CRC8(bytes, (sizeof(bytes) / sizeof(bytes[0]))); in main()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dcrc_15xx.c82 uint32_t Chip_CRC_CRC8(const uint8_t *data, uint32_t bytes) in Chip_CRC_CRC8() function
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dcrc_15xx.h236 uint32_t Chip_CRC_CRC8(const uint8_t *data, uint32_t bytes);

Completed in 4 milliseconds