Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 13 | ||
---|---|---|---|
Line 54... | Line 54... | ||
54 | /* USER CODE BEGIN 0 */ |
54 | /* USER CODE BEGIN 0 */ |
55 | 55 | ||
56 | /* USER CODE END 0 */ |
56 | /* USER CODE END 0 */ |
57 | 57 | ||
58 | /* External variables --------------------------------------------------------*/ |
58 | /* External variables --------------------------------------------------------*/ |
59 | - | ||
- | 59 | extern PCD_HandleTypeDef hpcd_USB_FS; |
|
60 | /* USER CODE BEGIN EV */ |
60 | /* USER CODE BEGIN EV */ |
61 | 61 | ||
62 | /* USER CODE END EV */ |
62 | /* USER CODE END EV */ |
63 | 63 | ||
64 | /******************************************************************************/ |
64 | /******************************************************************************/ |
Line 195... | Line 195... | ||
195 | /* Add here the Interrupt Handlers for the used peripherals. */ |
195 | /* Add here the Interrupt Handlers for the used peripherals. */ |
196 | /* For the available peripheral interrupt handler names, */ |
196 | /* For the available peripheral interrupt handler names, */ |
197 | /* please refer to the startup file (startup_stm32f1xx.s). */ |
197 | /* please refer to the startup file (startup_stm32f1xx.s). */ |
198 | /******************************************************************************/ |
198 | /******************************************************************************/ |
199 | 199 | ||
- | 200 | /** |
|
- | 201 | * @brief This function handles USB low priority or CAN RX0 interrupts. |
|
- | 202 | */ |
|
- | 203 | void USB_LP_CAN1_RX0_IRQHandler(void) |
|
- | 204 | { |
|
- | 205 | /* USER CODE BEGIN USB_LP_CAN1_RX0_IRQn 0 */ |
|
- | 206 | ||
- | 207 | /* USER CODE END USB_LP_CAN1_RX0_IRQn 0 */ |
|
- | 208 | HAL_PCD_IRQHandler(&hpcd_USB_FS); |
|
- | 209 | /* USER CODE BEGIN USB_LP_CAN1_RX0_IRQn 1 */ |
|
- | 210 | ||
- | 211 | /* USER CODE END USB_LP_CAN1_RX0_IRQn 1 */ |
|
- | 212 | } |
|
- | 213 | ||
200 | /* USER CODE BEGIN 1 */ |
214 | /* USER CODE BEGIN 1 */ |
201 | 215 | ||
202 | /* USER CODE END 1 */ |
216 | /* USER CODE END 1 */ |
203 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |
217 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |