Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/Legacy/
Dstm32l4xx_hal_can.c806 while(__HAL_CAN_MSG_PENDING(hcan, FIFONumber) == 0) in HAL_CAN_Receive()
1097 (__HAL_CAN_MSG_PENDING(hcan, CAN_FIFO0) != 0)) in HAL_CAN_IRQHandler()
1105 (__HAL_CAN_MSG_PENDING(hcan, CAN_FIFO1) != 0)) in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/Legacy/
Dstm32f0xx_hal_can.c878 while(__HAL_CAN_MSG_PENDING(hcan, FIFONumber) == 0U) in HAL_CAN_Receive()
1275 (__HAL_CAN_MSG_PENDING(hcan, CAN_FIFO0) != 0U)) in HAL_CAN_IRQHandler()
1283 (__HAL_CAN_MSG_PENDING(hcan, CAN_FIFO1) != 0U)) in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/Legacy/
Dstm32f3xx_hal_can.c880 while(__HAL_CAN_MSG_PENDING(hcan, FIFONumber) == 0U) in HAL_CAN_Receive()
1277 (__HAL_CAN_MSG_PENDING(hcan, CAN_FIFO0) != 0U)) in HAL_CAN_IRQHandler()
1285 (__HAL_CAN_MSG_PENDING(hcan, CAN_FIFO1) != 0U)) in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/Legacy/
Dstm32f2xx_hal_can.c864 while(__HAL_CAN_MSG_PENDING(hcan, FIFONumber) == 0U) in HAL_CAN_Receive()
1250 tmp1 = __HAL_CAN_MSG_PENDING(hcan, CAN_FIFO0); in HAL_CAN_IRQHandler()
1259 tmp1 = __HAL_CAN_MSG_PENDING(hcan, CAN_FIFO1); in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_can.c895 while(__HAL_CAN_MSG_PENDING(hcan, FIFONumber) == 0U) in HAL_CAN_Receive()
1281 tmp1 = __HAL_CAN_MSG_PENDING(hcan, CAN_FIFO0); in HAL_CAN_IRQHandler()
1290 tmp1 = __HAL_CAN_MSG_PENDING(hcan, CAN_FIFO1); in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/Legacy/
Dstm32f1xx_hal_can.c882 while(__HAL_CAN_MSG_PENDING(hcan, FIFONumber) == 0U) in HAL_CAN_Receive()
1276 tmp1 = __HAL_CAN_MSG_PENDING(hcan, CAN_FIFO0); in HAL_CAN_IRQHandler()
1285 tmp1 = __HAL_CAN_MSG_PENDING(hcan, CAN_FIFO1); in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_can.c891 while(__HAL_CAN_MSG_PENDING(hcan, FIFONumber) == 0U) in HAL_CAN_Receive()
1277 tmp1 = __HAL_CAN_MSG_PENDING(hcan, CAN_FIFO0); in HAL_CAN_IRQHandler()
1286 tmp1 = __HAL_CAN_MSG_PENDING(hcan, CAN_FIFO1); in HAL_CAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_can_legacy.h496 #define __HAL_CAN_MSG_PENDING(__HANDLE__, __FIFONUMBER__) (((__FIFONUMBER__) == CAN_FIFO0)? \ macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32f2xx_hal_can_legacy.h496 #define __HAL_CAN_MSG_PENDING(__HANDLE__, __FIFONUMBER__) (((__FIFONUMBER__) == CAN_FIFO0)? \ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_can_legacy.h501 #define __HAL_CAN_MSG_PENDING(__HANDLE__, __FIFONUMBER__) (((__FIFONUMBER__) == CAN_FIFO0)? \ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/Legacy/
Dstm32l4xx_hal_can_legacy.h484 #define __HAL_CAN_MSG_PENDING(__HANDLE__, __FIFONUMBER__) (((__FIFONUMBER__) == CAN_FIFO0)? \ macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32f0xx_hal_can_legacy.h502 #define __HAL_CAN_MSG_PENDING(__HANDLE__, __FIFONUMBER__) (((__FIFONUMBER__) == CAN_FIFO0)? \ macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32f1xx_hal_can_legacy.h534 #define __HAL_CAN_MSG_PENDING(__HANDLE__, __FIFONUMBER__) (((__FIFONUMBER__) == CAN_FIFO0)? \ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32f3xx_hal_can_legacy.h507 #define __HAL_CAN_MSG_PENDING(__HANDLE__, __FIFONUMBER__) (((__FIFONUMBER__) == CAN_FIFO0)? \ macro