Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_can.h145 uint8_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
169 uint8_t DLC; /*!< Specifies the length of the frame that will be received. member
349 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_can.h152 uint8_t DLC; /*!< Specifies the length of the frame that will be member
179 uint8_t DLC; /*!< Specifies the length of the frame that will be received. member
381 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_can.h152 uint8_t DLC; /*!< Specifies the length of the frame that will be member
179 uint8_t DLC; /*!< Specifies the length of the frame that will be received. member
381 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_can.h161 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
189 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
740 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) argument
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_can.h175 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
199 uint32_t DLC; /*!< Specifies the length of the frame that will be received. member
729 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/Legacy/
A Dstm32f0xx_hal_can_legacy.h166 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
191 uint32_t DLC; /*!< Specifies the length of the frame that will be received. member
748 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08U)) argument

Completed in 14 milliseconds