Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dcrc.h58 enum crc_type { enum
388 static inline uint32_t crc_by_type(enum crc_type type, const uint8_t *src, size_t len, in crc_by_type()
/Zephyr-latest/lib/crc/
Dcrc_shell.c79 enum crc_type type = CRC32_IEEE; in cmd_crc()