Searched refs:dlc_table (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/ |
D | can.h | 1684 static const uint8_t dlc_table[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 12, in can_dlc_to_bytes() local 1687 return dlc_table[MIN(dlc, ARRAY_SIZE(dlc_table) - 1)]; in can_dlc_to_bytes()
|