Home
last modified time | relevance | path

Searched refs:AbortedBuffers (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_fdcan.c2913 uint32_t AbortedBuffers; in HAL_FDCAN_IRQHandler() local
2954 AbortedBuffers = hfdcan->Instance->TXBCF; in HAL_FDCAN_IRQHandler()
2955 AbortedBuffers &= hfdcan->Instance->TXBCIE; in HAL_FDCAN_IRQHandler()
2962 hfdcan->TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
2965 HAL_FDCAN_TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_fdcan.c2913 uint32_t AbortedBuffers; in HAL_FDCAN_IRQHandler() local
2954 AbortedBuffers = hfdcan->Instance->TXBCF; in HAL_FDCAN_IRQHandler()
2955 AbortedBuffers &= hfdcan->Instance->TXBCIE; in HAL_FDCAN_IRQHandler()
2962 hfdcan->TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
2965 HAL_FDCAN_TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_fdcan.c2913 uint32_t AbortedBuffers; in HAL_FDCAN_IRQHandler() local
2954 AbortedBuffers = hfdcan->Instance->TXBCF; in HAL_FDCAN_IRQHandler()
2955 AbortedBuffers &= hfdcan->Instance->TXBCIE; in HAL_FDCAN_IRQHandler()
2962 hfdcan->TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
2965 HAL_FDCAN_TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_fdcan.c2906 uint32_t AbortedBuffers; in HAL_FDCAN_IRQHandler() local
2947 AbortedBuffers = hfdcan->Instance->TXBCF; in HAL_FDCAN_IRQHandler()
2948 AbortedBuffers &= hfdcan->Instance->TXBCIE; in HAL_FDCAN_IRQHandler()
2955 hfdcan->TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
2958 HAL_FDCAN_TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_fdcan.c2906 uint32_t AbortedBuffers; in HAL_FDCAN_IRQHandler() local
2947 AbortedBuffers = hfdcan->Instance->TXBCF; in HAL_FDCAN_IRQHandler()
2948 AbortedBuffers &= hfdcan->Instance->TXBCIE; in HAL_FDCAN_IRQHandler()
2955 hfdcan->TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
2958 HAL_FDCAN_TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_fdcan.c2913 uint32_t AbortedBuffers; in HAL_FDCAN_IRQHandler() local
2954 AbortedBuffers = hfdcan->Instance->TXBCF; in HAL_FDCAN_IRQHandler()
2955 AbortedBuffers &= hfdcan->Instance->TXBCIE; in HAL_FDCAN_IRQHandler()
2962 hfdcan->TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
2965 HAL_FDCAN_TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c5308 uint32_t AbortedBuffers; in HAL_FDCAN_IRQHandler() local
5360 AbortedBuffers = hfdcan->Instance->TXBCF; in HAL_FDCAN_IRQHandler()
5361 AbortedBuffers &= hfdcan->Instance->TXBCIE; in HAL_FDCAN_IRQHandler()
5368 hfdcan->TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
5371 HAL_FDCAN_TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_fdcan.c5308 uint32_t AbortedBuffers; in HAL_FDCAN_IRQHandler() local
5360 AbortedBuffers = hfdcan->Instance->TXBCF; in HAL_FDCAN_IRQHandler()
5361 AbortedBuffers &= hfdcan->Instance->TXBCIE; in HAL_FDCAN_IRQHandler()
5368 hfdcan->TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
5371 HAL_FDCAN_TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c4243 uint32_t AbortedBuffers; in HAL_FDCAN_IRQHandler() local
4284 AbortedBuffers = hfdcan->Instance->TXBCF; in HAL_FDCAN_IRQHandler()
4285 AbortedBuffers &= hfdcan->Instance->TXBCIE; in HAL_FDCAN_IRQHandler()
4291 HAL_FDCAN_TxBufferAbortCallback(hfdcan, AbortedBuffers); in HAL_FDCAN_IRQHandler()