Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c5315 uint32_t SWCycleCount; in HAL_FDCAN_IRQHandler() local
5622 SWCycleCount = ((hfdcan->ttcan->TTCPT & FDCAN_TTCPT_CCV) >> FDCAN_TTCPT_CCV_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 …HAL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleCount) in HAL_FDCAN_TT_StopWatchCallback() argument
6004 UNUSED(SWCycleCount); in HAL_FDCAN_TT_StopWatchCallback()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_fdcan.c5315 uint32_t SWCycleCount; in HAL_FDCAN_IRQHandler() local
5622 SWCycleCount = ((hfdcan->ttcan->TTCPT & FDCAN_TTCPT_CCV) >> FDCAN_TTCPT_CCV_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 …HAL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleCount) in HAL_FDCAN_TT_StopWatchCallback() argument
6004 UNUSED(SWCycleCount); in HAL_FDCAN_TT_StopWatchCallback()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h753 …back)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleCount); /*!< FDCAN TT…
793 …llbackTypeDef)(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleCount); /*!< pointer …
2150 …AL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleCount);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_fdcan.h753 …back)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleCount); /*!< FDCAN TT…
793 …llbackTypeDef)(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleCount); /*!< pointer …
2150 …AL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleCount);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c4250 uint32_t SWCycleCount; in HAL_FDCAN_IRQHandler() local
4479 SWCycleCount = ((hfdcan->ttcan->TTCPT & FDCAN_TTCPT_CCV) >> FDCAN_TTCPT_CCV_Pos); in HAL_FDCAN_IRQHandler()
4485 HAL_FDCAN_TT_StopWatchCallback(hfdcan, SWTime, SWCycleCount); in HAL_FDCAN_IRQHandler()
4841 …HAL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleCount) in HAL_FDCAN_TT_StopWatchCallback() argument
4846 UNUSED(SWCycleCount); in HAL_FDCAN_TT_StopWatchCallback()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h2007 …AL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleCount);