Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/CAN/
Dcan_me18.c411 if (obj_stat[0].last_error_code && !obj_stat[1].last_error_code) { in MXC_CAN_GetStatus()
413 } else if (!obj_stat[0].last_error_code && obj_stat[1].last_error_code) { in MXC_CAN_GetStatus()
Dcan_reva.c1085 stat.last_error_code = can->ecc; // Get last error code in MXC_CAN_RevA_GetStatus()
1086 switch (stat.last_error_code & MXC_CAN_ECC_ERROR_CODE_MASK) { in MXC_CAN_RevA_GetStatus()
1088 stat.last_error_code = MXC_CAN_LEC_BIT_ERR; in MXC_CAN_RevA_GetStatus()
1091 stat.last_error_code = MXC_CAN_LEC_STUFF_ERR; in MXC_CAN_RevA_GetStatus()
1094 stat.last_error_code = MXC_CAN_LEC_CRC_ERR; in MXC_CAN_RevA_GetStatus()
1097 stat.last_error_code = MXC_CAN_LEC_FORM_ERR; in MXC_CAN_RevA_GetStatus()
1100 stat.last_error_code = MXC_CAN_LEC_ACK_ERR; in MXC_CAN_RevA_GetStatus()
1103 stat.last_error_code = MXC_CAN_LEC_NO_ERR; in MXC_CAN_RevA_GetStatus()
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32690/
Dcan.h232 uint32_t last_error_code; ///< Last error code recorded member
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32662/
Dcan.h231 uint32_t last_error_code; ///< Last error code recorded member