Lines Matching refs:ActiveITs
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()
2753 if ((((ActiveITs & FDCAN_IT_LIST_RX_FIFO0) != 0U) in HAL_FDCAN_ActivateNotification()
2755 (((ActiveITs & FDCAN_IT_LIST_RX_FIFO1) != 0U) in HAL_FDCAN_ActivateNotification()
2757 (((ActiveITs & FDCAN_IT_LIST_SMSG) != 0U) in HAL_FDCAN_ActivateNotification()
2759 (((ActiveITs & FDCAN_IT_LIST_TX_FIFO_ERROR) != 0U) in HAL_FDCAN_ActivateNotification()
2761 (((ActiveITs & FDCAN_IT_LIST_MISC) != 0U) in HAL_FDCAN_ActivateNotification()
2763 (((ActiveITs & FDCAN_IT_LIST_BIT_LINE_ERROR) != 0U) in HAL_FDCAN_ActivateNotification()
2765 (((ActiveITs & FDCAN_IT_LIST_PROTOCOL_ERROR) != 0U) in HAL_FDCAN_ActivateNotification()
2772 if ((ActiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_ActivateNotification()
2779 if ((ActiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_ActivateNotification()
2787 __HAL_FDCAN_ENABLE_IT(hfdcan, ActiveITs); in HAL_FDCAN_ActivateNotification()