/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_fdcan.c | 2911 uint32_t ErrorStatusITs; in HAL_FDCAN_IRQHandler() local 2925 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler() 2926 ErrorStatusITs &= hfdcan->Instance->IE; in HAL_FDCAN_IRQHandler() 3105 if (ErrorStatusITs != 0U) in HAL_FDCAN_IRQHandler() 3108 __HAL_FDCAN_CLEAR_FLAG(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3112 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3115 HAL_FDCAN_ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3353 __weak void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs) in HAL_FDCAN_ErrorStatusCallback() argument 3357 UNUSED(ErrorStatusITs); in HAL_FDCAN_ErrorStatusCallback()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_fdcan.c | 2911 uint32_t ErrorStatusITs; in HAL_FDCAN_IRQHandler() local 2925 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler() 2926 ErrorStatusITs &= hfdcan->Instance->IE; in HAL_FDCAN_IRQHandler() 3105 if (ErrorStatusITs != 0U) in HAL_FDCAN_IRQHandler() 3108 __HAL_FDCAN_CLEAR_FLAG(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3112 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3115 HAL_FDCAN_ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3353 __weak void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs) in HAL_FDCAN_ErrorStatusCallback() argument 3357 UNUSED(ErrorStatusITs); in HAL_FDCAN_ErrorStatusCallback()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_fdcan.c | 2911 uint32_t ErrorStatusITs; in HAL_FDCAN_IRQHandler() local 2925 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler() 2926 ErrorStatusITs &= hfdcan->Instance->IE; in HAL_FDCAN_IRQHandler() 3105 if (ErrorStatusITs != 0U) in HAL_FDCAN_IRQHandler() 3108 __HAL_FDCAN_CLEAR_FLAG(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3112 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3115 HAL_FDCAN_ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3353 __weak void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs) in HAL_FDCAN_ErrorStatusCallback() argument 3357 UNUSED(ErrorStatusITs); in HAL_FDCAN_ErrorStatusCallback()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_fdcan.c | 2904 uint32_t ErrorStatusITs; in HAL_FDCAN_IRQHandler() local 2918 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler() 2919 ErrorStatusITs &= hfdcan->Instance->IE; in HAL_FDCAN_IRQHandler() 3098 if (ErrorStatusITs != 0U) in HAL_FDCAN_IRQHandler() 3101 __HAL_FDCAN_CLEAR_FLAG(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3105 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3108 HAL_FDCAN_ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3346 __weak void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs) in HAL_FDCAN_ErrorStatusCallback() argument 3350 UNUSED(ErrorStatusITs); in HAL_FDCAN_ErrorStatusCallback()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_fdcan.c | 2904 uint32_t ErrorStatusITs; in HAL_FDCAN_IRQHandler() local 2918 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler() 2919 ErrorStatusITs &= hfdcan->Instance->IE; in HAL_FDCAN_IRQHandler() 3098 if (ErrorStatusITs != 0U) in HAL_FDCAN_IRQHandler() 3101 __HAL_FDCAN_CLEAR_FLAG(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3105 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3108 HAL_FDCAN_ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3346 __weak void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs) in HAL_FDCAN_ErrorStatusCallback() argument 3350 UNUSED(ErrorStatusITs); in HAL_FDCAN_ErrorStatusCallback()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_fdcan.c | 2911 uint32_t ErrorStatusITs; in HAL_FDCAN_IRQHandler() local 2925 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler() 2926 ErrorStatusITs &= hfdcan->Instance->IE; in HAL_FDCAN_IRQHandler() 3105 if (ErrorStatusITs != 0U) in HAL_FDCAN_IRQHandler() 3108 __HAL_FDCAN_CLEAR_FLAG(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3112 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3115 HAL_FDCAN_ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 3353 __weak void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs) in HAL_FDCAN_ErrorStatusCallback() argument 3357 UNUSED(ErrorStatusITs); in HAL_FDCAN_ErrorStatusCallback()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_fdcan.c | 5306 uint32_t ErrorStatusITs; in HAL_FDCAN_IRQHandler() local 5331 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler() 5332 ErrorStatusITs &= hfdcan->Instance->IE; in HAL_FDCAN_IRQHandler() 5544 if (ErrorStatusITs != 0U) in HAL_FDCAN_IRQHandler() 5547 __HAL_FDCAN_CLEAR_FLAG(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 5551 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 5554 HAL_FDCAN_ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 5939 __weak void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs) in HAL_FDCAN_ErrorStatusCallback() argument 5943 UNUSED(ErrorStatusITs); in HAL_FDCAN_ErrorStatusCallback()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_fdcan.c | 5306 uint32_t ErrorStatusITs; in HAL_FDCAN_IRQHandler() local 5331 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler() 5332 ErrorStatusITs &= hfdcan->Instance->IE; in HAL_FDCAN_IRQHandler() 5544 if (ErrorStatusITs != 0U) in HAL_FDCAN_IRQHandler() 5547 __HAL_FDCAN_CLEAR_FLAG(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 5551 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 5554 HAL_FDCAN_ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 5939 __weak void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs) in HAL_FDCAN_ErrorStatusCallback() argument 5943 UNUSED(ErrorStatusITs); in HAL_FDCAN_ErrorStatusCallback()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_fdcan.c | 4241 uint32_t ErrorStatusITs; in HAL_FDCAN_IRQHandler() local 4262 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler() 4263 ErrorStatusITs &= hfdcan->Instance->IE; in HAL_FDCAN_IRQHandler() 4418 if (ErrorStatusITs != 0U) in HAL_FDCAN_IRQHandler() 4421 __HAL_FDCAN_CLEAR_FLAG(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 4424 HAL_FDCAN_ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler() 4781 __weak void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs) in HAL_FDCAN_ErrorStatusCallback() argument 4785 UNUSED(ErrorStatusITs); in HAL_FDCAN_ErrorStatusCallback()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_fdcan.h | 460 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /… 495 …AN_ErrorStatusCallbackTypeDef)(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /*!< poi… 1259 void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_fdcan.h | 460 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /… 495 …AN_ErrorStatusCallbackTypeDef)(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /*!< poi… 1259 void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs);
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_fdcan.h | 460 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /… 495 …AN_ErrorStatusCallbackTypeDef)(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /*!< poi… 1259 void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_fdcan.h | 460 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /… 495 …AN_ErrorStatusCallbackTypeDef)(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /*!< poi… 1259 void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs);
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_fdcan.h | 460 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /… 495 …AN_ErrorStatusCallbackTypeDef)(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /*!< poi… 1259 void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs);
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_fdcan.h | 460 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /… 495 …AN_ErrorStatusCallbackTypeDef)(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /*!< poi… 1259 void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs);
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_fdcan.h | 750 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); … 790 …AN_ErrorStatusCallbackTypeDef)(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); … 2147 void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_fdcan.h | 750 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); … 790 …AN_ErrorStatusCallbackTypeDef)(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); … 2147 void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs);
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_fdcan.h | 2004 void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs);
|