Home
last modified time | relevance | path

Searched refs:InactiveITs (Results 1 – 25 of 28) sorted by relevance

12

/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_fdcan.c2783 …L_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs) in HAL_FDCAN_DeactivateNotification() argument
2790 assert_param(IS_FDCAN_IT(InactiveITs)); in HAL_FDCAN_DeactivateNotification()
2795 __HAL_FDCAN_DISABLE_IT(hfdcan, InactiveITs); in HAL_FDCAN_DeactivateNotification()
2797 if ((InactiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
2803 if ((InactiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_fdcan.c2802 …L_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs) in HAL_FDCAN_DeactivateNotification() argument
2809 assert_param(IS_FDCAN_IT(InactiveITs)); in HAL_FDCAN_DeactivateNotification()
2814 __HAL_FDCAN_DISABLE_IT(hfdcan, InactiveITs); in HAL_FDCAN_DeactivateNotification()
2816 if ((InactiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
2822 if ((InactiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_fdcan.c2809 …L_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs) in HAL_FDCAN_DeactivateNotification() argument
2816 assert_param(IS_FDCAN_IT(InactiveITs)); in HAL_FDCAN_DeactivateNotification()
2821 __HAL_FDCAN_DISABLE_IT(hfdcan, InactiveITs); in HAL_FDCAN_DeactivateNotification()
2823 if ((InactiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
2829 if ((InactiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_fdcan.c2783 …L_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs) in HAL_FDCAN_DeactivateNotification() argument
2790 assert_param(IS_FDCAN_IT(InactiveITs)); in HAL_FDCAN_DeactivateNotification()
2795 __HAL_FDCAN_DISABLE_IT(hfdcan, InactiveITs); in HAL_FDCAN_DeactivateNotification()
2797 if ((InactiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
2803 if ((InactiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_fdcan.c2776 …L_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs) in HAL_FDCAN_DeactivateNotification() argument
2783 assert_param(IS_FDCAN_IT(InactiveITs)); in HAL_FDCAN_DeactivateNotification()
2788 __HAL_FDCAN_DISABLE_IT(hfdcan, InactiveITs); in HAL_FDCAN_DeactivateNotification()
2790 if ((InactiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
2796 if ((InactiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_can.c1663 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1668 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1674 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_can.c1651 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1656 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1662 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_can.c1667 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1672 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1678 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_can.c1687 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1692 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1698 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_can.c1692 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1697 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1703 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_can.c1667 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1672 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1678 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_can.c1667 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1672 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1678 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c4079 …L_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs) in HAL_FDCAN_DeactivateNotification() argument
4085 assert_param(IS_FDCAN_IT(InactiveITs)); in HAL_FDCAN_DeactivateNotification()
4090 __HAL_FDCAN_DISABLE_IT(hfdcan, InactiveITs); in HAL_FDCAN_DeactivateNotification()
4092 if ((InactiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
4098 if ((InactiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c5095 …L_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs) in HAL_FDCAN_DeactivateNotification() argument
5101 assert_param(IS_FDCAN_IT(InactiveITs)); in HAL_FDCAN_DeactivateNotification()
5106 __HAL_FDCAN_DISABLE_IT(hfdcan, InactiveITs); in HAL_FDCAN_DeactivateNotification()
5108 if ((InactiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
5114 if ((InactiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_can.h699 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_can.h696 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_can.h704 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_can.h708 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_can.h704 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_can.h699 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_can.h704 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_fdcan.h1233 …_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs);
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_fdcan.h1230 …_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs);
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_fdcan.h1239 …_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs);
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_fdcan.h1233 …_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs);

12