Searched defs:DLC (Results 1 – 6 of 6) sorted by relevance
145 uint8_t DLC; /*!< Specifies the length of the frame that will be transmitted. member169 uint8_t DLC; /*!< Specifies the length of the frame that will be received. member349 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
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
161 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member189 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member740 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) argument
175 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member199 uint32_t DLC; /*!< Specifies the length of the frame that will be received. member729 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
166 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member191 uint32_t DLC; /*!< Specifies the length of the frame that will be received. member748 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08U)) argument
Completed in 14 milliseconds