/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_fdcan.c | 2716 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs, in HAL_FDCAN_ActivateNotification() argument 2723 assert_param(IS_FDCAN_IT(ActiveITs)); in HAL_FDCAN_ActivateNotification() 2724 if ((ActiveITs & (FDCAN_IT_TX_COMPLETE | FDCAN_IT_TX_ABORT_COMPLETE)) != 0U) in HAL_FDCAN_ActivateNotification() 2735 if ((((ActiveITs & FDCAN_IT_LIST_RX_FIFO0) != 0U) in HAL_FDCAN_ActivateNotification() 2737 (((ActiveITs & FDCAN_IT_LIST_RX_FIFO1) != 0U) in HAL_FDCAN_ActivateNotification() 2739 (((ActiveITs & FDCAN_IT_LIST_SMSG) != 0U) in HAL_FDCAN_ActivateNotification() 2741 (((ActiveITs & FDCAN_IT_LIST_TX_FIFO_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() 2743 (((ActiveITs & FDCAN_IT_LIST_MISC) != 0U) in HAL_FDCAN_ActivateNotification() 2745 (((ActiveITs & FDCAN_IT_LIST_BIT_LINE_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() 2747 (((ActiveITs & FDCAN_IT_LIST_PROTOCOL_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_fdcan.c | 2716 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs, in HAL_FDCAN_ActivateNotification() argument 2723 assert_param(IS_FDCAN_IT(ActiveITs)); in HAL_FDCAN_ActivateNotification() 2724 if ((ActiveITs & (FDCAN_IT_TX_COMPLETE | FDCAN_IT_TX_ABORT_COMPLETE)) != 0U) in HAL_FDCAN_ActivateNotification() 2735 if ((((ActiveITs & FDCAN_IT_LIST_RX_FIFO0) != 0U) in HAL_FDCAN_ActivateNotification() 2737 (((ActiveITs & FDCAN_IT_LIST_RX_FIFO1) != 0U) in HAL_FDCAN_ActivateNotification() 2739 (((ActiveITs & FDCAN_IT_LIST_SMSG) != 0U) in HAL_FDCAN_ActivateNotification() 2741 (((ActiveITs & FDCAN_IT_LIST_TX_FIFO_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() 2743 (((ActiveITs & FDCAN_IT_LIST_MISC) != 0U) in HAL_FDCAN_ActivateNotification() 2745 (((ActiveITs & FDCAN_IT_LIST_BIT_LINE_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() 2747 (((ActiveITs & FDCAN_IT_LIST_PROTOCOL_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_fdcan.c | 2716 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs, in HAL_FDCAN_ActivateNotification() argument 2723 assert_param(IS_FDCAN_IT(ActiveITs)); in HAL_FDCAN_ActivateNotification() 2724 if ((ActiveITs & (FDCAN_IT_TX_COMPLETE | FDCAN_IT_TX_ABORT_COMPLETE)) != 0U) in HAL_FDCAN_ActivateNotification() 2735 if ((((ActiveITs & FDCAN_IT_LIST_RX_FIFO0) != 0U) in HAL_FDCAN_ActivateNotification() 2737 (((ActiveITs & FDCAN_IT_LIST_RX_FIFO1) != 0U) in HAL_FDCAN_ActivateNotification() 2739 (((ActiveITs & FDCAN_IT_LIST_SMSG) != 0U) in HAL_FDCAN_ActivateNotification() 2741 (((ActiveITs & FDCAN_IT_LIST_TX_FIFO_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() 2743 (((ActiveITs & FDCAN_IT_LIST_MISC) != 0U) in HAL_FDCAN_ActivateNotification() 2745 (((ActiveITs & FDCAN_IT_LIST_BIT_LINE_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() 2747 (((ActiveITs & FDCAN_IT_LIST_PROTOCOL_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_fdcan.c | 2709 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs, in HAL_FDCAN_ActivateNotification() argument 2716 assert_param(IS_FDCAN_IT(ActiveITs)); in HAL_FDCAN_ActivateNotification() 2717 if ((ActiveITs & (FDCAN_IT_TX_COMPLETE | FDCAN_IT_TX_ABORT_COMPLETE)) != 0U) in HAL_FDCAN_ActivateNotification() 2728 if ((((ActiveITs & FDCAN_IT_LIST_RX_FIFO0) != 0U) in HAL_FDCAN_ActivateNotification() 2730 (((ActiveITs & FDCAN_IT_LIST_RX_FIFO1) != 0U) in HAL_FDCAN_ActivateNotification() 2732 (((ActiveITs & FDCAN_IT_LIST_SMSG) != 0U) in HAL_FDCAN_ActivateNotification() 2734 (((ActiveITs & FDCAN_IT_LIST_TX_FIFO_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() 2736 (((ActiveITs & FDCAN_IT_LIST_MISC) != 0U) in HAL_FDCAN_ActivateNotification() 2738 (((ActiveITs & FDCAN_IT_LIST_BIT_LINE_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() 2740 (((ActiveITs & FDCAN_IT_LIST_PROTOCOL_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_fdcan.c | 2709 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs, in HAL_FDCAN_ActivateNotification() argument 2716 assert_param(IS_FDCAN_IT(ActiveITs)); in HAL_FDCAN_ActivateNotification() 2717 if ((ActiveITs & (FDCAN_IT_TX_COMPLETE | FDCAN_IT_TX_ABORT_COMPLETE)) != 0U) in HAL_FDCAN_ActivateNotification() 2728 if ((((ActiveITs & FDCAN_IT_LIST_RX_FIFO0) != 0U) in HAL_FDCAN_ActivateNotification() 2730 (((ActiveITs & FDCAN_IT_LIST_RX_FIFO1) != 0U) in HAL_FDCAN_ActivateNotification() 2732 (((ActiveITs & FDCAN_IT_LIST_SMSG) != 0U) in HAL_FDCAN_ActivateNotification() 2734 (((ActiveITs & FDCAN_IT_LIST_TX_FIFO_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() 2736 (((ActiveITs & FDCAN_IT_LIST_MISC) != 0U) in HAL_FDCAN_ActivateNotification() 2738 (((ActiveITs & FDCAN_IT_LIST_BIT_LINE_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() 2740 (((ActiveITs & FDCAN_IT_LIST_PROTOCOL_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_fdcan.c | 2716 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs, in HAL_FDCAN_ActivateNotification() argument 2723 assert_param(IS_FDCAN_IT(ActiveITs)); in HAL_FDCAN_ActivateNotification() 2724 if ((ActiveITs & (FDCAN_IT_TX_COMPLETE | FDCAN_IT_TX_ABORT_COMPLETE)) != 0U) in HAL_FDCAN_ActivateNotification() 2735 if ((((ActiveITs & FDCAN_IT_LIST_RX_FIFO0) != 0U) in HAL_FDCAN_ActivateNotification() 2737 (((ActiveITs & FDCAN_IT_LIST_RX_FIFO1) != 0U) in HAL_FDCAN_ActivateNotification() 2739 (((ActiveITs & FDCAN_IT_LIST_SMSG) != 0U) in HAL_FDCAN_ActivateNotification() 2741 (((ActiveITs & FDCAN_IT_LIST_TX_FIFO_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() 2743 (((ActiveITs & FDCAN_IT_LIST_MISC) != 0U) in HAL_FDCAN_ActivateNotification() 2745 (((ActiveITs & FDCAN_IT_LIST_BIT_LINE_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() 2747 (((ActiveITs & FDCAN_IT_LIST_PROTOCOL_ERROR) != 0U) in HAL_FDCAN_ActivateNotification() [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_fdcan.c | 4016 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs, u… in HAL_FDCAN_ActivateNotification() argument 4021 assert_param(IS_FDCAN_IT(ActiveITs)); in HAL_FDCAN_ActivateNotification() 4026 if ((ActiveITs & hfdcan->Instance->ILS) == 0U) in HAL_FDCAN_ActivateNotification() 4031 else if ((ActiveITs & hfdcan->Instance->ILS) == ActiveITs) in HAL_FDCAN_ActivateNotification() 4042 if ((ActiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_ActivateNotification() 4049 if ((ActiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_ActivateNotification() 4057 __HAL_FDCAN_ENABLE_IT(hfdcan, ActiveITs); in HAL_FDCAN_ActivateNotification()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_fdcan.c | 5080 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs, in HAL_FDCAN_ActivateNotification() argument 5086 assert_param(IS_FDCAN_IT(ActiveITs)); in HAL_FDCAN_ActivateNotification() 5091 if ((ActiveITs & hfdcan->Instance->ILS) == 0U) in HAL_FDCAN_ActivateNotification() 5096 else if ((ActiveITs & hfdcan->Instance->ILS) == ActiveITs) in HAL_FDCAN_ActivateNotification() 5107 if ((ActiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_ActivateNotification() 5114 if ((ActiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_ActivateNotification() 5122 __HAL_FDCAN_ENABLE_IT(hfdcan, ActiveITs); in HAL_FDCAN_ActivateNotification()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_fdcan.c | 5080 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs, in HAL_FDCAN_ActivateNotification() argument 5086 assert_param(IS_FDCAN_IT(ActiveITs)); in HAL_FDCAN_ActivateNotification() 5091 if ((ActiveITs & hfdcan->Instance->ILS) == 0U) in HAL_FDCAN_ActivateNotification() 5096 else if ((ActiveITs & hfdcan->Instance->ILS) == ActiveITs) in HAL_FDCAN_ActivateNotification() 5107 if ((ActiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_ActivateNotification() 5114 if ((ActiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_ActivateNotification() 5122 __HAL_FDCAN_ENABLE_IT(hfdcan, ActiveITs); in HAL_FDCAN_ActivateNotification()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_can.c | 1629 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs) in HAL_CAN_ActivateNotification() argument 1634 assert_param(IS_CAN_IT(ActiveITs)); in HAL_CAN_ActivateNotification() 1640 __HAL_CAN_ENABLE_IT(hcan, ActiveITs); in HAL_CAN_ActivateNotification()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_can.c | 1617 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs) in HAL_CAN_ActivateNotification() argument 1622 assert_param(IS_CAN_IT(ActiveITs)); in HAL_CAN_ActivateNotification() 1628 __HAL_CAN_ENABLE_IT(hcan, ActiveITs); in HAL_CAN_ActivateNotification()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_can.c | 1633 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs) in HAL_CAN_ActivateNotification() argument 1638 assert_param(IS_CAN_IT(ActiveITs)); in HAL_CAN_ActivateNotification() 1644 __HAL_CAN_ENABLE_IT(hcan, ActiveITs); in HAL_CAN_ActivateNotification()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_can.c | 1661 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs) in HAL_CAN_ActivateNotification() argument 1666 assert_param(IS_CAN_IT(ActiveITs)); in HAL_CAN_ActivateNotification() 1672 __HAL_CAN_ENABLE_IT(hcan, ActiveITs); in HAL_CAN_ActivateNotification()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_can.c | 1633 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs) in HAL_CAN_ActivateNotification() argument 1638 assert_param(IS_CAN_IT(ActiveITs)); in HAL_CAN_ActivateNotification() 1644 __HAL_CAN_ENABLE_IT(hcan, ActiveITs); in HAL_CAN_ActivateNotification()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_can.c | 1633 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs) in HAL_CAN_ActivateNotification() argument 1638 assert_param(IS_CAN_IT(ActiveITs)); in HAL_CAN_ActivateNotification() 1644 __HAL_CAN_ENABLE_IT(hcan, ActiveITs); in HAL_CAN_ActivateNotification()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_can.c | 1661 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs) in HAL_CAN_ActivateNotification() argument 1666 assert_param(IS_CAN_IT(ActiveITs)); in HAL_CAN_ActivateNotification() 1672 __HAL_CAN_ENABLE_IT(hcan, ActiveITs); in HAL_CAN_ActivateNotification()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_can.h | 707 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_can.h | 702 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_can.h | 707 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_can.h | 707 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_can.h | 707 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_can.h | 702 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_can.h | 707 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_fdcan.h | 1237 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs,
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_fdcan.h | 1237 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs,
|