Searched refs:dlc_to_databytes (Results 1 – 1 of 1) sorted by relevance
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/source/ |
| D | gd32a50x_can.c | 38 static const uint8_t dlc_to_databytes[16] = {0U, 1U, 2U, 3U, 4U, 5U, 6U, 7U, 8U, 12U, 16U, 20U, 24U… variable 1757 ret = dlc_to_databytes[dlc_value]; in can_payload_size_compute()
|