Searched refs:crc_struct (Results 1 – 2 of 2) sorted by relevance
1206 void can_crc_get(uint32_t can_periph, can_crc_struct *crc_struct) in can_crc_get() argument1212 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()
1218 void can_crc_get(uint32_t can_periph, can_crc_struct *crc_struct);