Home
last modified time | relevance | path

Searched refs:ErrorStatusITs (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_fdcan.c2911 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/
Dstm32h5xx_hal_fdcan.c2911 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/
Dstm32g0xx_hal_fdcan.c2911 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/
Dstm32u5xx_hal_fdcan.c2904 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/
Dstm32l5xx_hal_fdcan.c2904 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/
Dstm32g4xx_hal_fdcan.c2911 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/
Dstm32h7xx_hal_fdcan.c5306 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/
Dstm32n6xx_hal_fdcan.c5306 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/
Dstm32mp1xx_hal_fdcan.c4241 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/
Dstm32h5xx_hal_fdcan.h460 …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/
Dstm32h7rsxx_hal_fdcan.h460 …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/
Dstm32g0xx_hal_fdcan.h460 …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/
Dstm32u5xx_hal_fdcan.h460 …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/
Dstm32g4xx_hal_fdcan.h460 …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/
Dstm32l5xx_hal_fdcan.h460 …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/
Dstm32h7xx_hal_fdcan.h750 …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/
Dstm32n6xx_hal_fdcan.h750 …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/
Dstm32mp1xx_hal_fdcan.h2004 void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs);