Searched defs:RTR (Results 1 – 6 of 6) sorted by relevance
142 uint8_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member166 uint8_t RTR; /*!< Specifies the type of frame for the received message. member373 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
148 uint8_t RTR; /*!< Specifies the type of frame for the message that will member175 uint8_t RTR; /*!< Specifies the type of frame for the received message. member406 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_Data) || ((RTR) == CAN_RTR_Remote)) argument
158 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member186 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member743 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
172 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member196 uint32_t RTR; /*!< Specifies the type of frame for the received message. member733 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
163 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member188 uint32_t RTR; /*!< Specifies the type of frame for the received message. member753 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
Completed in 15 milliseconds