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
///Register `PDMDLY` reader
pub type R = crateR;
///Register `PDMDLY` writer
pub type W = crateW;
///Field `DLYM1L` reader - Delay line adjust for first microphone of pair 1 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D1 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM1L_R = crateFieldReader;
///Field `DLYM1L` writer - Delay line adjust for first microphone of pair 1 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D1 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM1L_W<'a, REG> = crateFieldWriter;
///Field `DLYM1R` reader - Delay line adjust for second microphone of pair 1 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D1 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM1R_R = crateFieldReader;
///Field `DLYM1R` writer - Delay line adjust for second microphone of pair 1 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D1 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM1R_W<'a, REG> = crateFieldWriter;
///Field `DLYM2L` reader - Delay line for first microphone of pair 2 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D2 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM2L_R = crateFieldReader;
///Field `DLYM2L` writer - Delay line for first microphone of pair 2 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D2 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM2L_W<'a, REG> = crateFieldWriter;
///Field `DLYM2R` reader - Delay line for second microphone of pair 2 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D2 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM2R_R = crateFieldReader;
///Field `DLYM2R` writer - Delay line for second microphone of pair 2 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D2 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM2R_W<'a, REG> = crateFieldWriter;
///Field `DLYM3L` reader - Delay line for first microphone of pair 3 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D3 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM3L_R = crateFieldReader;
///Field `DLYM3L` writer - Delay line for first microphone of pair 3 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D3 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM3L_W<'a, REG> = crateFieldWriter;
///Field `DLYM3R` reader - Delay line for second microphone of pair 3 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D3 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM3R_R = crateFieldReader;
///Field `DLYM3R` writer - Delay line for second microphone of pair 3 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D3 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM3R_W<'a, REG> = crateFieldWriter;
///Field `DLYM4L` reader - Delay line for first microphone of pair 4 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D4 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM4L_R = crateFieldReader;
///Field `DLYM4L` writer - Delay line for first microphone of pair 4 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D4 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM4L_W<'a, REG> = crateFieldWriter;
///Field `DLYM4R` reader - Delay line for second microphone of pair 4 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D4 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM4R_R = crateFieldReader;
///Field `DLYM4R` writer - Delay line for second microphone of pair 4 This bit is set and cleared by software. ... This field can be changed on-the-fly. Note: This field can be used only if D4 line is available.Refer to Section 55.3: SAI implementation to check if it is available.
pub type DLYM4R_W<'a, REG> = crateFieldWriter;
/**SAI PDM delay register
You can [`read`](crate::Reg::read) this register and get [`pdmdly::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pdmdly::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).*/
;
///`read()` method returns [`pdmdly::R`](R) reader structure
///`write(|w| ..)` method takes [`pdmdly::W`](W) writer structure
///`reset()` method sets PDMDLY to value 0