Home
last modified time | relevance | path

Searched refs:ActiveITs (Results 1 – 25 of 32) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_fdcan.c2716 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/
Dstm32h5xx_hal_fdcan.c2716 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/
Dstm32g0xx_hal_fdcan.c2716 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/
Dstm32u5xx_hal_fdcan.c2709 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/
Dstm32l5xx_hal_fdcan.c2709 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/
Dstm32g4xx_hal_fdcan.c2716 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/
Dstm32mp1xx_hal_fdcan.c4016 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/
Dstm32h7xx_hal_fdcan.c5080 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/
Dstm32n6xx_hal_fdcan.c5080 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/
Dstm32f0xx_hal_can.c1629 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/
Dstm32f3xx_hal_can.c1617 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/
Dstm32f2xx_hal_can.c1633 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/
Dstm32f7xx_hal_can.c1661 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/
Dstm32f1xx_hal_can.c1633 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/
Dstm32l4xx_hal_can.c1633 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/
Dstm32f4xx_hal_can.c1661 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/
Dstm32f7xx_hal_can.h707 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_can.h702 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_can.h707 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_can.h707 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_can.h707 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_can.h702 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_can.h707 HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_fdcan.h1237 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs,
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_fdcan.h1237 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs,

12