Home
last modified time | relevance | path

Searched refs:FDCAN_ERROR_STATUS_MASK (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_fdcan.c194 #define FDCAN_ERROR_STATUS_MASK (FDCAN_IR_EP | FDCAN_IR_EW | FDCAN_IR_BO) macro
2897 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_fdcan.c194 #define FDCAN_ERROR_STATUS_MASK (FDCAN_IR_EP | FDCAN_IR_EW | FDCAN_IR_BO) macro
2899 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_fdcan.c194 #define FDCAN_ERROR_STATUS_MASK (FDCAN_IR_EP | FDCAN_IR_EW | FDCAN_IR_BO) macro
2918 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_fdcan.c194 #define FDCAN_ERROR_STATUS_MASK (FDCAN_IR_EP | FDCAN_IR_EW | FDCAN_IR_BO) macro
2925 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_fdcan.c194 #define FDCAN_ERROR_STATUS_MASK (FDCAN_IR_EP | FDCAN_IR_EW | FDCAN_IR_BO) macro
2892 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c136 #define FDCAN_ERROR_STATUS_MASK (FDCAN_IR_EP | FDCAN_IR_EW | FDCAN_IR_BO) macro
4262 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c212 #define FDCAN_ERROR_STATUS_MASK (FDCAN_IR_EP | FDCAN_IR_EW | FDCAN_IR_BO) macro
5282 ErrorStatusITs = hfdcan->Instance->IR & FDCAN_ERROR_STATUS_MASK; in HAL_FDCAN_IRQHandler()