Lines Matching refs:ActiveITs

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()
2746 if ((((ActiveITs & FDCAN_IT_LIST_RX_FIFO0) != 0U) in HAL_FDCAN_ActivateNotification()
2748 (((ActiveITs & FDCAN_IT_LIST_RX_FIFO1) != 0U) in HAL_FDCAN_ActivateNotification()
2750 (((ActiveITs & FDCAN_IT_LIST_SMSG) != 0U) in HAL_FDCAN_ActivateNotification()
2752 (((ActiveITs & FDCAN_IT_LIST_TX_FIFO_ERROR) != 0U) in HAL_FDCAN_ActivateNotification()
2754 (((ActiveITs & FDCAN_IT_LIST_MISC) != 0U) in HAL_FDCAN_ActivateNotification()
2756 (((ActiveITs & FDCAN_IT_LIST_BIT_LINE_ERROR) != 0U) in HAL_FDCAN_ActivateNotification()
2758 (((ActiveITs & FDCAN_IT_LIST_PROTOCOL_ERROR) != 0U) in HAL_FDCAN_ActivateNotification()
2765 if ((ActiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_ActivateNotification()
2772 if ((ActiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_ActivateNotification()
2780 __HAL_FDCAN_ENABLE_IT(hfdcan, ActiveITs); in HAL_FDCAN_ActivateNotification()