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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    _reserved0: [u8; 16usize],
    #[doc = "0x10 - HOST_SLCHOST_FUNC2_0"]
    pub host_slchost_func2_0: crate::Reg<host_slchost_func2_0::HOST_SLCHOST_FUNC2_0_SPEC>,
    #[doc = "0x14 - HOST_SLCHOST_FUNC2_1"]
    pub host_slchost_func2_1: crate::Reg<host_slchost_func2_1::HOST_SLCHOST_FUNC2_1_SPEC>,
    _reserved2: [u8; 8usize],
    #[doc = "0x20 - HOST_SLCHOST_FUNC2_2"]
    pub host_slchost_func2_2: crate::Reg<host_slchost_func2_2::HOST_SLCHOST_FUNC2_2_SPEC>,
    _reserved3: [u8; 16usize],
    #[doc = "0x34 - HOST_SLCHOST_GPIO_STATUS0"]
    pub host_slchost_gpio_status0:
        crate::Reg<host_slchost_gpio_status0::HOST_SLCHOST_GPIO_STATUS0_SPEC>,
    #[doc = "0x38 - HOST_SLCHOST_GPIO_STATUS1"]
    pub host_slchost_gpio_status1:
        crate::Reg<host_slchost_gpio_status1::HOST_SLCHOST_GPIO_STATUS1_SPEC>,
    #[doc = "0x3c - HOST_SLCHOST_GPIO_IN0"]
    pub host_slchost_gpio_in0: crate::Reg<host_slchost_gpio_in0::HOST_SLCHOST_GPIO_IN0_SPEC>,
    #[doc = "0x40 - HOST_SLCHOST_GPIO_IN1"]
    pub host_slchost_gpio_in1: crate::Reg<host_slchost_gpio_in1::HOST_SLCHOST_GPIO_IN1_SPEC>,
    #[doc = "0x44 - HOST_SLC0HOST_TOKEN_RDATA"]
    pub host_slc0host_token_rdata:
        crate::Reg<host_slc0host_token_rdata::HOST_SLC0HOST_TOKEN_RDATA_SPEC>,
    #[doc = "0x48 - HOST_SLC0_HOST_PF"]
    pub host_slc0_host_pf: crate::Reg<host_slc0_host_pf::HOST_SLC0_HOST_PF_SPEC>,
    #[doc = "0x4c - HOST_SLC1_HOST_PF"]
    pub host_slc1_host_pf: crate::Reg<host_slc1_host_pf::HOST_SLC1_HOST_PF_SPEC>,
    #[doc = "0x50 - HOST_SLC0HOST_INT_RAW"]
    pub host_slc0host_int_raw: crate::Reg<host_slc0host_int_raw::HOST_SLC0HOST_INT_RAW_SPEC>,
    #[doc = "0x54 - HOST_SLC1HOST_INT_RAW"]
    pub host_slc1host_int_raw: crate::Reg<host_slc1host_int_raw::HOST_SLC1HOST_INT_RAW_SPEC>,
    #[doc = "0x58 - HOST_SLC0HOST_INT_ST"]
    pub host_slc0host_int_st: crate::Reg<host_slc0host_int_st::HOST_SLC0HOST_INT_ST_SPEC>,
    #[doc = "0x5c - HOST_SLC1HOST_INT_ST"]
    pub host_slc1host_int_st: crate::Reg<host_slc1host_int_st::HOST_SLC1HOST_INT_ST_SPEC>,
    #[doc = "0x60 - HOST_SLCHOST_PKT_LEN"]
    pub host_slchost_pkt_len: crate::Reg<host_slchost_pkt_len::HOST_SLCHOST_PKT_LEN_SPEC>,
    #[doc = "0x64 - HOST_SLCHOST_STATE_W0"]
    pub host_slchost_state_w0: crate::Reg<host_slchost_state_w0::HOST_SLCHOST_STATE_W0_SPEC>,
    #[doc = "0x68 - HOST_SLCHOST_STATE_W1"]
    pub host_slchost_state_w1: crate::Reg<host_slchost_state_w1::HOST_SLCHOST_STATE_W1_SPEC>,
    #[doc = "0x6c - HOST_SLCHOST_CONF_W0"]
    pub host_slchost_conf_w0: crate::Reg<host_slchost_conf_w0::HOST_SLCHOST_CONF_W0_SPEC>,
    #[doc = "0x70 - HOST_SLCHOST_CONF_W1"]
    pub host_slchost_conf_w1: crate::Reg<host_slchost_conf_w1::HOST_SLCHOST_CONF_W1_SPEC>,
    #[doc = "0x74 - HOST_SLCHOST_CONF_W2"]
    pub host_slchost_conf_w2: crate::Reg<host_slchost_conf_w2::HOST_SLCHOST_CONF_W2_SPEC>,
    #[doc = "0x78 - HOST_SLCHOST_CONF_W3"]
    pub host_slchost_conf_w3: crate::Reg<host_slchost_conf_w3::HOST_SLCHOST_CONF_W3_SPEC>,
    #[doc = "0x7c - HOST_SLCHOST_CONF_W4"]
    pub host_slchost_conf_w4: crate::Reg<host_slchost_conf_w4::HOST_SLCHOST_CONF_W4_SPEC>,
    #[doc = "0x80 - HOST_SLCHOST_CONF_W5"]
    pub host_slchost_conf_w5: crate::Reg<host_slchost_conf_w5::HOST_SLCHOST_CONF_W5_SPEC>,
    _reserved23: [u8; 4usize],
    #[doc = "0x88 - HOST_SLCHOST_CONF_W6"]
    pub host_slchost_conf_w6: crate::Reg<host_slchost_conf_w6::HOST_SLCHOST_CONF_W6_SPEC>,
    #[doc = "0x8c - HOST_SLCHOST_CONF_W7"]
    pub host_slchost_conf_w7: crate::Reg<host_slchost_conf_w7::HOST_SLCHOST_CONF_W7_SPEC>,
    #[doc = "0x90 - HOST_SLCHOST_PKT_LEN0"]
    pub host_slchost_pkt_len0: crate::Reg<host_slchost_pkt_len0::HOST_SLCHOST_PKT_LEN0_SPEC>,
    #[doc = "0x94 - HOST_SLCHOST_PKT_LEN1"]
    pub host_slchost_pkt_len1: crate::Reg<host_slchost_pkt_len1::HOST_SLCHOST_PKT_LEN1_SPEC>,
    #[doc = "0x98 - HOST_SLCHOST_PKT_LEN2"]
    pub host_slchost_pkt_len2: crate::Reg<host_slchost_pkt_len2::HOST_SLCHOST_PKT_LEN2_SPEC>,
    #[doc = "0x9c - HOST_SLCHOST_CONF_W8"]
    pub host_slchost_conf_w8: crate::Reg<host_slchost_conf_w8::HOST_SLCHOST_CONF_W8_SPEC>,
    #[doc = "0xa0 - HOST_SLCHOST_CONF_W9"]
    pub host_slchost_conf_w9: crate::Reg<host_slchost_conf_w9::HOST_SLCHOST_CONF_W9_SPEC>,
    #[doc = "0xa4 - HOST_SLCHOST_CONF_W10"]
    pub host_slchost_conf_w10: crate::Reg<host_slchost_conf_w10::HOST_SLCHOST_CONF_W10_SPEC>,
    #[doc = "0xa8 - HOST_SLCHOST_CONF_W11"]
    pub host_slchost_conf_w11: crate::Reg<host_slchost_conf_w11::HOST_SLCHOST_CONF_W11_SPEC>,
    #[doc = "0xac - HOST_SLCHOST_CONF_W12"]
    pub host_slchost_conf_w12: crate::Reg<host_slchost_conf_w12::HOST_SLCHOST_CONF_W12_SPEC>,
    #[doc = "0xb0 - HOST_SLCHOST_CONF_W13"]
    pub host_slchost_conf_w13: crate::Reg<host_slchost_conf_w13::HOST_SLCHOST_CONF_W13_SPEC>,
    #[doc = "0xb4 - HOST_SLCHOST_CONF_W14"]
    pub host_slchost_conf_w14: crate::Reg<host_slchost_conf_w14::HOST_SLCHOST_CONF_W14_SPEC>,
    #[doc = "0xb8 - HOST_SLCHOST_CONF_W15"]
    pub host_slchost_conf_w15: crate::Reg<host_slchost_conf_w15::HOST_SLCHOST_CONF_W15_SPEC>,
    #[doc = "0xbc - HOST_SLCHOST_CHECK_SUM0"]
    pub host_slchost_check_sum0: crate::Reg<host_slchost_check_sum0::HOST_SLCHOST_CHECK_SUM0_SPEC>,
    #[doc = "0xc0 - HOST_SLCHOST_CHECK_SUM1"]
    pub host_slchost_check_sum1: crate::Reg<host_slchost_check_sum1::HOST_SLCHOST_CHECK_SUM1_SPEC>,
    #[doc = "0xc4 - HOST_SLC1HOST_TOKEN_RDATA"]
    pub host_slc1host_token_rdata:
        crate::Reg<host_slc1host_token_rdata::HOST_SLC1HOST_TOKEN_RDATA_SPEC>,
    #[doc = "0xc8 - HOST_SLC0HOST_TOKEN_WDATA"]
    pub host_slc0host_token_wdata:
        crate::Reg<host_slc0host_token_wdata::HOST_SLC0HOST_TOKEN_WDATA_SPEC>,
    #[doc = "0xcc - HOST_SLC1HOST_TOKEN_WDATA"]
    pub host_slc1host_token_wdata:
        crate::Reg<host_slc1host_token_wdata::HOST_SLC1HOST_TOKEN_WDATA_SPEC>,
    #[doc = "0xd0 - HOST_SLCHOST_TOKEN_CON"]
    pub host_slchost_token_con: crate::Reg<host_slchost_token_con::HOST_SLCHOST_TOKEN_CON_SPEC>,
    #[doc = "0xd4 - HOST_SLC0HOST_INT_CLR"]
    pub host_slc0host_int_clr: crate::Reg<host_slc0host_int_clr::HOST_SLC0HOST_INT_CLR_SPEC>,
    #[doc = "0xd8 - HOST_SLC1HOST_INT_CLR"]
    pub host_slc1host_int_clr: crate::Reg<host_slc1host_int_clr::HOST_SLC1HOST_INT_CLR_SPEC>,
    #[doc = "0xdc - HOST_SLC0HOST_FUNC1_INT_ENA"]
    pub host_slc0host_func1_int_ena:
        crate::Reg<host_slc0host_func1_int_ena::HOST_SLC0HOST_FUNC1_INT_ENA_SPEC>,
    #[doc = "0xe0 - HOST_SLC1HOST_FUNC1_INT_ENA"]
    pub host_slc1host_func1_int_ena:
        crate::Reg<host_slc1host_func1_int_ena::HOST_SLC1HOST_FUNC1_INT_ENA_SPEC>,
    #[doc = "0xe4 - HOST_SLC0HOST_FUNC2_INT_ENA"]
    pub host_slc0host_func2_int_ena:
        crate::Reg<host_slc0host_func2_int_ena::HOST_SLC0HOST_FUNC2_INT_ENA_SPEC>,
    #[doc = "0xe8 - HOST_SLC1HOST_FUNC2_INT_ENA"]
    pub host_slc1host_func2_int_ena:
        crate::Reg<host_slc1host_func2_int_ena::HOST_SLC1HOST_FUNC2_INT_ENA_SPEC>,
    #[doc = "0xec - HOST_SLC0HOST_INT_ENA"]
    pub host_slc0host_int_ena: crate::Reg<host_slc0host_int_ena::HOST_SLC0HOST_INT_ENA_SPEC>,
    #[doc = "0xf0 - HOST_SLC1HOST_INT_ENA"]
    pub host_slc1host_int_ena: crate::Reg<host_slc1host_int_ena::HOST_SLC1HOST_INT_ENA_SPEC>,
    #[doc = "0xf4 - HOST_SLC0HOST_RX_INFOR"]
    pub host_slc0host_rx_infor: crate::Reg<host_slc0host_rx_infor::HOST_SLC0HOST_RX_INFOR_SPEC>,
    #[doc = "0xf8 - HOST_SLC1HOST_RX_INFOR"]
    pub host_slc1host_rx_infor: crate::Reg<host_slc1host_rx_infor::HOST_SLC1HOST_RX_INFOR_SPEC>,
    #[doc = "0xfc - HOST_SLC0HOST_LEN_WD"]
    pub host_slc0host_len_wd: crate::Reg<host_slc0host_len_wd::HOST_SLC0HOST_LEN_WD_SPEC>,
    #[doc = "0x100 - HOST_SLC_APBWIN_WDATA"]
    pub host_slc_apbwin_wdata: crate::Reg<host_slc_apbwin_wdata::HOST_SLC_APBWIN_WDATA_SPEC>,
    #[doc = "0x104 - HOST_SLC_APBWIN_CONF"]
    pub host_slc_apbwin_conf: crate::Reg<host_slc_apbwin_conf::HOST_SLC_APBWIN_CONF_SPEC>,
    #[doc = "0x108 - HOST_SLC_APBWIN_RDATA"]
    pub host_slc_apbwin_rdata: crate::Reg<host_slc_apbwin_rdata::HOST_SLC_APBWIN_RDATA_SPEC>,
    #[doc = "0x10c - HOST_SLCHOST_RDCLR0"]
    pub host_slchost_rdclr0: crate::Reg<host_slchost_rdclr0::HOST_SLCHOST_RDCLR0_SPEC>,
    #[doc = "0x110 - HOST_SLCHOST_RDCLR1"]
    pub host_slchost_rdclr1: crate::Reg<host_slchost_rdclr1::HOST_SLCHOST_RDCLR1_SPEC>,
    #[doc = "0x114 - HOST_SLC0HOST_INT_ENA1"]
    pub host_slc0host_int_ena1: crate::Reg<host_slc0host_int_ena1::HOST_SLC0HOST_INT_ENA1_SPEC>,
    #[doc = "0x118 - HOST_SLC1HOST_INT_ENA1"]
    pub host_slc1host_int_ena1: crate::Reg<host_slc1host_int_ena1::HOST_SLC1HOST_INT_ENA1_SPEC>,
    _reserved60: [u8; 92usize],
    #[doc = "0x178 - HOST_SLCHOSTDATE"]
    pub host_slchostdate: crate::Reg<host_slchostdate::HOST_SLCHOSTDATE_SPEC>,
    #[doc = "0x17c - HOST_SLCHOSTID"]
    pub host_slchostid: crate::Reg<host_slchostid::HOST_SLCHOSTID_SPEC>,
    _reserved62: [u8; 112usize],
    #[doc = "0x1f0 - HOST_SLCHOST_CONF"]
    pub host_slchost_conf: crate::Reg<host_slchost_conf::HOST_SLCHOST_CONF_SPEC>,
    #[doc = "0x1f4 - HOST_SLCHOST_INF_ST"]
    pub host_slchost_inf_st: crate::Reg<host_slchost_inf_st::HOST_SLCHOST_INF_ST_SPEC>,
}
#[doc = "HOST_SLCHOST_FUNC2_0 register accessor: an alias for `Reg<HOST_SLCHOST_FUNC2_0_SPEC>`"]
pub type HOST_SLCHOST_FUNC2_0 = crate::Reg<host_slchost_func2_0::HOST_SLCHOST_FUNC2_0_SPEC>;
#[doc = "HOST_SLCHOST_FUNC2_0"]
pub mod host_slchost_func2_0;
#[doc = "HOST_SLCHOST_FUNC2_1 register accessor: an alias for `Reg<HOST_SLCHOST_FUNC2_1_SPEC>`"]
pub type HOST_SLCHOST_FUNC2_1 = crate::Reg<host_slchost_func2_1::HOST_SLCHOST_FUNC2_1_SPEC>;
#[doc = "HOST_SLCHOST_FUNC2_1"]
pub mod host_slchost_func2_1;
#[doc = "HOST_SLCHOST_FUNC2_2 register accessor: an alias for `Reg<HOST_SLCHOST_FUNC2_2_SPEC>`"]
pub type HOST_SLCHOST_FUNC2_2 = crate::Reg<host_slchost_func2_2::HOST_SLCHOST_FUNC2_2_SPEC>;
#[doc = "HOST_SLCHOST_FUNC2_2"]
pub mod host_slchost_func2_2;
#[doc = "HOST_SLCHOST_GPIO_STATUS0 register accessor: an alias for `Reg<HOST_SLCHOST_GPIO_STATUS0_SPEC>`"]
pub type HOST_SLCHOST_GPIO_STATUS0 =
    crate::Reg<host_slchost_gpio_status0::HOST_SLCHOST_GPIO_STATUS0_SPEC>;
#[doc = "HOST_SLCHOST_GPIO_STATUS0"]
pub mod host_slchost_gpio_status0;
#[doc = "HOST_SLCHOST_GPIO_STATUS1 register accessor: an alias for `Reg<HOST_SLCHOST_GPIO_STATUS1_SPEC>`"]
pub type HOST_SLCHOST_GPIO_STATUS1 =
    crate::Reg<host_slchost_gpio_status1::HOST_SLCHOST_GPIO_STATUS1_SPEC>;
#[doc = "HOST_SLCHOST_GPIO_STATUS1"]
pub mod host_slchost_gpio_status1;
#[doc = "HOST_SLCHOST_GPIO_IN0 register accessor: an alias for `Reg<HOST_SLCHOST_GPIO_IN0_SPEC>`"]
pub type HOST_SLCHOST_GPIO_IN0 = crate::Reg<host_slchost_gpio_in0::HOST_SLCHOST_GPIO_IN0_SPEC>;
#[doc = "HOST_SLCHOST_GPIO_IN0"]
pub mod host_slchost_gpio_in0;
#[doc = "HOST_SLCHOST_GPIO_IN1 register accessor: an alias for `Reg<HOST_SLCHOST_GPIO_IN1_SPEC>`"]
pub type HOST_SLCHOST_GPIO_IN1 = crate::Reg<host_slchost_gpio_in1::HOST_SLCHOST_GPIO_IN1_SPEC>;
#[doc = "HOST_SLCHOST_GPIO_IN1"]
pub mod host_slchost_gpio_in1;
#[doc = "HOST_SLC0HOST_TOKEN_RDATA register accessor: an alias for `Reg<HOST_SLC0HOST_TOKEN_RDATA_SPEC>`"]
pub type HOST_SLC0HOST_TOKEN_RDATA =
    crate::Reg<host_slc0host_token_rdata::HOST_SLC0HOST_TOKEN_RDATA_SPEC>;
#[doc = "HOST_SLC0HOST_TOKEN_RDATA"]
pub mod host_slc0host_token_rdata;
#[doc = "HOST_SLC0_HOST_PF register accessor: an alias for `Reg<HOST_SLC0_HOST_PF_SPEC>`"]
pub type HOST_SLC0_HOST_PF = crate::Reg<host_slc0_host_pf::HOST_SLC0_HOST_PF_SPEC>;
#[doc = "HOST_SLC0_HOST_PF"]
pub mod host_slc0_host_pf;
#[doc = "HOST_SLC1_HOST_PF register accessor: an alias for `Reg<HOST_SLC1_HOST_PF_SPEC>`"]
pub type HOST_SLC1_HOST_PF = crate::Reg<host_slc1_host_pf::HOST_SLC1_HOST_PF_SPEC>;
#[doc = "HOST_SLC1_HOST_PF"]
pub mod host_slc1_host_pf;
#[doc = "HOST_SLC0HOST_INT_RAW register accessor: an alias for `Reg<HOST_SLC0HOST_INT_RAW_SPEC>`"]
pub type HOST_SLC0HOST_INT_RAW = crate::Reg<host_slc0host_int_raw::HOST_SLC0HOST_INT_RAW_SPEC>;
#[doc = "HOST_SLC0HOST_INT_RAW"]
pub mod host_slc0host_int_raw;
#[doc = "HOST_SLC1HOST_INT_RAW register accessor: an alias for `Reg<HOST_SLC1HOST_INT_RAW_SPEC>`"]
pub type HOST_SLC1HOST_INT_RAW = crate::Reg<host_slc1host_int_raw::HOST_SLC1HOST_INT_RAW_SPEC>;
#[doc = "HOST_SLC1HOST_INT_RAW"]
pub mod host_slc1host_int_raw;
#[doc = "HOST_SLC0HOST_INT_ST register accessor: an alias for `Reg<HOST_SLC0HOST_INT_ST_SPEC>`"]
pub type HOST_SLC0HOST_INT_ST = crate::Reg<host_slc0host_int_st::HOST_SLC0HOST_INT_ST_SPEC>;
#[doc = "HOST_SLC0HOST_INT_ST"]
pub mod host_slc0host_int_st;
#[doc = "HOST_SLC1HOST_INT_ST register accessor: an alias for `Reg<HOST_SLC1HOST_INT_ST_SPEC>`"]
pub type HOST_SLC1HOST_INT_ST = crate::Reg<host_slc1host_int_st::HOST_SLC1HOST_INT_ST_SPEC>;
#[doc = "HOST_SLC1HOST_INT_ST"]
pub mod host_slc1host_int_st;
#[doc = "HOST_SLCHOST_PKT_LEN register accessor: an alias for `Reg<HOST_SLCHOST_PKT_LEN_SPEC>`"]
pub type HOST_SLCHOST_PKT_LEN = crate::Reg<host_slchost_pkt_len::HOST_SLCHOST_PKT_LEN_SPEC>;
#[doc = "HOST_SLCHOST_PKT_LEN"]
pub mod host_slchost_pkt_len;
#[doc = "HOST_SLCHOST_STATE_W0 register accessor: an alias for `Reg<HOST_SLCHOST_STATE_W0_SPEC>`"]
pub type HOST_SLCHOST_STATE_W0 = crate::Reg<host_slchost_state_w0::HOST_SLCHOST_STATE_W0_SPEC>;
#[doc = "HOST_SLCHOST_STATE_W0"]
pub mod host_slchost_state_w0;
#[doc = "HOST_SLCHOST_STATE_W1 register accessor: an alias for `Reg<HOST_SLCHOST_STATE_W1_SPEC>`"]
pub type HOST_SLCHOST_STATE_W1 = crate::Reg<host_slchost_state_w1::HOST_SLCHOST_STATE_W1_SPEC>;
#[doc = "HOST_SLCHOST_STATE_W1"]
pub mod host_slchost_state_w1;
#[doc = "HOST_SLCHOST_CONF_W0 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W0_SPEC>`"]
pub type HOST_SLCHOST_CONF_W0 = crate::Reg<host_slchost_conf_w0::HOST_SLCHOST_CONF_W0_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W0"]
pub mod host_slchost_conf_w0;
#[doc = "HOST_SLCHOST_CONF_W1 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W1_SPEC>`"]
pub type HOST_SLCHOST_CONF_W1 = crate::Reg<host_slchost_conf_w1::HOST_SLCHOST_CONF_W1_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W1"]
pub mod host_slchost_conf_w1;
#[doc = "HOST_SLCHOST_CONF_W2 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W2_SPEC>`"]
pub type HOST_SLCHOST_CONF_W2 = crate::Reg<host_slchost_conf_w2::HOST_SLCHOST_CONF_W2_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W2"]
pub mod host_slchost_conf_w2;
#[doc = "HOST_SLCHOST_CONF_W3 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W3_SPEC>`"]
pub type HOST_SLCHOST_CONF_W3 = crate::Reg<host_slchost_conf_w3::HOST_SLCHOST_CONF_W3_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W3"]
pub mod host_slchost_conf_w3;
#[doc = "HOST_SLCHOST_CONF_W4 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W4_SPEC>`"]
pub type HOST_SLCHOST_CONF_W4 = crate::Reg<host_slchost_conf_w4::HOST_SLCHOST_CONF_W4_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W4"]
pub mod host_slchost_conf_w4;
#[doc = "HOST_SLCHOST_CONF_W5 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W5_SPEC>`"]
pub type HOST_SLCHOST_CONF_W5 = crate::Reg<host_slchost_conf_w5::HOST_SLCHOST_CONF_W5_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W5"]
pub mod host_slchost_conf_w5;
#[doc = "HOST_SLCHOST_CONF_W6 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W6_SPEC>`"]
pub type HOST_SLCHOST_CONF_W6 = crate::Reg<host_slchost_conf_w6::HOST_SLCHOST_CONF_W6_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W6"]
pub mod host_slchost_conf_w6;
#[doc = "HOST_SLCHOST_CONF_W7 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W7_SPEC>`"]
pub type HOST_SLCHOST_CONF_W7 = crate::Reg<host_slchost_conf_w7::HOST_SLCHOST_CONF_W7_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W7"]
pub mod host_slchost_conf_w7;
#[doc = "HOST_SLCHOST_PKT_LEN0 register accessor: an alias for `Reg<HOST_SLCHOST_PKT_LEN0_SPEC>`"]
pub type HOST_SLCHOST_PKT_LEN0 = crate::Reg<host_slchost_pkt_len0::HOST_SLCHOST_PKT_LEN0_SPEC>;
#[doc = "HOST_SLCHOST_PKT_LEN0"]
pub mod host_slchost_pkt_len0;
#[doc = "HOST_SLCHOST_PKT_LEN1 register accessor: an alias for `Reg<HOST_SLCHOST_PKT_LEN1_SPEC>`"]
pub type HOST_SLCHOST_PKT_LEN1 = crate::Reg<host_slchost_pkt_len1::HOST_SLCHOST_PKT_LEN1_SPEC>;
#[doc = "HOST_SLCHOST_PKT_LEN1"]
pub mod host_slchost_pkt_len1;
#[doc = "HOST_SLCHOST_PKT_LEN2 register accessor: an alias for `Reg<HOST_SLCHOST_PKT_LEN2_SPEC>`"]
pub type HOST_SLCHOST_PKT_LEN2 = crate::Reg<host_slchost_pkt_len2::HOST_SLCHOST_PKT_LEN2_SPEC>;
#[doc = "HOST_SLCHOST_PKT_LEN2"]
pub mod host_slchost_pkt_len2;
#[doc = "HOST_SLCHOST_CONF_W8 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W8_SPEC>`"]
pub type HOST_SLCHOST_CONF_W8 = crate::Reg<host_slchost_conf_w8::HOST_SLCHOST_CONF_W8_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W8"]
pub mod host_slchost_conf_w8;
#[doc = "HOST_SLCHOST_CONF_W9 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W9_SPEC>`"]
pub type HOST_SLCHOST_CONF_W9 = crate::Reg<host_slchost_conf_w9::HOST_SLCHOST_CONF_W9_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W9"]
pub mod host_slchost_conf_w9;
#[doc = "HOST_SLCHOST_CONF_W10 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W10_SPEC>`"]
pub type HOST_SLCHOST_CONF_W10 = crate::Reg<host_slchost_conf_w10::HOST_SLCHOST_CONF_W10_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W10"]
pub mod host_slchost_conf_w10;
#[doc = "HOST_SLCHOST_CONF_W11 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W11_SPEC>`"]
pub type HOST_SLCHOST_CONF_W11 = crate::Reg<host_slchost_conf_w11::HOST_SLCHOST_CONF_W11_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W11"]
pub mod host_slchost_conf_w11;
#[doc = "HOST_SLCHOST_CONF_W12 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W12_SPEC>`"]
pub type HOST_SLCHOST_CONF_W12 = crate::Reg<host_slchost_conf_w12::HOST_SLCHOST_CONF_W12_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W12"]
pub mod host_slchost_conf_w12;
#[doc = "HOST_SLCHOST_CONF_W13 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W13_SPEC>`"]
pub type HOST_SLCHOST_CONF_W13 = crate::Reg<host_slchost_conf_w13::HOST_SLCHOST_CONF_W13_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W13"]
pub mod host_slchost_conf_w13;
#[doc = "HOST_SLCHOST_CONF_W14 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W14_SPEC>`"]
pub type HOST_SLCHOST_CONF_W14 = crate::Reg<host_slchost_conf_w14::HOST_SLCHOST_CONF_W14_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W14"]
pub mod host_slchost_conf_w14;
#[doc = "HOST_SLCHOST_CONF_W15 register accessor: an alias for `Reg<HOST_SLCHOST_CONF_W15_SPEC>`"]
pub type HOST_SLCHOST_CONF_W15 = crate::Reg<host_slchost_conf_w15::HOST_SLCHOST_CONF_W15_SPEC>;
#[doc = "HOST_SLCHOST_CONF_W15"]
pub mod host_slchost_conf_w15;
#[doc = "HOST_SLCHOST_CHECK_SUM0 register accessor: an alias for `Reg<HOST_SLCHOST_CHECK_SUM0_SPEC>`"]
pub type HOST_SLCHOST_CHECK_SUM0 =
    crate::Reg<host_slchost_check_sum0::HOST_SLCHOST_CHECK_SUM0_SPEC>;
#[doc = "HOST_SLCHOST_CHECK_SUM0"]
pub mod host_slchost_check_sum0;
#[doc = "HOST_SLCHOST_CHECK_SUM1 register accessor: an alias for `Reg<HOST_SLCHOST_CHECK_SUM1_SPEC>`"]
pub type HOST_SLCHOST_CHECK_SUM1 =
    crate::Reg<host_slchost_check_sum1::HOST_SLCHOST_CHECK_SUM1_SPEC>;
#[doc = "HOST_SLCHOST_CHECK_SUM1"]
pub mod host_slchost_check_sum1;
#[doc = "HOST_SLC1HOST_TOKEN_RDATA register accessor: an alias for `Reg<HOST_SLC1HOST_TOKEN_RDATA_SPEC>`"]
pub type HOST_SLC1HOST_TOKEN_RDATA =
    crate::Reg<host_slc1host_token_rdata::HOST_SLC1HOST_TOKEN_RDATA_SPEC>;
#[doc = "HOST_SLC1HOST_TOKEN_RDATA"]
pub mod host_slc1host_token_rdata;
#[doc = "HOST_SLC0HOST_TOKEN_WDATA register accessor: an alias for `Reg<HOST_SLC0HOST_TOKEN_WDATA_SPEC>`"]
pub type HOST_SLC0HOST_TOKEN_WDATA =
    crate::Reg<host_slc0host_token_wdata::HOST_SLC0HOST_TOKEN_WDATA_SPEC>;
#[doc = "HOST_SLC0HOST_TOKEN_WDATA"]
pub mod host_slc0host_token_wdata;
#[doc = "HOST_SLC1HOST_TOKEN_WDATA register accessor: an alias for `Reg<HOST_SLC1HOST_TOKEN_WDATA_SPEC>`"]
pub type HOST_SLC1HOST_TOKEN_WDATA =
    crate::Reg<host_slc1host_token_wdata::HOST_SLC1HOST_TOKEN_WDATA_SPEC>;
#[doc = "HOST_SLC1HOST_TOKEN_WDATA"]
pub mod host_slc1host_token_wdata;
#[doc = "HOST_SLCHOST_TOKEN_CON register accessor: an alias for `Reg<HOST_SLCHOST_TOKEN_CON_SPEC>`"]
pub type HOST_SLCHOST_TOKEN_CON = crate::Reg<host_slchost_token_con::HOST_SLCHOST_TOKEN_CON_SPEC>;
#[doc = "HOST_SLCHOST_TOKEN_CON"]
pub mod host_slchost_token_con;
#[doc = "HOST_SLC0HOST_INT_CLR register accessor: an alias for `Reg<HOST_SLC0HOST_INT_CLR_SPEC>`"]
pub type HOST_SLC0HOST_INT_CLR = crate::Reg<host_slc0host_int_clr::HOST_SLC0HOST_INT_CLR_SPEC>;
#[doc = "HOST_SLC0HOST_INT_CLR"]
pub mod host_slc0host_int_clr;
#[doc = "HOST_SLC1HOST_INT_CLR register accessor: an alias for `Reg<HOST_SLC1HOST_INT_CLR_SPEC>`"]
pub type HOST_SLC1HOST_INT_CLR = crate::Reg<host_slc1host_int_clr::HOST_SLC1HOST_INT_CLR_SPEC>;
#[doc = "HOST_SLC1HOST_INT_CLR"]
pub mod host_slc1host_int_clr;
#[doc = "HOST_SLC0HOST_FUNC1_INT_ENA register accessor: an alias for `Reg<HOST_SLC0HOST_FUNC1_INT_ENA_SPEC>`"]
pub type HOST_SLC0HOST_FUNC1_INT_ENA =
    crate::Reg<host_slc0host_func1_int_ena::HOST_SLC0HOST_FUNC1_INT_ENA_SPEC>;
#[doc = "HOST_SLC0HOST_FUNC1_INT_ENA"]
pub mod host_slc0host_func1_int_ena;
#[doc = "HOST_SLC1HOST_FUNC1_INT_ENA register accessor: an alias for `Reg<HOST_SLC1HOST_FUNC1_INT_ENA_SPEC>`"]
pub type HOST_SLC1HOST_FUNC1_INT_ENA =
    crate::Reg<host_slc1host_func1_int_ena::HOST_SLC1HOST_FUNC1_INT_ENA_SPEC>;
#[doc = "HOST_SLC1HOST_FUNC1_INT_ENA"]
pub mod host_slc1host_func1_int_ena;
#[doc = "HOST_SLC0HOST_FUNC2_INT_ENA register accessor: an alias for `Reg<HOST_SLC0HOST_FUNC2_INT_ENA_SPEC>`"]
pub type HOST_SLC0HOST_FUNC2_INT_ENA =
    crate::Reg<host_slc0host_func2_int_ena::HOST_SLC0HOST_FUNC2_INT_ENA_SPEC>;
#[doc = "HOST_SLC0HOST_FUNC2_INT_ENA"]
pub mod host_slc0host_func2_int_ena;
#[doc = "HOST_SLC1HOST_FUNC2_INT_ENA register accessor: an alias for `Reg<HOST_SLC1HOST_FUNC2_INT_ENA_SPEC>`"]
pub type HOST_SLC1HOST_FUNC2_INT_ENA =
    crate::Reg<host_slc1host_func2_int_ena::HOST_SLC1HOST_FUNC2_INT_ENA_SPEC>;
#[doc = "HOST_SLC1HOST_FUNC2_INT_ENA"]
pub mod host_slc1host_func2_int_ena;
#[doc = "HOST_SLC0HOST_INT_ENA register accessor: an alias for `Reg<HOST_SLC0HOST_INT_ENA_SPEC>`"]
pub type HOST_SLC0HOST_INT_ENA = crate::Reg<host_slc0host_int_ena::HOST_SLC0HOST_INT_ENA_SPEC>;
#[doc = "HOST_SLC0HOST_INT_ENA"]
pub mod host_slc0host_int_ena;
#[doc = "HOST_SLC1HOST_INT_ENA register accessor: an alias for `Reg<HOST_SLC1HOST_INT_ENA_SPEC>`"]
pub type HOST_SLC1HOST_INT_ENA = crate::Reg<host_slc1host_int_ena::HOST_SLC1HOST_INT_ENA_SPEC>;
#[doc = "HOST_SLC1HOST_INT_ENA"]
pub mod host_slc1host_int_ena;
#[doc = "HOST_SLC0HOST_RX_INFOR register accessor: an alias for `Reg<HOST_SLC0HOST_RX_INFOR_SPEC>`"]
pub type HOST_SLC0HOST_RX_INFOR = crate::Reg<host_slc0host_rx_infor::HOST_SLC0HOST_RX_INFOR_SPEC>;
#[doc = "HOST_SLC0HOST_RX_INFOR"]
pub mod host_slc0host_rx_infor;
#[doc = "HOST_SLC1HOST_RX_INFOR register accessor: an alias for `Reg<HOST_SLC1HOST_RX_INFOR_SPEC>`"]
pub type HOST_SLC1HOST_RX_INFOR = crate::Reg<host_slc1host_rx_infor::HOST_SLC1HOST_RX_INFOR_SPEC>;
#[doc = "HOST_SLC1HOST_RX_INFOR"]
pub mod host_slc1host_rx_infor;
#[doc = "HOST_SLC0HOST_LEN_WD register accessor: an alias for `Reg<HOST_SLC0HOST_LEN_WD_SPEC>`"]
pub type HOST_SLC0HOST_LEN_WD = crate::Reg<host_slc0host_len_wd::HOST_SLC0HOST_LEN_WD_SPEC>;
#[doc = "HOST_SLC0HOST_LEN_WD"]
pub mod host_slc0host_len_wd;
#[doc = "HOST_SLC_APBWIN_WDATA register accessor: an alias for `Reg<HOST_SLC_APBWIN_WDATA_SPEC>`"]
pub type HOST_SLC_APBWIN_WDATA = crate::Reg<host_slc_apbwin_wdata::HOST_SLC_APBWIN_WDATA_SPEC>;
#[doc = "HOST_SLC_APBWIN_WDATA"]
pub mod host_slc_apbwin_wdata;
#[doc = "HOST_SLC_APBWIN_CONF register accessor: an alias for `Reg<HOST_SLC_APBWIN_CONF_SPEC>`"]
pub type HOST_SLC_APBWIN_CONF = crate::Reg<host_slc_apbwin_conf::HOST_SLC_APBWIN_CONF_SPEC>;
#[doc = "HOST_SLC_APBWIN_CONF"]
pub mod host_slc_apbwin_conf;
#[doc = "HOST_SLC_APBWIN_RDATA register accessor: an alias for `Reg<HOST_SLC_APBWIN_RDATA_SPEC>`"]
pub type HOST_SLC_APBWIN_RDATA = crate::Reg<host_slc_apbwin_rdata::HOST_SLC_APBWIN_RDATA_SPEC>;
#[doc = "HOST_SLC_APBWIN_RDATA"]
pub mod host_slc_apbwin_rdata;
#[doc = "HOST_SLCHOST_RDCLR0 register accessor: an alias for `Reg<HOST_SLCHOST_RDCLR0_SPEC>`"]
pub type HOST_SLCHOST_RDCLR0 = crate::Reg<host_slchost_rdclr0::HOST_SLCHOST_RDCLR0_SPEC>;
#[doc = "HOST_SLCHOST_RDCLR0"]
pub mod host_slchost_rdclr0;
#[doc = "HOST_SLCHOST_RDCLR1 register accessor: an alias for `Reg<HOST_SLCHOST_RDCLR1_SPEC>`"]
pub type HOST_SLCHOST_RDCLR1 = crate::Reg<host_slchost_rdclr1::HOST_SLCHOST_RDCLR1_SPEC>;
#[doc = "HOST_SLCHOST_RDCLR1"]
pub mod host_slchost_rdclr1;
#[doc = "HOST_SLC0HOST_INT_ENA1 register accessor: an alias for `Reg<HOST_SLC0HOST_INT_ENA1_SPEC>`"]
pub type HOST_SLC0HOST_INT_ENA1 = crate::Reg<host_slc0host_int_ena1::HOST_SLC0HOST_INT_ENA1_SPEC>;
#[doc = "HOST_SLC0HOST_INT_ENA1"]
pub mod host_slc0host_int_ena1;
#[doc = "HOST_SLC1HOST_INT_ENA1 register accessor: an alias for `Reg<HOST_SLC1HOST_INT_ENA1_SPEC>`"]
pub type HOST_SLC1HOST_INT_ENA1 = crate::Reg<host_slc1host_int_ena1::HOST_SLC1HOST_INT_ENA1_SPEC>;
#[doc = "HOST_SLC1HOST_INT_ENA1"]
pub mod host_slc1host_int_ena1;
#[doc = "HOST_SLCHOSTDATE register accessor: an alias for `Reg<HOST_SLCHOSTDATE_SPEC>`"]
pub type HOST_SLCHOSTDATE = crate::Reg<host_slchostdate::HOST_SLCHOSTDATE_SPEC>;
#[doc = "HOST_SLCHOSTDATE"]
pub mod host_slchostdate;
#[doc = "HOST_SLCHOSTID register accessor: an alias for `Reg<HOST_SLCHOSTID_SPEC>`"]
pub type HOST_SLCHOSTID = crate::Reg<host_slchostid::HOST_SLCHOSTID_SPEC>;
#[doc = "HOST_SLCHOSTID"]
pub mod host_slchostid;
#[doc = "HOST_SLCHOST_CONF register accessor: an alias for `Reg<HOST_SLCHOST_CONF_SPEC>`"]
pub type HOST_SLCHOST_CONF = crate::Reg<host_slchost_conf::HOST_SLCHOST_CONF_SPEC>;
#[doc = "HOST_SLCHOST_CONF"]
pub mod host_slchost_conf;
#[doc = "HOST_SLCHOST_INF_ST register accessor: an alias for `Reg<HOST_SLCHOST_INF_ST_SPEC>`"]
pub type HOST_SLCHOST_INF_ST = crate::Reg<host_slchost_inf_st::HOST_SLCHOST_INF_ST_SPEC>;
#[doc = "HOST_SLCHOST_INF_ST"]
pub mod host_slchost_inf_st;