File tree Expand file tree Collapse file tree 18 files changed +3505
-1
lines changed Expand file tree Collapse file tree 18 files changed +3505
-1
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ /* SYS_WKUP */
2+ #ifdef PWR_WAKEUP_PIN1
3+ SYS_WKUP1 = PA_0 ,
4+ #endif
5+ #ifdef PWR_WAKEUP_PIN2
6+ SYS_WKUP2 = PA_2 ,
7+ #endif
8+ #ifdef PWR_WAKEUP_PIN3
9+ SYS_WKUP3 = PC_1 ,
10+ #endif
11+ #ifdef PWR_WAKEUP_PIN4
12+ SYS_WKUP4 = PC_13 ,
13+ #endif
14+ #ifdef PWR_WAKEUP_PIN5
15+ SYS_WKUP5 = PI_8 ,
16+ #endif
17+ #ifdef PWR_WAKEUP_PIN6
18+ SYS_WKUP6 = PI_11 ,
19+ #endif
20+ #ifdef PWR_WAKEUP_PIN7
21+ SYS_WKUP7 = NC ,
22+ #endif
23+ #ifdef PWR_WAKEUP_PIN8
24+ SYS_WKUP8 = NC ,
25+ #endif
Load Diff Large diffs are not rendered by default.
File renamed without changes.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ /* SYS_WKUP */
2+ #ifdef PWR_WAKEUP_PIN1
3+ SYS_WKUP1 = PA_0 ,
4+ #endif
5+ #ifdef PWR_WAKEUP_PIN2
6+ SYS_WKUP2 = PA_2 ,
7+ #endif
8+ #ifdef PWR_WAKEUP_PIN3
9+ SYS_WKUP3 = PC_1 ,
10+ #endif
11+ #ifdef PWR_WAKEUP_PIN4
12+ SYS_WKUP4 = PC_13 ,
13+ #endif
14+ #ifdef PWR_WAKEUP_PIN5
15+ SYS_WKUP5 = NC ,
16+ #endif
17+ #ifdef PWR_WAKEUP_PIN6
18+ SYS_WKUP6 = NC ,
19+ #endif
20+ #ifdef PWR_WAKEUP_PIN7
21+ SYS_WKUP7 = NC ,
22+ #endif
23+ #ifdef PWR_WAKEUP_PIN8
24+ SYS_WKUP8 = NC ,
25+ #endif
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ /* SYS_WKUP */
2+ #ifdef PWR_WAKEUP_PIN1
3+ SYS_WKUP1 = PA_0 ,
4+ #endif
5+ #ifdef PWR_WAKEUP_PIN2
6+ SYS_WKUP2 = PA_2 ,
7+ #endif
8+ #ifdef PWR_WAKEUP_PIN3
9+ SYS_WKUP3 = PC_1 ,
10+ #endif
11+ #ifdef PWR_WAKEUP_PIN4
12+ SYS_WKUP4 = PC_13 ,
13+ #endif
14+ #ifdef PWR_WAKEUP_PIN5
15+ SYS_WKUP5 = NC ,
16+ #endif
17+ #ifdef PWR_WAKEUP_PIN6
18+ SYS_WKUP6 = NC ,
19+ #endif
20+ #ifdef PWR_WAKEUP_PIN7
21+ SYS_WKUP7 = NC ,
22+ #endif
23+ #ifdef PWR_WAKEUP_PIN8
24+ SYS_WKUP8 = NC ,
25+ #endif
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ /* SYS_WKUP */
2+ #ifdef PWR_WAKEUP_PIN1
3+ SYS_WKUP1 = PA_0 ,
4+ #endif
5+ #ifdef PWR_WAKEUP_PIN2
6+ SYS_WKUP2 = PA_2 ,
7+ #endif
8+ #ifdef PWR_WAKEUP_PIN3
9+ SYS_WKUP3 = PC_1 ,
10+ #endif
11+ #ifdef PWR_WAKEUP_PIN4
12+ SYS_WKUP4 = PC_13 ,
13+ #endif
14+ #ifdef PWR_WAKEUP_PIN5
15+ SYS_WKUP5 = PI_8 ,
16+ #endif
17+ #ifdef PWR_WAKEUP_PIN6
18+ SYS_WKUP6 = PI_11 ,
19+ #endif
20+ #ifdef PWR_WAKEUP_PIN7
21+ SYS_WKUP7 = NC ,
22+ #endif
23+ #ifdef PWR_WAKEUP_PIN8
24+ SYS_WKUP8 = NC ,
25+ #endif
You can’t perform that action at this time.
0 commit comments