We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4611e1 commit 6c1aa66Copy full SHA for 6c1aa66
peripherals/flash/flash_wl_c2.yaml
@@ -1,6 +1,6 @@
1
FLASH:
2
IPCCBR:
3
- IPCCDBA: [0, 0x1FFF]
+ IPCCDBA: [0, 0x3FFF]
4
C2ACR:
5
PES:
6
Granted: [0, "Flash program and erase operations granted"]
peripherals/ipcc/ipcc_wl.yaml
@@ -15,10 +15,10 @@ IPCC:
15
Unmasked: [0, "Receive channel n occupied interrupt not masked"]
16
"C[12]SCR":
17
"CH[1-6]S":
18
- Clear: [1, "Processor transmit channel n status bit set"]
+ Set: [1, "Processor transmit channel n status bit set"]
19
NoAction: [0, "No action"]
20
"CH[1-6]C":
21
- Clear: [1, "Processor receive channel n status bit set"]
+ Clear: [1, "Processor receive channel n status bit clear"]
22
23
"C[12]TOC[12]SR":
24
"CH[1-5]F":
0 commit comments