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