Searched refs:CAN_SR_TS (Results 1 – 9 of 9) sorted by relevance
43 #define CAN_SR_TS BIT5 macro206 ((FLAG) == CAN_SR_RS) || ((FLAG) == CAN_SR_TS) || \
43 #define CAN_SR_TS BIT5 macro207 ((FLAG) == CAN_SR_RS) || ((FLAG) == CAN_SR_TS) || \
84 #define CAN_SR_TS ((unsigned char)0x20) /*!< 发送状态1: 发送 0: 空闲*/ macro
230 #define CAN_SR_TS (0x01U << CAN_SR_TS_Pos) ///< CAN transmit status macro359 #define CAN_SR_TS (0x01U << CAN_SR_TS_Pos) ///< CAN transmit status macro
116 CAN_STATUS_TS = CAN_SR_TS,
4019 #define CAN_SR_TS ((uint16_t)0x0020) macro
4028 #define CAN_SR_TS ((uint16_t)0x0020) macro
4323 #define CAN_SR_TS ((uint16_t)0x0020) macro
6485 #define CAN_SR_TS(x) (((uint32_t)(((uint32_t)(x)) << CAN_SR_TS_SHIFT)) &… macro
Completed in 785 milliseconds