Home
last modified time | relevance | path

Searched refs:IS_CAN_DLC (Results 1 – 25 of 28) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/Legacy/
Dstm32l4xx_hal_can.c550 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit()
676 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit_IT()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/Legacy/
Dstm32f0xx_hal_can.c544 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit()
687 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit_IT()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/Legacy/
Dstm32f3xx_hal_can.c546 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit()
689 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit_IT()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/Legacy/
Dstm32f2xx_hal_can.c545 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit()
684 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit_IT()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_can.c576 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit()
715 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit_IT()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/Legacy/
Dstm32f1xx_hal_can.c557 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit()
698 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit_IT()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_can.c570 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit()
711 assert_param(IS_CAN_DLC(hcan->pTxMsg->DLC)); in HAL_CAN_Transmit_IT()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_can_legacy.h724 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32f2xx_hal_can_legacy.h724 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_can_legacy.h729 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/Legacy/
Dstm32l4xx_hal_can_legacy.h721 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32f0xx_hal_can_legacy.h747 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08U)) macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32f1xx_hal_can_legacy.h751 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32f3xx_hal_can_legacy.h752 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08U)) macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_can.h827 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_can.h819 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_can.h825 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_can.h827 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_can.h825 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_can.h819 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_can.h827 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_can.c1216 assert_param(IS_CAN_DLC(pHeader->DLC)); in HAL_CAN_AddTxMessage()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_can.c1216 assert_param(IS_CAN_DLC(pHeader->DLC)); in HAL_CAN_AddTxMessage()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_can.c1232 assert_param(IS_CAN_DLC(pHeader->DLC)); in HAL_CAN_AddTxMessage()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_can.c1260 assert_param(IS_CAN_DLC(pHeader->DLC)); in HAL_CAN_AddTxMessage()

12