Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_can_legacy.h164 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 received. member
724 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32f1xx_hal_can_legacy.h124 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
149 uint32_t DLC; /*!< Specifies the length of the frame that will be received. member
751 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32f2xx_hal_can_legacy.h164 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 received. member
724 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_can_legacy.h169 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 received. member
729 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/Legacy/
Dstm32l4xx_hal_can_legacy.h161 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
186 uint32_t DLC; /*!< Specifies the length of the frame that will be received. member
721 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) argument
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32f0xx_hal_can_legacy.h165 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
190 uint32_t DLC; /*!< Specifies the length of the frame that will be received. member
747 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08U)) argument
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32f3xx_hal_can_legacy.h170 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
195 uint32_t DLC; /*!< Specifies the length of the frame that will be received. member
752 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08U)) argument
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_can.h169 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
197 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
827 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) argument
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_can.h164 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
192 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
819 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) argument
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_can.h169 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
197 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
825 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) argument
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_can.h169 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
197 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
827 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) argument
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_can.h169 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
197 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
825 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) argument
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_can.h164 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
192 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
819 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) argument
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_can.h169 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
197 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted. member
827 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) argument
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_fdcan.h1363 #define IS_FDCAN_DLC(DLC) (((DLC) == FDCAN_DLC_BYTES_0 ) || \ argument
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_fdcan.h1363 #define IS_FDCAN_DLC(DLC) (((DLC) == FDCAN_DLC_BYTES_0 ) || \ argument
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_fdcan.h1363 #define IS_FDCAN_DLC(DLC) (((DLC) == FDCAN_DLC_BYTES_0 ) || \ argument
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_fdcan.h1363 #define IS_FDCAN_DLC(DLC) (((DLC) == FDCAN_DLC_BYTES_0 ) || \ argument
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_fdcan.h1363 #define IS_FDCAN_DLC(DLC) (((DLC) == FDCAN_DLC_BYTES_0 ) || \ argument
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_fdcan.h1363 #define IS_FDCAN_DLC(DLC) (((DLC) == FDCAN_DLC_BYTES_0 ) || \ argument
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h2145 #define IS_FDCAN_DLC(DLC) (((DLC) == FDCAN_DLC_BYTES_0 ) || \ argument
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h2288 #define IS_FDCAN_DLC(DLC) (((DLC) == FDCAN_DLC_BYTES_0 ) || \ argument
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_fdcan.h2288 #define IS_FDCAN_DLC(DLC) (((DLC) == FDCAN_DLC_BYTES_0 ) || \ argument