Home
last modified time | relevance | path

Searched defs:RTR (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_can.h142 uint8_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
166 uint8_t RTR; /*!< Specifies the type of frame for the received message. member
373 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_can.h148 uint8_t RTR; /*!< Specifies the type of frame for the message that will member
175 uint8_t RTR; /*!< Specifies the type of frame for the received message. member
406 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_Data) || ((RTR) == CAN_RTR_Remote)) argument
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_can.h148 uint8_t RTR; /*!< Specifies the type of frame for the message that will member
175 uint8_t RTR; /*!< Specifies the type of frame for the received message. member
406 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_Data) || ((RTR) == CAN_RTR_Remote)) argument
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_can.h158 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
186 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
743 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_can.h172 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
196 uint32_t RTR; /*!< Specifies the type of frame for the received message. member
733 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/Legacy/
A Dstm32f0xx_hal_can_legacy.h163 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
188 uint32_t RTR; /*!< Specifies the type of frame for the received message. member
753 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument

Completed in 15 milliseconds