HAL
HAL_CAN_DeactivateNotification() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_CAN_DeactivateNotification()

HAL_CAN_DeactivateNotification() function

Disable interrupts.

Syntax

HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan,     uint32_t InactiveITs);
Implemented in stm32f4xx_hal_can.c:1694

Arguments

hcan

pointer to an CAN_HandleTypeDef structure that contains the configuration information for the specified CAN.

InactiveITs

indicates which interrupts will be disabled. This parameter can be any combination of @arg CAN_Interrupts.

Return value

HAL status

References

LocationText
stm32f4xx_hal_can.c:1694
HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs)
stm32f4xx_hal_can.h:708
HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);

Data Use

Type of HAL_CAN_DeactivateNotification()
HAL_CAN_DeactivateNotification()