Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_can.c47 static uint32_t can_dlc_value_compute(uint32_t payload_size);
937 dlc = can_dlc_value_compute(mdpara->data_bytes); in can_mailbox_config()
1829 static uint32_t can_dlc_value_compute(uint32_t payload_size) in can_dlc_value_compute() function