Searched refs:CAN_ID_EXT (Results 1 – 17 of 17) sorted by relevance
170 CAN_ID_EXT = 0x1U, /**< Extended Id */ enumerator359 ((x) == CAN_ID_EXT))
172 CAN_ID_EXT = 0x1U, /**< Extended Id */ enumerator361 ((x) == CAN_ID_EXT))
317 #define CAN_ID_EXT CAN_Id_Extended macro
588 #define CAN_ID_EXT CAN_Id_Extended macro
587 #define CAN_ID_EXT CAN_Extended_Id macro
406 txheader.type = CAN_ID_EXT; in _can_sendmsg()
400 txheader.type = CAN_ID_EXT; in _can_sendmsg()
538 txheader.IDE = CAN_ID_EXT; in _can_sendmsg()
661 p_can_dev->ll_init.pstcFilter[i].u32IDType = CAN_ID_EXT; in _config_can_filter()
2497 #define CAN_ID_EXT(x) (((uint32_t)(((uint32_t)(x)) << CAN_ID_EXT_SHIFT))… macro
Completed in 122 milliseconds