Searched defs:CAN_SR_TCS (Results 1 – 8 of 8) sorted by relevance
41 #define CAN_SR_TCS BIT3 macro
226 #define CAN_SR_TCS (0x01U << CAN_SR_TCS_Pos) ///< CAN transmission c… macro355 #define CAN_SR_TCS (0x01U << CAN_SR_TCS_Pos) ///< CAN transmission c… macro
82 …#define CAN_SR_TCS ((unsigned char)0x08) /*!< 发送完毕状态1: 完毕 0: 未完毕… macro
4017 #define CAN_SR_TCS ((uint16_t)0x0008) macro
4026 #define CAN_SR_TCS ((uint16_t)0x0008) macro
4321 #define CAN_SR_TCS ((uint16_t)0x0008) macro
6493 #define CAN_SR_TCS(x) (((uint32_t)(((uint32_t)(x)) << CAN_SR_TCS_SHIFT)) … macro
Completed in 115 milliseconds