Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_can.c1206 void can_crc_get(uint32_t can_periph, can_crc_struct *crc_struct) in can_crc_get() argument
1212 crc_struct->classical_frm_mb_number = GET_CRCC_ANTM(reg1); in can_crc_get()
1213 crc_struct->classical_frm_transmitted_crc = GET_CRCC_CRCTC(reg1); in can_crc_get()
1214 crc_struct->classical_fd_frm_mb_number = GET_CRCCFD_ANTM(reg2); in can_crc_get()
1215 crc_struct->classical_fd_frm_transmitted_crc = GET_CRCCFD_CRCTCI(reg2); in can_crc_get()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_can.h1218 void can_crc_get(uint32_t can_periph, can_crc_struct *crc_struct);