Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_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-latest/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-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_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-latest/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-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_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-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_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-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_can.c1662 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1667 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1673 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_can.c1650 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1655 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1661 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_can.c1666 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1671 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1677 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_can.c1694 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1699 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1705 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_can.c1666 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1671 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1677 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_can.c1666 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1671 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1677 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_can.c1694 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs) in HAL_CAN_DeactivateNotification() argument
1699 assert_param(IS_CAN_IT(InactiveITs)); in HAL_CAN_DeactivateNotification()
1705 __HAL_CAN_DISABLE_IT(hcan, InactiveITs); in HAL_CAN_DeactivateNotification()
/hal_stm32-latest/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-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c5144 …L_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs) in HAL_FDCAN_DeactivateNotification() argument
5150 assert_param(IS_FDCAN_IT(InactiveITs)); in HAL_FDCAN_DeactivateNotification()
5155 __HAL_FDCAN_DISABLE_IT(hfdcan, InactiveITs); in HAL_FDCAN_DeactivateNotification()
5157 if ((InactiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
5163 if ((InactiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_fdcan.c5144 …L_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs) in HAL_FDCAN_DeactivateNotification() argument
5150 assert_param(IS_FDCAN_IT(InactiveITs)); in HAL_FDCAN_DeactivateNotification()
5155 __HAL_FDCAN_DISABLE_IT(hfdcan, InactiveITs); in HAL_FDCAN_DeactivateNotification()
5157 if ((InactiveITs & FDCAN_IT_TX_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
5163 if ((InactiveITs & FDCAN_IT_TX_ABORT_COMPLETE) != 0U) in HAL_FDCAN_DeactivateNotification()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_can.h708 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_can.h703 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_can.h708 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_can.h708 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_can.h708 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_can.h703 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_can.h708 HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_fdcan.h1239 …_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_fdcan.h1239 …_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveITs);

12