Searched defs:DLC (Results 1 – 4 of 4) sorted by relevance
152 uint8_t DLC; /*!< Specifies the length of the frame that will be member179 uint8_t DLC; /*!< Specifies the length of the frame that will be received. member381 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
186 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member211 uint32_t DLC; /*!< Specifies the length of the frame that will be received. member746 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
166 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member194 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member813 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) argument
29 #define DLC macro