Searched refs:SWCycleCount (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_fdcan.c | 5315 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/ |
D | stm32n6xx_hal_fdcan.c | 5315 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/ |
D | stm32h7xx_hal_fdcan.h | 753 …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/ |
D | stm32n6xx_hal_fdcan.h | 753 …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/ |
D | stm32mp1xx_hal_fdcan.c | 4250 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/ |
D | stm32mp1xx_hal_fdcan.h | 2007 …AL_FDCAN_TT_StopWatchCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t SWTime, uint32_t SWCycleCount);
|