Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_can_legacy.h241 #define HAL_CAN_ERROR_BOF 0x00000004U /*!< BOF error */ macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32f2xx_hal_can_legacy.h241 #define HAL_CAN_ERROR_BOF 0x00000004U /*!< BOF error */ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_can_legacy.h246 #define HAL_CAN_ERROR_BOF 0x00000004U /*!< BOF error */ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/Legacy/
Dstm32l4xx_hal_can_legacy.h236 #define HAL_CAN_ERROR_BOF ((uint32_t)0x00000004) /*!< BOF error */ macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32f0xx_hal_can_legacy.h243 #define HAL_CAN_ERROR_BOF (0x00000004U) /*!< BOF error */ macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32f1xx_hal_can_legacy.h201 #define HAL_CAN_ERROR_BOF 0x00000004U /*!< BOF error */ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32f3xx_hal_can_legacy.h248 #define HAL_CAN_ERROR_BOF (0x00000004U) /*!< BOF error */ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_can.h295 #define HAL_CAN_ERROR_BOF (0x00000004U) /*!< Bus-off error … macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_can.h290 #define HAL_CAN_ERROR_BOF (0x00000004U) /*!< Bus-off error … macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_can.h295 #define HAL_CAN_ERROR_BOF (0x00000004U) /*!< Bus-off error … macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_can.h295 #define HAL_CAN_ERROR_BOF (0x00000004U) /*!< Bus-off error … macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_can.h295 #define HAL_CAN_ERROR_BOF (0x00000004U) /*!< Bus-off error … macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_can.h290 #define HAL_CAN_ERROR_BOF (0x00000004U) /*!< Bus-off error … macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_can.h295 #define HAL_CAN_ERROR_BOF (0x00000004U) /*!< Bus-off error … macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/Legacy/
Dstm32l4xx_hal_can.c1140 hcan->ErrorCode |= HAL_CAN_ERROR_BOF; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/Legacy/
Dstm32f0xx_hal_can.c1318 hcan->ErrorCode |= HAL_CAN_ERROR_BOF; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_can.c2002 errorcode |= HAL_CAN_ERROR_BOF; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/Legacy/
Dstm32f3xx_hal_can.c1320 hcan->ErrorCode |= HAL_CAN_ERROR_BOF; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/Legacy/
Dstm32f2xx_hal_can.c1298 hcan->ErrorCode |= HAL_CAN_ERROR_BOF; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_can.c1990 errorcode |= HAL_CAN_ERROR_BOF; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_can.c1329 hcan->ErrorCode |= HAL_CAN_ERROR_BOF; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/Legacy/
Dstm32f1xx_hal_can.c1326 hcan->ErrorCode |= HAL_CAN_ERROR_BOF; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_can.c1325 hcan->ErrorCode |= HAL_CAN_ERROR_BOF; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_can.c2006 errorcode |= HAL_CAN_ERROR_BOF; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_can.c2034 errorcode |= HAL_CAN_ERROR_BOF; in HAL_CAN_IRQHandler()

12