Home
last modified time | relevance | path

Searched refs:ErrorStatusCallback (Results 1 – 16 of 16) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_fdcan.c346 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* ErrorStatusCallbac… in HAL_FDCAN_Init()
1206 hfdcan->ErrorStatusCallback = pCallback; in HAL_FDCAN_RegisterErrorStatusCallback()
1232 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* Legacy weak ErrorStatusCallback */ in HAL_FDCAN_UnRegisterErrorStatusCallback()
3112 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_fdcan.c346 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* ErrorStatusCallbac… in HAL_FDCAN_Init()
1206 hfdcan->ErrorStatusCallback = pCallback; in HAL_FDCAN_RegisterErrorStatusCallback()
1232 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* Legacy weak ErrorStatusCallback */ in HAL_FDCAN_UnRegisterErrorStatusCallback()
3112 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_fdcan.c346 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* ErrorStatusCallbac… in HAL_FDCAN_Init()
1206 hfdcan->ErrorStatusCallback = pCallback; in HAL_FDCAN_RegisterErrorStatusCallback()
1232 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* Legacy weak ErrorStatusCallback */ in HAL_FDCAN_UnRegisterErrorStatusCallback()
3112 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_fdcan.c343 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* ErrorStatusCallbac… in HAL_FDCAN_Init()
1199 hfdcan->ErrorStatusCallback = pCallback; in HAL_FDCAN_RegisterErrorStatusCallback()
1225 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* Legacy weak ErrorStatusCallback */ in HAL_FDCAN_UnRegisterErrorStatusCallback()
3105 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_fdcan.c343 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* ErrorStatusCallbac… in HAL_FDCAN_Init()
1199 hfdcan->ErrorStatusCallback = pCallback; in HAL_FDCAN_RegisterErrorStatusCallback()
1225 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* Legacy weak ErrorStatusCallback */ in HAL_FDCAN_UnRegisterErrorStatusCallback()
3105 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_fdcan.c346 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* ErrorStatusCallbac… in HAL_FDCAN_Init()
1206 hfdcan->ErrorStatusCallback = pCallback; in HAL_FDCAN_RegisterErrorStatusCallback()
1232 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* Legacy weak ErrorStatusCallback */ in HAL_FDCAN_UnRegisterErrorStatusCallback()
3112 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c375 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* ErrorStatusCallbac… in HAL_FDCAN_Init()
1342 hfdcan->ErrorStatusCallback = pCallback; in HAL_FDCAN_RegisterErrorStatusCallback()
1368 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* Legacy weak ErrorStatusCallback */ in HAL_FDCAN_UnRegisterErrorStatusCallback()
5551 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_fdcan.c375 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* ErrorStatusCallbac… in HAL_FDCAN_Init()
1342 hfdcan->ErrorStatusCallback = pCallback; in HAL_FDCAN_RegisterErrorStatusCallback()
1368 …hfdcan->ErrorStatusCallback = HAL_FDCAN_ErrorStatusCallback; /* Legacy weak ErrorStatusCallback */ in HAL_FDCAN_UnRegisterErrorStatusCallback()
5551 hfdcan->ErrorStatusCallback(hfdcan, ErrorStatusITs); in HAL_FDCAN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_fdcan.h460 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_fdcan.h460 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /… member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_fdcan.h460 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_fdcan.h460 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /… member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_fdcan.h460 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /… member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_fdcan.h460 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); /… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h750 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); … member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_fdcan.h750 …void (* ErrorStatusCallback)(struct __FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs); … member