Home
last modified time | relevance | path

Searched refs:HAL_CAN_ERROR_FOV0 (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_can_legacy.h248 #define HAL_CAN_ERROR_FOV0 0x00000200U /*!< FIFO0 overrun error */ macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32f2xx_hal_can_legacy.h248 #define HAL_CAN_ERROR_FOV0 0x00000200U /*!< FIFO0 overrun error */ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_can_legacy.h253 #define HAL_CAN_ERROR_FOV0 0x00000200U /*!< FIFO0 overrun error */ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/Legacy/
Dstm32l4xx_hal_can_legacy.h243 #define HAL_CAN_ERROR_FOV0 ((uint32_t)0x00000200) /*!< FIFO0 overrun error */ macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32f0xx_hal_can_legacy.h250 #define HAL_CAN_ERROR_FOV0 (0x00000200U) /*!< FIFO0 overrun error */ macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32f1xx_hal_can_legacy.h208 #define HAL_CAN_ERROR_FOV0 0x00000200U /*!< FIFO0 overrun error */ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32f3xx_hal_can_legacy.h255 #define HAL_CAN_ERROR_FOV0 (0x00000200U) /*!< FIFO0 overrun error */ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/Legacy/
Dstm32l4xx_hal_can.c1066 errorcode |= HAL_CAN_ERROR_FOV0; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/Legacy/
Dstm32f0xx_hal_can.c1228 errorcode |= HAL_CAN_ERROR_FOV0; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/Legacy/
Dstm32f3xx_hal_can.c1230 errorcode |= HAL_CAN_ERROR_FOV0; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/Legacy/
Dstm32f2xx_hal_can.c1203 errorcode |= HAL_CAN_ERROR_FOV0; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_can.c1234 errorcode |= HAL_CAN_ERROR_FOV0; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/Legacy/
Dstm32f1xx_hal_can.c1228 errorcode |= HAL_CAN_ERROR_FOV0; in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_can.c1230 errorcode |= HAL_CAN_ERROR_FOV0; in HAL_CAN_IRQHandler()