Home
last modified time | relevance | path

Searched refs:ActiveTTITs (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_fdcan.c4138 …_StatusTypeDef HAL_FDCAN_TT_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveTTITs) in HAL_FDCAN_TT_ActivateNotification() argument
4144 assert_param(IS_FDCAN_TT_IT(ActiveTTITs)); in HAL_FDCAN_TT_ActivateNotification()
4149 if ((ActiveTTITs & hfdcan->ttcan->TTILS) == 0U) in HAL_FDCAN_TT_ActivateNotification()
4154 else if ((ActiveTTITs & hfdcan->ttcan->TTILS) == ActiveTTITs) in HAL_FDCAN_TT_ActivateNotification()
4166 __HAL_FDCAN_TT_ENABLE_IT(hfdcan, ActiveTTITs); in HAL_FDCAN_TT_ActivateNotification()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fdcan.c5203 …_StatusTypeDef HAL_FDCAN_TT_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveTTITs) in HAL_FDCAN_TT_ActivateNotification() argument
5209 assert_param(IS_FDCAN_TT_IT(ActiveTTITs)); in HAL_FDCAN_TT_ActivateNotification()
5214 if ((ActiveTTITs & hfdcan->ttcan->TTILS) == 0U) in HAL_FDCAN_TT_ActivateNotification()
5219 else if ((ActiveTTITs & hfdcan->ttcan->TTILS) == ActiveTTITs) in HAL_FDCAN_TT_ActivateNotification()
5231 __HAL_FDCAN_TT_ENABLE_IT(hfdcan, ActiveTTITs); in HAL_FDCAN_TT_ActivateNotification()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_fdcan.c5203 …_StatusTypeDef HAL_FDCAN_TT_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveTTITs) in HAL_FDCAN_TT_ActivateNotification() argument
5209 assert_param(IS_FDCAN_TT_IT(ActiveTTITs)); in HAL_FDCAN_TT_ActivateNotification()
5214 if ((ActiveTTITs & hfdcan->ttcan->TTILS) == 0U) in HAL_FDCAN_TT_ActivateNotification()
5219 else if ((ActiveTTITs & hfdcan->ttcan->TTILS) == ActiveTTITs) in HAL_FDCAN_TT_ActivateNotification()
5231 __HAL_FDCAN_TT_ENABLE_IT(hfdcan, ActiveTTITs); in HAL_FDCAN_TT_ActivateNotification()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h1981 …StatusTypeDef HAL_FDCAN_TT_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveTTITs);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h2124 …StatusTypeDef HAL_FDCAN_TT_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveTTITs);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_fdcan.h2124 …StatusTypeDef HAL_FDCAN_TT_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveTTITs);