-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesw_uCOS3_cykit.cycdx
More file actions
201 lines (201 loc) · 17.5 KB
/
esw_uCOS3_cykit.cycdx
File metadata and controls
201 lines (201 loc) · 17.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<?xml version="1.0" encoding="utf-8"?>
<blockRegMap version="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://cypress.com/xsd/cyblockregmap cyblockregmap.xsd" xmlns="http://cypress.com/xsd/cyblockregmap">
<block name="rgb_led_green" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="rgb_led_red" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="Clock_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="PWM_rgb_green" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false">
<block name="vmIRQ" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="ZeroTerminal_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="vmTC" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="FFKillMux" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="OneTerminal_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="vmCompare" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="PWMUDB" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<register name="PWM_rgb_green_COMPARE_Reg_" address="0x4000652A" bitWidth="8" desc="UDB.D0 - Assigned Compare Value" hidden="false" />
<register name="PWM_rgb_green_Control_Reg" address="0x4000657A" bitWidth="8" desc="UDB Control Register - Assigned Control Register Value" hidden="false">
<field name="CTRL_ENABLE" from="7" to="7" access="RW" resetVal="" desc="Enable the PWM" hidden="false" />
<field name="CTRL_CMPMODE2" from="5" to="3" access="RW" resetVal="" desc="Compare mode 2" hidden="false" />
<field name="CTRL_CMPMODE1" from="2" to="0" access="RW" resetVal="" desc="Compare mode 1" hidden="false" />
</register>
<register name="PWM_rgb_green_STATUS_MASK" address="0x4000658A" bitWidth="8" desc="UDB Status bits Interrupt Mask Enable Register" hidden="false">
<field name="PWM_STS_CMP1" from="0" to="0" access="R" resetVal="" desc="Enables the Interrupt on Compare 1" hidden="false" />
<field name="PWM_STS_CMP2" from="1" to="1" access="R" resetVal="" desc="Enables the Interrupt on Compare 2" hidden="false" />
<field name="PWM_STS_TC" from="2" to="2" access="R" resetVal="" desc="Enables the Interrupt on Terminal Count" hidden="false" />
<field name="PWM_STS_FIFO_FULL" from="3" to="3" access="R" resetVal="" desc="FIFO Full Status Mask " hidden="false" />
<field name="PWM_STS_KILL" from="5" to="5" access="R" resetVal="" desc="Enables the Interrupt on Kill" hidden="false" />
</register>
<register name="PWM_rgb_green_STATUS_AUX_CTRL" address="0x4000659A" bitWidth="8" desc="UDB Auxilliary Control Register" hidden="false">
<field name="FIFO0_CLR" from="0" to="0" access="RW" resetVal="" desc="FIFO0 clear" hidden="false">
<value name="E_FIFO_CLR_0" value="0" desc="Normal FIFO operation" />
<value name="E_FIFO_CLR_1" value="1" desc="Clear FIFO state" />
</field>
<field name="FIFO1_CLR" from="1" to="1" access="RW" resetVal="" desc="FIFO1 clear" hidden="false">
<value name="E_FIFO_CLR_0" value="0" desc="Normal FIFO operation" />
<value name="E_FIFO_CLR_1" value="1" desc="Clear FIFO state" />
</field>
<field name="FIFO0_LVL" from="2" to="2" access="RW" resetVal="" desc="FIFO level" hidden="false">
<value name="E_FIFO_LVL_0" value="0" desc="FIFO LVL: input mode: FIFO not full; output mode: FIFO not empty" />
<value name="E_FIFO_LVL_1" value="1" desc="FIFO LVL: input mode: FIFO at least 1/2 empty; output mode: FIFO at least 1/2 full" />
</field>
<field name="FIFO1_LVL" from="3" to="3" access="RW" resetVal="" desc="FIFO level" hidden="false">
<value name="E_FIFO_LVL_0" value="0" desc="FIFO LVL: input mode: FIFO not full; output mode: FIFO not empty" />
<value name="E_FIFO_LVL_1" value="1" desc="FIFO LVL: input mode: FIFO at least 1/2 empty; output mode: FIFO at least 1/2 full" />
</field>
<field name="INT_EN" from="4" to="4" access="RW" resetVal="" desc="" hidden="false">
<value name="E_INT_EN0" value="0" desc="Interrupt disabled" />
<value name="E_INT_EN1" value="1" desc="Interrupt enabled" />
</field>
<field name="CNT_START" from="5" to="5" access="RW" resetVal="" desc="FIFO0 clear" hidden="false">
<value name="E_CNT_START0" value="0" desc="Disable counter" />
<value name="E_CNT_START1" value="1" desc="Enable counter" />
</field>
</register>
</block>
<block name="PWM_rgb_red" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false">
<block name="vmIRQ" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="ZeroTerminal_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="vmTC" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="FFKillMux" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="OneTerminal_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="vmCompare" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="PWMUDB" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<register name="PWM_rgb_red_COMPARE_Reg_" address="0x4000642D" bitWidth="8" desc="UDB.D0 - Assigned Compare Value" hidden="false" />
<register name="PWM_rgb_red_Control_Reg" address="0x4000647D" bitWidth="8" desc="UDB Control Register - Assigned Control Register Value" hidden="false">
<field name="CTRL_ENABLE" from="7" to="7" access="RW" resetVal="" desc="Enable the PWM" hidden="false" />
<field name="CTRL_CMPMODE2" from="5" to="3" access="RW" resetVal="" desc="Compare mode 2" hidden="false" />
<field name="CTRL_CMPMODE1" from="2" to="0" access="RW" resetVal="" desc="Compare mode 1" hidden="false" />
</register>
<register name="PWM_rgb_red_STATUS_MASK" address="0x4000648D" bitWidth="8" desc="UDB Status bits Interrupt Mask Enable Register" hidden="false">
<field name="PWM_STS_CMP1" from="0" to="0" access="R" resetVal="" desc="Enables the Interrupt on Compare 1" hidden="false" />
<field name="PWM_STS_CMP2" from="1" to="1" access="R" resetVal="" desc="Enables the Interrupt on Compare 2" hidden="false" />
<field name="PWM_STS_TC" from="2" to="2" access="R" resetVal="" desc="Enables the Interrupt on Terminal Count" hidden="false" />
<field name="PWM_STS_FIFO_FULL" from="3" to="3" access="R" resetVal="" desc="FIFO Full Status Mask " hidden="false" />
<field name="PWM_STS_KILL" from="5" to="5" access="R" resetVal="" desc="Enables the Interrupt on Kill" hidden="false" />
</register>
<register name="PWM_rgb_red_STATUS_AUX_CTRL" address="0x4000649D" bitWidth="8" desc="UDB Auxilliary Control Register" hidden="false">
<field name="FIFO0_CLR" from="0" to="0" access="RW" resetVal="" desc="FIFO0 clear" hidden="false">
<value name="E_FIFO_CLR_0" value="0" desc="Normal FIFO operation" />
<value name="E_FIFO_CLR_1" value="1" desc="Clear FIFO state" />
</field>
<field name="FIFO1_CLR" from="1" to="1" access="RW" resetVal="" desc="FIFO1 clear" hidden="false">
<value name="E_FIFO_CLR_0" value="0" desc="Normal FIFO operation" />
<value name="E_FIFO_CLR_1" value="1" desc="Clear FIFO state" />
</field>
<field name="FIFO0_LVL" from="2" to="2" access="RW" resetVal="" desc="FIFO level" hidden="false">
<value name="E_FIFO_LVL_0" value="0" desc="FIFO LVL: input mode: FIFO not full; output mode: FIFO not empty" />
<value name="E_FIFO_LVL_1" value="1" desc="FIFO LVL: input mode: FIFO at least 1/2 empty; output mode: FIFO at least 1/2 full" />
</field>
<field name="FIFO1_LVL" from="3" to="3" access="RW" resetVal="" desc="FIFO level" hidden="false">
<value name="E_FIFO_LVL_0" value="0" desc="FIFO LVL: input mode: FIFO not full; output mode: FIFO not empty" />
<value name="E_FIFO_LVL_1" value="1" desc="FIFO LVL: input mode: FIFO at least 1/2 empty; output mode: FIFO at least 1/2 full" />
</field>
<field name="INT_EN" from="4" to="4" access="RW" resetVal="" desc="" hidden="false">
<value name="E_INT_EN0" value="0" desc="Interrupt disabled" />
<value name="E_INT_EN1" value="1" desc="Interrupt enabled" />
</field>
<field name="CNT_START" from="5" to="5" access="RW" resetVal="" desc="FIFO0 clear" hidden="false">
<value name="E_CNT_START0" value="0" desc="Disable counter" />
<value name="E_CNT_START1" value="1" desc="Enable counter" />
</field>
</register>
</block>
<block name="rgb_led_blue" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="cy_boot" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="Em_EEPROM_Dynamic" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="cy_constant_3" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="cy_constant_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="cy_constant_2" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="PWM_rgb_blue" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false">
<block name="vmIRQ" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="ZeroTerminal_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="vmTC" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="FFKillMux" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="OneTerminal_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="vmCompare" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="PWMUDB" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<register name="PWM_rgb_blue_COMPARE_Reg_" address="0x40006429" bitWidth="8" desc="UDB.D0 - Assigned Compare Value" hidden="false" />
<register name="PWM_rgb_blue_Control_Reg" address="0x40006479" bitWidth="8" desc="UDB Control Register - Assigned Control Register Value" hidden="false">
<field name="CTRL_ENABLE" from="7" to="7" access="RW" resetVal="" desc="Enable the PWM" hidden="false" />
<field name="CTRL_CMPMODE2" from="5" to="3" access="RW" resetVal="" desc="Compare mode 2" hidden="false" />
<field name="CTRL_CMPMODE1" from="2" to="0" access="RW" resetVal="" desc="Compare mode 1" hidden="false" />
</register>
<register name="PWM_rgb_blue_STATUS_MASK" address="0x40006489" bitWidth="8" desc="UDB Status bits Interrupt Mask Enable Register" hidden="false">
<field name="PWM_STS_CMP1" from="0" to="0" access="R" resetVal="" desc="Enables the Interrupt on Compare 1" hidden="false" />
<field name="PWM_STS_CMP2" from="1" to="1" access="R" resetVal="" desc="Enables the Interrupt on Compare 2" hidden="false" />
<field name="PWM_STS_TC" from="2" to="2" access="R" resetVal="" desc="Enables the Interrupt on Terminal Count" hidden="false" />
<field name="PWM_STS_FIFO_FULL" from="3" to="3" access="R" resetVal="" desc="FIFO Full Status Mask " hidden="false" />
<field name="PWM_STS_KILL" from="5" to="5" access="R" resetVal="" desc="Enables the Interrupt on Kill" hidden="false" />
</register>
<register name="PWM_rgb_blue_STATUS_AUX_CTRL" address="0x40006499" bitWidth="8" desc="UDB Auxilliary Control Register" hidden="false">
<field name="FIFO0_CLR" from="0" to="0" access="RW" resetVal="" desc="FIFO0 clear" hidden="false">
<value name="E_FIFO_CLR_0" value="0" desc="Normal FIFO operation" />
<value name="E_FIFO_CLR_1" value="1" desc="Clear FIFO state" />
</field>
<field name="FIFO1_CLR" from="1" to="1" access="RW" resetVal="" desc="FIFO1 clear" hidden="false">
<value name="E_FIFO_CLR_0" value="0" desc="Normal FIFO operation" />
<value name="E_FIFO_CLR_1" value="1" desc="Clear FIFO state" />
</field>
<field name="FIFO0_LVL" from="2" to="2" access="RW" resetVal="" desc="FIFO level" hidden="false">
<value name="E_FIFO_LVL_0" value="0" desc="FIFO LVL: input mode: FIFO not full; output mode: FIFO not empty" />
<value name="E_FIFO_LVL_1" value="1" desc="FIFO LVL: input mode: FIFO at least 1/2 empty; output mode: FIFO at least 1/2 full" />
</field>
<field name="FIFO1_LVL" from="3" to="3" access="RW" resetVal="" desc="FIFO level" hidden="false">
<value name="E_FIFO_LVL_0" value="0" desc="FIFO LVL: input mode: FIFO not full; output mode: FIFO not empty" />
<value name="E_FIFO_LVL_1" value="1" desc="FIFO LVL: input mode: FIFO at least 1/2 empty; output mode: FIFO at least 1/2 full" />
</field>
<field name="INT_EN" from="4" to="4" access="RW" resetVal="" desc="" hidden="false">
<value name="E_INT_EN0" value="0" desc="Interrupt disabled" />
<value name="E_INT_EN1" value="1" desc="Interrupt enabled" />
</field>
<field name="CNT_START" from="5" to="5" access="RW" resetVal="" desc="FIFO0 clear" hidden="false">
<value name="E_CNT_START0" value="0" desc="Disable counter" />
<value name="E_CNT_START1" value="1" desc="Enable counter" />
</field>
</register>
</block>
<block name="Pin_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="MISO_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="Tx_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="UART_1" BASE="0x0" SIZE="0x0" desc="UART" visible="true" hidden="false">
<block name="IntClock" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="RXInternalInterrupt" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="TXInternalInterrupt" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="BUART" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="VirtualMux_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<register name="TX_UART_1_TX_STATUS" address="0x40006467" bitWidth="8" desc="TX status register" hidden="false">
<field name="UART_1_TX_STS_COMPLETE" from="0" to="0" access="R" resetVal="" desc="" hidden="false" />
<field name="UART_1_TX_STS_FIFO_EMPTY" from="1" to="1" access="R" resetVal="" desc="" hidden="false" />
<field name="UART_1_TX_STS_FIFO_FULL" from="2" to="2" access="R" resetVal="" desc="" hidden="false" />
<field name="UART_1_TX_STS_FIFO_NOT_FULL" from="3" to="3" access="R" resetVal="" desc="" hidden="false" />
</register>
<register name="RX_UART_1_RX_ADDRESS1" address="0x4000652B" bitWidth="8" desc="RX Address1 Register" hidden="false" />
<register name="RX_UART_1_RX_ADDRESS2" address="0x4000653B" bitWidth="8" desc="RX Address2 Register" hidden="false" />
<register name="TX_UART_1_TX_DATA" address="0x40006547" bitWidth="8" desc="TX Data Register" hidden="false" />
<register name="RX_UART_1_RX_DATA" address="0x4000654B" bitWidth="8" desc="RX Data Register" hidden="false" />
<register name="RX_UART_1_RX_STATUS" address="0x4000656B" bitWidth="8" desc="RX status register" hidden="false">
<field name="UART_1_RX_STS_MRKSPC" from="0" to="0" access="R" resetVal="" desc="" hidden="false" />
<field name="UART_1_RX_STS_BREAK" from="1" to="1" access="R" resetVal="" desc="" hidden="false" />
<field name="UART_1_RX_STS_PAR_ERROR" from="2" to="2" access="R" resetVal="" desc="" hidden="false" />
<field name="UART_1_RX_STS_STOP_ERROR" from="3" to="3" access="R" resetVal="" desc="" hidden="false" />
<field name="UART_1_RX_STS_OVERRUN" from="4" to="4" access="R" resetVal="" desc="" hidden="false" />
<field name="UART_1_RX_STS_FIFO_NOTEMPTY" from="5" to="5" access="R" resetVal="" desc="" hidden="false" />
<field name="UART_1_RX_STS_ADDR_MATCH" from="6" to="6" access="R" resetVal="" desc="" hidden="false" />
</register>
</block>
<block name="Rx_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="MOSI_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="Pin_2" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="push_button" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="CS_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="SCLK_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="SPIM_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false">
<block name="TxInternalInterrupt" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="VirtualMux_2" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="ZeroTerminal_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="VirtualMux_3" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="IntClock" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="VirtualMux_1" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="BSPIM" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
<block name="RxInternalInterrupt" BASE="0x0" SIZE="0x0" desc="" visible="true" hidden="false" />
</block>
</blockRegMap>