Subversion Repositories DashDisplay

Rev

Rev 2 | Rev 16 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 3
Line 43... Line 43...
43
 
43
 
44
 
44
 
45
/* USER CODE END 0 */
45
/* USER CODE END 0 */
46
 
46
 
47
/* External variables --------------------------------------------------------*/
47
/* External variables --------------------------------------------------------*/
48
extern PCD_HandleTypeDef hpcd_USB_FS;
-
 
49
 
48
 
50
/******************************************************************************/
49
/******************************************************************************/
51
/*            Cortex-M3 Processor Interruption and Exception Handlers         */
50
/*            Cortex-M3 Processor Interruption and Exception Handlers         */
52
/******************************************************************************/
51
/******************************************************************************/
53
 
52
 
Line 71... Line 70...
71
/* Add here the Interrupt Handlers for the used peripherals.                  */
70
/* Add here the Interrupt Handlers for the used peripherals.                  */
72
/* For the available peripheral interrupt handler names,                      */
71
/* For the available peripheral interrupt handler names,                      */
73
/* please refer to the startup file (startup_stm32f1xx.s).                    */
72
/* please refer to the startup file (startup_stm32f1xx.s).                    */
74
/******************************************************************************/
73
/******************************************************************************/
75
 
74
 
76
/**
-
 
77
* @brief This function handles USB low priority or CAN RX0 interrupts.
-
 
78
*/
-
 
79
void USB_LP_CAN1_RX0_IRQHandler(void)
-
 
80
{
-
 
81
  /* USER CODE BEGIN USB_LP_CAN1_RX0_IRQn 0 */
-
 
82
 
-
 
83
  /* USER CODE END USB_LP_CAN1_RX0_IRQn 0 */
-
 
84
  HAL_PCD_IRQHandler(&hpcd_USB_FS);
-
 
85
  /* USER CODE BEGIN USB_LP_CAN1_RX0_IRQn 1 */
-
 
86
 
-
 
87
  /* USER CODE END USB_LP_CAN1_RX0_IRQn 1 */
-
 
88
}
-
 
89
 
-
 
90
/* USER CODE BEGIN 1 */
75
/* USER CODE BEGIN 1 */
91
 
76
 
92
/* USER CODE END 1 */
77
/* USER CODE END 1 */
93
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
78
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/