Home
last modified time | relevance | path

Searched refs:SWTime (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c5314 uint32_t SWTime; in HAL_FDCAN_IRQHandler() local
5621 SWTime = ((hfdcan->ttcan->TTCPT & FDCAN_TTCPT_SWV) >> FDCAN_TTCPT_SWV_Pos); in HAL_FDCAN_IRQHandler()
5629 hfdcan->TT_StopWatchCallback(hfdcan, SWTime, SWCycleCount); in HAL_FDCAN_IRQHandler()
5632 HAL_FDCAN_TT_StopWatchCallback(hfdcan, SWTime, SWCycleCount); in HAL_FDCAN_IRQHandler()
5999 __weak void HAL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t S… in HAL_FDCAN_TT_StopWatchCallback() argument
6003 UNUSED(SWTime); in HAL_FDCAN_TT_StopWatchCallback()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_fdcan.c5314 uint32_t SWTime; in HAL_FDCAN_IRQHandler() local
5621 SWTime = ((hfdcan->ttcan->TTCPT & FDCAN_TTCPT_SWV) >> FDCAN_TTCPT_SWV_Pos); in HAL_FDCAN_IRQHandler()
5629 hfdcan->TT_StopWatchCallback(hfdcan, SWTime, SWCycleCount); in HAL_FDCAN_IRQHandler()
5632 HAL_FDCAN_TT_StopWatchCallback(hfdcan, SWTime, SWCycleCount); in HAL_FDCAN_IRQHandler()
5999 __weak void HAL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t S… in HAL_FDCAN_TT_StopWatchCallback() argument
6003 UNUSED(SWTime); in HAL_FDCAN_TT_StopWatchCallback()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h753 …void (* TT_StopWatchCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCy…
793 typedef void (*pFDCAN_TT_StopWatchCallbackTypeDef)(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, u…
2150 void HAL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleC…
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_fdcan.h753 …void (* TT_StopWatchCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCy…
793 typedef void (*pFDCAN_TT_StopWatchCallbackTypeDef)(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, u…
2150 void HAL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleC…
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c4249 uint32_t SWTime; in HAL_FDCAN_IRQHandler() local
4478 SWTime = ((hfdcan->ttcan->TTCPT & FDCAN_TTCPT_SWV) >> FDCAN_TTCPT_SWV_Pos); in HAL_FDCAN_IRQHandler()
4485 HAL_FDCAN_TT_StopWatchCallback(hfdcan, SWTime, SWCycleCount); in HAL_FDCAN_IRQHandler()
4841 __weak void HAL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t S… in HAL_FDCAN_TT_StopWatchCallback() argument
4845 UNUSED(SWTime); in HAL_FDCAN_TT_StopWatchCallback()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h2007 void HAL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleC…