Home
last modified time | relevance | path

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

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
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
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
Dstm32f4xx_hal_can_legacy.h186 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
211 uint32_t DLC; /*!< Specifies the length of the frame that will be received. member
746 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_can.h166 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
194 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
813 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/actuator/
Ddw9714_act.c29 #define DLC macro