Searched refs:stm32f4_crc32 (Results 1 – 3 of 3) sorted by relevance
24 uint32_t stm32f4_crc32(uint8_t *buffer, int length);
45 uint32_t stm32f4_crc32(uint8_t *buffer, int length) in stm32f4_crc32() function
224 crc = ~stm32f4_crc32(buffer, sizeof(uint32_t) + length); in main()283 crc = stm32f4_crc32(buffer, tot_len(length)); in main()