@@ -88,38 +88,47 @@ GCCFG:
88
88
description : Data contact detection (DCD) status
89
89
bitOffset : 0
90
90
bitWidth : 1
91
+ access : read-only
91
92
PDET :
92
93
description : Primary detection (PD) status
93
94
bitOffset : 1
94
95
bitWidth : 1
96
+ access : read-only
95
97
SDET :
96
98
description : Secondary detection (SD) status
97
99
bitOffset : 2
98
100
bitWidth : 1
101
+ access : read-only
99
102
PS2DET :
100
103
description : DM pull-up detection status
101
104
bitOffset : 3
102
105
bitWidth : 1
106
+ access : read-only
103
107
BCDEN :
104
108
description : Battery charging detector (BCD) enable
105
109
bitOffset : 17
106
110
bitWidth : 1
111
+ access : read-write
107
112
DCDEN :
108
113
description : Data contact detection (DCD) mode enable
109
114
bitOffset : 18
110
115
bitWidth : 1
116
+ access : read-write
111
117
PDEN :
112
118
description : Primary detection (PD) mode enable
113
119
bitOffset : 19
114
120
bitWidth : 1
121
+ access : read-write
115
122
SDEN :
116
123
description : Secondary detection (SD) mode enable
117
124
bitOffset : 20
118
125
bitWidth : 1
126
+ access : read-write
119
127
VBDEN :
120
128
description : USB VBUS detection enable
121
129
bitOffset : 21
122
130
bitWidth : 1
131
+ access : read-write
123
132
124
133
GRXSTSR_Device :
125
134
_add :
@@ -145,66 +154,81 @@ _add:
145
154
description : LPM support enable
146
155
bitOffset : 0
147
156
bitWidth : 1
157
+ access : read-write
148
158
LPMACK :
149
159
description : LPM token acknowledge enable
150
160
bitOffset : 1
151
161
bitWidth : 1
162
+ access : read-write
152
163
BESL :
153
164
description : Best effort service latency
154
165
bitOffset : 2
155
166
bitWidth : 4
167
+ access : read-write
156
168
REMWAKE :
157
169
description : bRemoteWake value
158
170
bitOffset : 6
159
171
bitWidth : 1
172
+ access : read-write
160
173
L1SSEN :
161
174
description : L1 Shallow Sleep enable
162
175
bitOffset : 7
163
176
bitWidth : 1
177
+ access : read-write
164
178
BESLTHRS :
165
179
description : BESL threshold
166
180
bitOffset : 8
167
181
bitWidth : 4
182
+ access : read-write
168
183
L1DSEN :
169
184
description : L1 deep sleep enable
170
185
bitOffset : 12
171
186
bitWidth : 1
187
+ access : read-write
172
188
LPMRSP :
173
189
description : LPM response
174
190
bitOffset : 13
175
191
bitWidth : 2
192
+ access : read-only
176
193
SLPSTS :
177
194
description : Port sleep status
178
195
bitOffset : 15
179
196
bitWidth : 1
197
+ access : read-only
180
198
L1RSMOK :
181
199
description : Sleep state resume OK
182
200
bitOffset : 16
183
201
bitWidth : 1
202
+ access : read-only
184
203
LPMCHIDX :
185
204
description : LPM Channel Index
186
205
bitOffset : 17
187
206
bitWidth : 4
188
- PMRCNT :
207
+ access : read-write
208
+ LPMRCNT :
189
209
description : LPM retry count
190
210
bitOffset : 21
191
211
bitWidth : 3
192
212
SNDLPM :
193
213
description : Send LPM transaction
194
214
bitOffset : 24
195
215
bitWidth : 1
216
+ access : read-write
196
217
LPMRCNTSTS :
197
218
description : LPM retry count status
198
219
bitOffset : 25
199
220
bitWidth : 3
221
+ access : read-only
200
222
ENBESL :
201
223
description : Enable best effort service latency
202
224
bitOffset : 28
203
225
bitWidth : 1
226
+ access : read-write
204
227
GPWRDN :
205
228
description : OTG power down register
206
229
addressOffset : 0x58
207
230
resetValue : 0x0
231
+ access : read-write
208
232
fields :
209
233
ADPMEN :
210
234
description : ADP module enable
@@ -223,59 +247,74 @@ _add:
223
247
description : Probe discharge
224
248
bitOffset : 0
225
249
bitWidth : 2
250
+ access : read-write
226
251
PRBDELTA :
227
252
description : Probe delta
228
253
bitOffset : 2
229
254
bitWidth : 2
255
+ access : read-write
230
256
PRBPER :
231
257
description : Probe period
232
258
bitOffset : 0
233
259
bitWidth : 4
260
+ access : read-write
234
261
RTIM :
235
262
description : Ramp time
236
263
bitOffset : 6
237
264
bitWidth : 11
265
+ access : read-only
238
266
ENAPRB :
239
267
description : Enable probe
240
268
bitOffset : 17
241
269
bitWidth : 1
270
+ access : read-write
242
271
ENASNS :
243
272
description : Enable sense
244
273
bitOffset : 18
245
274
bitWidth : 1
275
+ access : read-write
246
276
ADPRST :
247
277
description : ADP reset
248
278
bitOffset : 19
249
279
bitWidth : 1
280
+ access : read-write
250
281
ADPEN :
251
282
description : ADP enable
252
283
bitOffset : 20
253
284
bitWidth : 1
285
+ access : read-write
254
286
ADPPRBIF :
255
287
description : ADP probe interrupt flag
256
288
bitOffset : 21
257
289
bitWidth : 1
290
+ access : read-write
258
291
ADPSNSIF :
259
292
description : ADP sense interrupt flag
260
293
bitOffset : 22
261
294
bitWidth : 1
295
+ access : read-write
262
296
ADPTOIF :
263
297
description : ADP timeout interrupt flag
264
298
bitOffset : 23
265
299
bitWidth : 1
300
+ access : read-write
266
301
ADPPRBIM :
267
302
description : ADP probe interrupt mask
268
303
bitOffset : 24
269
304
bitWidth : 1
305
+ access : read-write
270
306
ADPSNSIM :
271
307
description : ADP sense interrupt mask
272
308
bitOffset : 25
273
309
bitWidth : 1
310
+ access : read-write
274
311
ADPTOIM :
275
312
description : ADP timeout interrupt mask
276
313
bitOffset : 26
277
314
bitWidth : 1
315
+ access : read-write
278
316
AR :
279
317
description : Access request
280
318
bitOffset : 27
281
319
bitWidth : 2
320
+ access : read-write
0 commit comments