Skip to content

Commit

Permalink
wip: rename wakeup irq
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Apr 28, 2024
1 parent d1c15ea commit e2a17ed
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data/interrupts/CH32V1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ EXTI15_10: 56
# 57 - RTC Alarms through EXTI line interrupt
RTCALARM: 57
# 58 - USB Device FS Wakeup through EXTI line interrupt
USBWAKE_UP: 58
USB_WKUP: 58
# 59 - USBHD_IRQHandler
USBHD: 59
4 changes: 2 additions & 2 deletions data/interrupts/CH32V2_D6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ EXTI15_10: 56
# RTC Alarm through EXTI Line
RTC_ALARM: 57
# USB Wake up from suspend
USBWakeUp: 58
USB_WKUP: 58
# USBHD Break
USBHD: 59
# USBHD Wake up from suspend
USBHDWakeUp: 60
USBHD_WKUP: 60
# UART4
UART4: 61
# DMA1 CHANNEL8
Expand Down
8 changes: 4 additions & 4 deletions data/interrupts/CH32V2_D8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ EXTI15_10: 56
# RTC Alarm through EXTI Line
RTC_ALARM: 57
# USB Wake up from suspend
USBWakeUp: 58
USB_WKUP: 58
# USBHD Break
USBHD: 59
# USBHD Wake up from suspend
USBHDWakeUp: 60
USBHD_WKUP: 60
# ETH global
ETH: 61
# ETH Wake up
ETHWakeUp: 62
ETH_WKUP: 62
# BB & LLE only for D8W
# BLE BB
BB: 63
Expand All @@ -108,4 +108,4 @@ DMA1_CHANNEL8: 67
# OSC32KCal
OSC32KCal: 68
# OSC Wake Up
OSCWakeUp: 69
OSC_WKUP: 69
4 changes: 2 additions & 2 deletions data/interrupts/CH32V3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ EXTI15_10: 56
# 57 - RTC Alarms through EXTI line interrupt
RTCALARM: 57
# 58 - USB Device WakeUp from suspend through EXTI Line Interrupt
USBWAKE_UP: 58
USB_WKUP: 58
# 59 - TIM8 Break interrupt
TIM8_BRK: 59
# 60 - TIM8 Update interrupt
Expand Down Expand Up @@ -126,7 +126,7 @@ CAN2_SCE: 82
# 83 - OTG_FS
OTG_FS: 83
# 84 - USBHSWakeup
USBHSWAKEUP: 84
USBHS_WKUP: 84
# 85 - USBHS
USBHS: 85
# 87 - USART6 global interrupt
Expand Down

0 comments on commit e2a17ed

Please sign in to comment.