awr2544-pac 0.1.0

A Peripheral Access Crate for the ti awr2544 radar devkit
Documentation
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
417
418
419
420
421
422
423
424
#[doc = "Register `CFG_LVDS_GEN_0` reader"]
pub type R = crate::R<CfgLvdsGen0Spec>;
#[doc = "Register `CFG_LVDS_GEN_0` writer"]
pub type W = crate::W<CfgLvdsGen0Spec>;
#[doc = "Field `CFG_LVDS_LANE0_EN` reader - 0:0\\]
LVDS only programming : 0 : LVDS Lane 0 is disbaled 1 : LVDS Lane 0 is enabled"]
pub type CfgLvdsLane0EnR = crate::BitReader;
#[doc = "Field `CFG_LVDS_LANE0_EN` writer - 0:0\\]
LVDS only programming : 0 : LVDS Lane 0 is disbaled 1 : LVDS Lane 0 is enabled"]
pub type CfgLvdsLane0EnW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CFG_LVDS_LANE1_EN` reader - 1:1\\]
LVDS only programming : 0 : LVDS Lane 1 is disbaled 1 : LVDS Lane 1 is enabled"]
pub type CfgLvdsLane1EnR = crate::BitReader;
#[doc = "Field `CFG_LVDS_LANE1_EN` writer - 1:1\\]
LVDS only programming : 0 : LVDS Lane 1 is disbaled 1 : LVDS Lane 1 is enabled"]
pub type CfgLvdsLane1EnW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CFG_LVDS_LANE2_EN` reader - 2:2\\]
LVDS only programming : 0 : LVDS Lane 2 is disbaled 1 : LVDS Lane 2 is enabled"]
pub type CfgLvdsLane2EnR = crate::BitReader;
#[doc = "Field `CFG_LVDS_LANE2_EN` writer - 2:2\\]
LVDS only programming : 0 : LVDS Lane 2 is disbaled 1 : LVDS Lane 2 is enabled"]
pub type CfgLvdsLane2EnW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CFG_LVDS_LANE3_EN` reader - 3:3\\]
LVDS only programming : 0 : LVDS Lane 3 is disbaled 1 : LVDS Lane 3 is enabled"]
pub type CfgLvdsLane3EnR = crate::BitReader;
#[doc = "Field `CFG_LVDS_LANE3_EN` writer - 3:3\\]
LVDS only programming : 0 : LVDS Lane 3 is disbaled 1 : LVDS Lane 3 is enabled"]
pub type CfgLvdsLane3EnW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CFG_8B10B_EN` reader - 4:4\\]
TI Internal Feature. Reserved. For Furture enhancement. Not supported in this version 0 : No encoding 1: 8B10B encoding"]
pub type Cfg8b10bEnR = crate::BitReader;
#[doc = "Field `CFG_8B10B_EN` writer - 4:4\\]
TI Internal Feature. Reserved. For Furture enhancement. Not supported in this version 0 : No encoding 1: 8B10B encoding"]
pub type Cfg8b10bEnW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `ctc2en` reader - 5:5\\]
TI Internal feature. 0 : Regular operation 1: TC2MODE Enable (Not supported internally also in AR16xx)"]
pub type Ctc2enR = crate::BitReader;
#[doc = "Field `ctc2en` writer - 5:5\\]
TI Internal feature. 0 : Regular operation 1: TC2MODE Enable (Not supported internally also in AR16xx)"]
pub type Ctc2enW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `cacdsel` reader - 6:6\\]
TI Internal feature. CFG_ALL_CHL_READY_DELAY_SEL This bit is added to take of the fast to slow transition in the ADC Buffer. 0 => If the LVDS clock frequency (SDR) is >= 200MHz 1 => If the LVDS clock frequency (SDR) is &lt; 200MHz"]
pub type CacdselR = crate::BitReader;
#[doc = "Field `cacdsel` writer - 6:6\\]
TI Internal feature. CFG_ALL_CHL_READY_DELAY_SEL This bit is added to take of the fast to slow transition in the ADC Buffer. 0 => If the LVDS clock frequency (SDR) is >= 200MHz 1 => If the LVDS clock frequency (SDR) is &lt; 200MHz"]
pub type CacdselW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `cpkfmt` reader - 7:7\\]
TI Internal feature. CFG_PACK_FORMAT: While packing in 12/14 bit whether to use CSI like packing or general packing."]
pub type CpkfmtR = crate::BitReader;
#[doc = "Field `cpkfmt` writer - 7:7\\]
TI Internal feature. CFG_PACK_FORMAT: While packing in 12/14 bit whether to use CSI like packing or general packing."]
pub type CpkfmtW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CFG_LINE_MODE` reader - 9:8\\]
TI Internal feature. Reserved."]
pub type CfgLineModeR = crate::FieldReader;
#[doc = "Field `CFG_LINE_MODE` writer - 9:8\\]
TI Internal feature. Reserved."]
pub type CfgLineModeW<'a, REG> = crate::FieldWriter<'a, REG, 2>;
#[doc = "Field `CFG_BIT_CLK_MODE` reader - 10:10\\]
Bit Clock Mode 0 : SDR clocking mode 1 : DDR clocking mode"]
pub type CfgBitClkModeR = crate::BitReader;
#[doc = "Field `CFG_BIT_CLK_MODE` writer - 10:10\\]
Bit Clock Mode 0 : SDR clocking mode 1 : DDR clocking mode"]
pub type CfgBitClkModeW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `ccsmen` reader - 11:11\\]
TRM Description : As per alignment TI Restricted Description : 0 : Regular operation 1 : Continuous Streaming Mode Enabled (Not supported internally also in AR16xx)"]
pub type CcsmenR = crate::BitReader;
#[doc = "Field `ccsmen` writer - 11:11\\]
TRM Description : As per alignment TI Restricted Description : 0 : Regular operation 1 : Continuous Streaming Mode Enabled (Not supported internally also in AR16xx)"]
pub type CcsmenW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `ckchar` reader - 13:12\\]
TI Internal feature. CFG_K_CHAR_SEL"]
pub type CkcharR = crate::FieldReader;
#[doc = "Field `ckchar` writer - 13:12\\]
TI Internal feature. CFG_K_CHAR_SEL"]
pub type CkcharW<'a, REG> = crate::FieldWriter<'a, REG, 2>;
#[doc = "Field `cclksel` reader - 14:14\\]
TI Internal feature. CFG_LVDS_CLK_SEL (between div-by-N and CLK_HSI_DIG) 1 -> CLK_HSI_DIG; 0 - through div-by-N (N is programmed in CFG_LVDS_CLK_DIV)"]
pub type CclkselR = crate::BitReader;
#[doc = "Field `cclksel` writer - 14:14\\]
TI Internal feature. CFG_LVDS_CLK_SEL (between div-by-N and CLK_HSI_DIG) 1 -> CLK_HSI_DIG; 0 - through div-by-N (N is programmed in CFG_LVDS_CLK_DIV)"]
pub type CclkselW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `cclksel1` reader - 15:15\\]
TRM Description : 0 : DDR mode clock mux 1 : SDR mode clock mux TI Restricted Description : CFG_LVDS_CLK_SEL1 0-> Use div-by-2 (Q2 path ) 1 -> Used for direct (Q1 path)"]
pub type Cclksel1R = crate::BitReader;
#[doc = "Field `cclksel1` writer - 15:15\\]
TRM Description : 0 : DDR mode clock mux 1 : SDR mode clock mux TI Restricted Description : CFG_LVDS_CLK_SEL1 0-> Use div-by-2 (Q2 path ) 1 -> Used for direct (Q1 path)"]
pub type Cclksel1W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `cckdiv` reader - 21:16\\]
TI Internal feature. CFG_LVDS_CLK_DIV"]
pub type CckdivR = crate::FieldReader;
#[doc = "Field `cckdiv` writer - 21:16\\]
TI Internal feature. CFG_LVDS_CLK_DIV"]
pub type CckdivW<'a, REG> = crate::FieldWriter<'a, REG, 6>;
#[doc = "Field `cpossel` reader - 22:22\\]
0 : When a new chirp is starting, align first sample start to negedge of DDR clock. 1 : When a new chirp is starting, align first sample start to posedge of DDR clock (recommended)"]
pub type CposselR = crate::BitReader;
#[doc = "Field `cpossel` writer - 22:22\\]
0 : When a new chirp is starting, align first sample start to negedge of DDR clock. 1 : When a new chirp is starting, align first sample start to posedge of DDR clock (recommended)"]
pub type CposselW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `cmsbf` reader - 23:23\\]
1 : Data is sent out on the LVDS lane MSB first 0 : Data is sent out on the LVDS lane LSB first"]
pub type CmsbfR = crate::BitReader;
#[doc = "Field `cmsbf` writer - 23:23\\]
1 : Data is sent out on the LVDS lane MSB first 0 : Data is sent out on the LVDS lane LSB first"]
pub type CmsbfW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `cfdly` reader - 27:24\\]
LVDS FIFO Initial Threshold. This is a Static configuration and sould be set to a fixed value as mention in the Programming model"]
pub type CfdlyR = crate::FieldReader;
#[doc = "Field `cfdly` writer - 27:24\\]
LVDS FIFO Initial Threshold. This is a Static configuration and sould be set to a fixed value as mention in the Programming model"]
pub type CfdlyW<'a, REG> = crate::FieldWriter<'a, REG, 4>;
#[doc = "Field `cbcrcen` reader - 28:28\\]
LVDS Frame CRC 0 : CRC is not sent at the end of LVDS Frame 1 : CRC is sent at the end of the LVDS Frame"]
pub type CbcrcenR = crate::BitReader;
#[doc = "Field `cbcrcen` writer - 28:28\\]
LVDS Frame CRC 0 : CRC is not sent at the end of LVDS Frame 1 : CRC is sent at the end of the LVDS Frame"]
pub type CbcrcenW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `cblpen` reader - 29:29\\]
TI Internal CFG_LASTPULSE_EN"]
pub type CblpenR = crate::BitReader;
#[doc = "Field `cblpen` writer - 29:29\\]
TI Internal CFG_LASTPULSE_EN"]
pub type CblpenW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `cpz` reader - 31:30\\]
LVDS Clock config. 1 : Clock alignment enabled Others : Internal clock alignment not enabled This needs to be set to 0x1 for correct functionality"]
pub type CpzR = crate::FieldReader;
#[doc = "Field `cpz` writer - 31:30\\]
LVDS Clock config. 1 : Clock alignment enabled Others : Internal clock alignment not enabled This needs to be set to 0x1 for correct functionality"]
pub type CpzW<'a, REG> = crate::FieldWriter<'a, REG, 2>;
impl R {
    #[doc = "Bit 0 - 0:0\\]
LVDS only programming : 0 : LVDS Lane 0 is disbaled 1 : LVDS Lane 0 is enabled"]
    #[inline(always)]
    pub fn cfg_lvds_lane0_en(&self) -> CfgLvdsLane0EnR {
        CfgLvdsLane0EnR::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - 1:1\\]
LVDS only programming : 0 : LVDS Lane 1 is disbaled 1 : LVDS Lane 1 is enabled"]
    #[inline(always)]
    pub fn cfg_lvds_lane1_en(&self) -> CfgLvdsLane1EnR {
        CfgLvdsLane1EnR::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - 2:2\\]
LVDS only programming : 0 : LVDS Lane 2 is disbaled 1 : LVDS Lane 2 is enabled"]
    #[inline(always)]
    pub fn cfg_lvds_lane2_en(&self) -> CfgLvdsLane2EnR {
        CfgLvdsLane2EnR::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - 3:3\\]
LVDS only programming : 0 : LVDS Lane 3 is disbaled 1 : LVDS Lane 3 is enabled"]
    #[inline(always)]
    pub fn cfg_lvds_lane3_en(&self) -> CfgLvdsLane3EnR {
        CfgLvdsLane3EnR::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - 4:4\\]
TI Internal Feature. Reserved. For Furture enhancement. Not supported in this version 0 : No encoding 1: 8B10B encoding"]
    #[inline(always)]
    pub fn cfg_8b10b_en(&self) -> Cfg8b10bEnR {
        Cfg8b10bEnR::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - 5:5\\]
TI Internal feature. 0 : Regular operation 1: TC2MODE Enable (Not supported internally also in AR16xx)"]
    #[inline(always)]
    pub fn ctc2en(&self) -> Ctc2enR {
        Ctc2enR::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - 6:6\\]
TI Internal feature. CFG_ALL_CHL_READY_DELAY_SEL This bit is added to take of the fast to slow transition in the ADC Buffer. 0 => If the LVDS clock frequency (SDR) is >= 200MHz 1 => If the LVDS clock frequency (SDR) is &lt; 200MHz"]
    #[inline(always)]
    pub fn cacdsel(&self) -> CacdselR {
        CacdselR::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - 7:7\\]
TI Internal feature. CFG_PACK_FORMAT: While packing in 12/14 bit whether to use CSI like packing or general packing."]
    #[inline(always)]
    pub fn cpkfmt(&self) -> CpkfmtR {
        CpkfmtR::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bits 8:9 - 9:8\\]
TI Internal feature. Reserved."]
    #[inline(always)]
    pub fn cfg_line_mode(&self) -> CfgLineModeR {
        CfgLineModeR::new(((self.bits >> 8) & 3) as u8)
    }
    #[doc = "Bit 10 - 10:10\\]
Bit Clock Mode 0 : SDR clocking mode 1 : DDR clocking mode"]
    #[inline(always)]
    pub fn cfg_bit_clk_mode(&self) -> CfgBitClkModeR {
        CfgBitClkModeR::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - 11:11\\]
TRM Description : As per alignment TI Restricted Description : 0 : Regular operation 1 : Continuous Streaming Mode Enabled (Not supported internally also in AR16xx)"]
    #[inline(always)]
    pub fn ccsmen(&self) -> CcsmenR {
        CcsmenR::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bits 12:13 - 13:12\\]
TI Internal feature. CFG_K_CHAR_SEL"]
    #[inline(always)]
    pub fn ckchar(&self) -> CkcharR {
        CkcharR::new(((self.bits >> 12) & 3) as u8)
    }
    #[doc = "Bit 14 - 14:14\\]
TI Internal feature. CFG_LVDS_CLK_SEL (between div-by-N and CLK_HSI_DIG) 1 -> CLK_HSI_DIG; 0 - through div-by-N (N is programmed in CFG_LVDS_CLK_DIV)"]
    #[inline(always)]
    pub fn cclksel(&self) -> CclkselR {
        CclkselR::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - 15:15\\]
TRM Description : 0 : DDR mode clock mux 1 : SDR mode clock mux TI Restricted Description : CFG_LVDS_CLK_SEL1 0-> Use div-by-2 (Q2 path ) 1 -> Used for direct (Q1 path)"]
    #[inline(always)]
    pub fn cclksel1(&self) -> Cclksel1R {
        Cclksel1R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bits 16:21 - 21:16\\]
TI Internal feature. CFG_LVDS_CLK_DIV"]
    #[inline(always)]
    pub fn cckdiv(&self) -> CckdivR {
        CckdivR::new(((self.bits >> 16) & 0x3f) as u8)
    }
    #[doc = "Bit 22 - 22:22\\]
0 : When a new chirp is starting, align first sample start to negedge of DDR clock. 1 : When a new chirp is starting, align first sample start to posedge of DDR clock (recommended)"]
    #[inline(always)]
    pub fn cpossel(&self) -> CposselR {
        CposselR::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - 23:23\\]
1 : Data is sent out on the LVDS lane MSB first 0 : Data is sent out on the LVDS lane LSB first"]
    #[inline(always)]
    pub fn cmsbf(&self) -> CmsbfR {
        CmsbfR::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bits 24:27 - 27:24\\]
LVDS FIFO Initial Threshold. This is a Static configuration and sould be set to a fixed value as mention in the Programming model"]
    #[inline(always)]
    pub fn cfdly(&self) -> CfdlyR {
        CfdlyR::new(((self.bits >> 24) & 0x0f) as u8)
    }
    #[doc = "Bit 28 - 28:28\\]
LVDS Frame CRC 0 : CRC is not sent at the end of LVDS Frame 1 : CRC is sent at the end of the LVDS Frame"]
    #[inline(always)]
    pub fn cbcrcen(&self) -> CbcrcenR {
        CbcrcenR::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - 29:29\\]
TI Internal CFG_LASTPULSE_EN"]
    #[inline(always)]
    pub fn cblpen(&self) -> CblpenR {
        CblpenR::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bits 30:31 - 31:30\\]
LVDS Clock config. 1 : Clock alignment enabled Others : Internal clock alignment not enabled This needs to be set to 0x1 for correct functionality"]
    #[inline(always)]
    pub fn cpz(&self) -> CpzR {
        CpzR::new(((self.bits >> 30) & 3) as u8)
    }
}
impl W {
    #[doc = "Bit 0 - 0:0\\]
LVDS only programming : 0 : LVDS Lane 0 is disbaled 1 : LVDS Lane 0 is enabled"]
    #[inline(always)]
    #[must_use]
    pub fn cfg_lvds_lane0_en(&mut self) -> CfgLvdsLane0EnW<CfgLvdsGen0Spec> {
        CfgLvdsLane0EnW::new(self, 0)
    }
    #[doc = "Bit 1 - 1:1\\]
LVDS only programming : 0 : LVDS Lane 1 is disbaled 1 : LVDS Lane 1 is enabled"]
    #[inline(always)]
    #[must_use]
    pub fn cfg_lvds_lane1_en(&mut self) -> CfgLvdsLane1EnW<CfgLvdsGen0Spec> {
        CfgLvdsLane1EnW::new(self, 1)
    }
    #[doc = "Bit 2 - 2:2\\]
LVDS only programming : 0 : LVDS Lane 2 is disbaled 1 : LVDS Lane 2 is enabled"]
    #[inline(always)]
    #[must_use]
    pub fn cfg_lvds_lane2_en(&mut self) -> CfgLvdsLane2EnW<CfgLvdsGen0Spec> {
        CfgLvdsLane2EnW::new(self, 2)
    }
    #[doc = "Bit 3 - 3:3\\]
LVDS only programming : 0 : LVDS Lane 3 is disbaled 1 : LVDS Lane 3 is enabled"]
    #[inline(always)]
    #[must_use]
    pub fn cfg_lvds_lane3_en(&mut self) -> CfgLvdsLane3EnW<CfgLvdsGen0Spec> {
        CfgLvdsLane3EnW::new(self, 3)
    }
    #[doc = "Bit 4 - 4:4\\]
TI Internal Feature. Reserved. For Furture enhancement. Not supported in this version 0 : No encoding 1: 8B10B encoding"]
    #[inline(always)]
    #[must_use]
    pub fn cfg_8b10b_en(&mut self) -> Cfg8b10bEnW<CfgLvdsGen0Spec> {
        Cfg8b10bEnW::new(self, 4)
    }
    #[doc = "Bit 5 - 5:5\\]
TI Internal feature. 0 : Regular operation 1: TC2MODE Enable (Not supported internally also in AR16xx)"]
    #[inline(always)]
    #[must_use]
    pub fn ctc2en(&mut self) -> Ctc2enW<CfgLvdsGen0Spec> {
        Ctc2enW::new(self, 5)
    }
    #[doc = "Bit 6 - 6:6\\]
TI Internal feature. CFG_ALL_CHL_READY_DELAY_SEL This bit is added to take of the fast to slow transition in the ADC Buffer. 0 => If the LVDS clock frequency (SDR) is >= 200MHz 1 => If the LVDS clock frequency (SDR) is &lt; 200MHz"]
    #[inline(always)]
    #[must_use]
    pub fn cacdsel(&mut self) -> CacdselW<CfgLvdsGen0Spec> {
        CacdselW::new(self, 6)
    }
    #[doc = "Bit 7 - 7:7\\]
TI Internal feature. CFG_PACK_FORMAT: While packing in 12/14 bit whether to use CSI like packing or general packing."]
    #[inline(always)]
    #[must_use]
    pub fn cpkfmt(&mut self) -> CpkfmtW<CfgLvdsGen0Spec> {
        CpkfmtW::new(self, 7)
    }
    #[doc = "Bits 8:9 - 9:8\\]
TI Internal feature. Reserved."]
    #[inline(always)]
    #[must_use]
    pub fn cfg_line_mode(&mut self) -> CfgLineModeW<CfgLvdsGen0Spec> {
        CfgLineModeW::new(self, 8)
    }
    #[doc = "Bit 10 - 10:10\\]
Bit Clock Mode 0 : SDR clocking mode 1 : DDR clocking mode"]
    #[inline(always)]
    #[must_use]
    pub fn cfg_bit_clk_mode(&mut self) -> CfgBitClkModeW<CfgLvdsGen0Spec> {
        CfgBitClkModeW::new(self, 10)
    }
    #[doc = "Bit 11 - 11:11\\]
TRM Description : As per alignment TI Restricted Description : 0 : Regular operation 1 : Continuous Streaming Mode Enabled (Not supported internally also in AR16xx)"]
    #[inline(always)]
    #[must_use]
    pub fn ccsmen(&mut self) -> CcsmenW<CfgLvdsGen0Spec> {
        CcsmenW::new(self, 11)
    }
    #[doc = "Bits 12:13 - 13:12\\]
TI Internal feature. CFG_K_CHAR_SEL"]
    #[inline(always)]
    #[must_use]
    pub fn ckchar(&mut self) -> CkcharW<CfgLvdsGen0Spec> {
        CkcharW::new(self, 12)
    }
    #[doc = "Bit 14 - 14:14\\]
TI Internal feature. CFG_LVDS_CLK_SEL (between div-by-N and CLK_HSI_DIG) 1 -> CLK_HSI_DIG; 0 - through div-by-N (N is programmed in CFG_LVDS_CLK_DIV)"]
    #[inline(always)]
    #[must_use]
    pub fn cclksel(&mut self) -> CclkselW<CfgLvdsGen0Spec> {
        CclkselW::new(self, 14)
    }
    #[doc = "Bit 15 - 15:15\\]
TRM Description : 0 : DDR mode clock mux 1 : SDR mode clock mux TI Restricted Description : CFG_LVDS_CLK_SEL1 0-> Use div-by-2 (Q2 path ) 1 -> Used for direct (Q1 path)"]
    #[inline(always)]
    #[must_use]
    pub fn cclksel1(&mut self) -> Cclksel1W<CfgLvdsGen0Spec> {
        Cclksel1W::new(self, 15)
    }
    #[doc = "Bits 16:21 - 21:16\\]
TI Internal feature. CFG_LVDS_CLK_DIV"]
    #[inline(always)]
    #[must_use]
    pub fn cckdiv(&mut self) -> CckdivW<CfgLvdsGen0Spec> {
        CckdivW::new(self, 16)
    }
    #[doc = "Bit 22 - 22:22\\]
0 : When a new chirp is starting, align first sample start to negedge of DDR clock. 1 : When a new chirp is starting, align first sample start to posedge of DDR clock (recommended)"]
    #[inline(always)]
    #[must_use]
    pub fn cpossel(&mut self) -> CposselW<CfgLvdsGen0Spec> {
        CposselW::new(self, 22)
    }
    #[doc = "Bit 23 - 23:23\\]
1 : Data is sent out on the LVDS lane MSB first 0 : Data is sent out on the LVDS lane LSB first"]
    #[inline(always)]
    #[must_use]
    pub fn cmsbf(&mut self) -> CmsbfW<CfgLvdsGen0Spec> {
        CmsbfW::new(self, 23)
    }
    #[doc = "Bits 24:27 - 27:24\\]
LVDS FIFO Initial Threshold. This is a Static configuration and sould be set to a fixed value as mention in the Programming model"]
    #[inline(always)]
    #[must_use]
    pub fn cfdly(&mut self) -> CfdlyW<CfgLvdsGen0Spec> {
        CfdlyW::new(self, 24)
    }
    #[doc = "Bit 28 - 28:28\\]
LVDS Frame CRC 0 : CRC is not sent at the end of LVDS Frame 1 : CRC is sent at the end of the LVDS Frame"]
    #[inline(always)]
    #[must_use]
    pub fn cbcrcen(&mut self) -> CbcrcenW<CfgLvdsGen0Spec> {
        CbcrcenW::new(self, 28)
    }
    #[doc = "Bit 29 - 29:29\\]
TI Internal CFG_LASTPULSE_EN"]
    #[inline(always)]
    #[must_use]
    pub fn cblpen(&mut self) -> CblpenW<CfgLvdsGen0Spec> {
        CblpenW::new(self, 29)
    }
    #[doc = "Bits 30:31 - 31:30\\]
LVDS Clock config. 1 : Clock alignment enabled Others : Internal clock alignment not enabled This needs to be set to 0x1 for correct functionality"]
    #[inline(always)]
    #[must_use]
    pub fn cpz(&mut self) -> CpzW<CfgLvdsGen0Spec> {
        CpzW::new(self, 30)
    }
}
#[doc = "CFG_LVDS_GEN_0\n\nYou can [`read`](crate::Reg::read) this register and get [`cfg_lvds_gen_0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cfg_lvds_gen_0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct CfgLvdsGen0Spec;
impl crate::RegisterSpec for CfgLvdsGen0Spec {
    type Ux = u32;
}
#[doc = "`read()` method returns [`cfg_lvds_gen_0::R`](R) reader structure"]
impl crate::Readable for CfgLvdsGen0Spec {}
#[doc = "`write(|w| ..)` method takes [`cfg_lvds_gen_0::W`](W) writer structure"]
impl crate::Writable for CfgLvdsGen0Spec {
    type Safety = crate::Unsafe;
    const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
}
#[doc = "`reset()` method sets CFG_LVDS_GEN_0 to value 0"]
impl crate::Resettable for CfgLvdsGen0Spec {
    const RESET_VALUE: u32 = 0;
}