Home
last modified time | relevance | path

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

/Zephyr-latest/lib/crc/
Dcrc_shell.c21 static const char *const crc_types[] = { variable
41 for (i = 0; i < ARRAY_SIZE(crc_types); ++i) { in string_to_crc_type()
42 if (strcmp(s, crc_types[i]) == 0) { in string_to_crc_type()
64 for (i = 0; i < ARRAY_SIZE(crc_types); ++i) { in usage()
65 shell_print(sh, "%s", crc_types[i]); in usage()