Skip to content

Commit 6c1aa66

Browse files
authored
Apply suggestions from code review
1 parent d4611e1 commit 6c1aa66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

peripherals/flash/flash_wl_c2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FLASH:
22
IPCCBR:
3-
IPCCDBA: [0, 0x1FFF]
3+
IPCCDBA: [0, 0x3FFF]
44
C2ACR:
55
PES:
66
Granted: [0, "Flash program and erase operations granted"]

peripherals/ipcc/ipcc_wl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ IPCC:
1515
Unmasked: [0, "Receive channel n occupied interrupt not masked"]
1616
"C[12]SCR":
1717
"CH[1-6]S":
18-
Clear: [1, "Processor transmit channel n status bit set"]
18+
Set: [1, "Processor transmit channel n status bit set"]
1919
NoAction: [0, "No action"]
2020
"CH[1-6]C":
21-
Clear: [1, "Processor receive channel n status bit set"]
21+
Clear: [1, "Processor receive channel n status bit clear"]
2222
NoAction: [0, "No action"]
2323
"C[12]TOC[12]SR":
2424
"CH[1-5]F":

0 commit comments

Comments
 (0)