Rev 13 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 13 | Rev 16 | ||
|---|---|---|---|
| Line 196... | Line 196... | ||
| 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 | /** |
200 | /** |
| - | 201 | * @brief This function handles USB high priority or CAN TX interrupts. |
|
| - | 202 | */ |
|
| - | 203 | void USB_HP_CAN1_TX_IRQHandler(void) |
|
| - | 204 | { |
|
| - | 205 | /* USER CODE BEGIN USB_HP_CAN1_TX_IRQn 0 */ |
|
| - | 206 | ||
| - | 207 | /* USER CODE END USB_HP_CAN1_TX_IRQn 0 */ |
|
| - | 208 | HAL_PCD_IRQHandler(&hpcd_USB_FS); |
|
| - | 209 | /* USER CODE BEGIN USB_HP_CAN1_TX_IRQn 1 */ |
|
| - | 210 | ||
| - | 211 | /* USER CODE END USB_HP_CAN1_TX_IRQn 1 */ |
|
| - | 212 | } |
|
| - | 213 | ||
| - | 214 | /** |
|
| 201 | * @brief This function handles USB low priority or CAN RX0 interrupts. |
215 | * @brief This function handles USB low priority or CAN RX0 interrupts. |
| 202 | */ |
216 | */ |
| 203 | void USB_LP_CAN1_RX0_IRQHandler(void) |
217 | void USB_LP_CAN1_RX0_IRQHandler(void) |
| 204 | { |
218 | { |
| 205 | /* USER CODE BEGIN USB_LP_CAN1_RX0_IRQn 0 */ |
219 | /* USER CODE BEGIN USB_LP_CAN1_RX0_IRQn 0 */ |