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
///Register block
/**CR1 (rw) register accessor: SPI/I2S control register 1
You can [`read`](crate::Reg::read) this register and get [`cr1::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cr1::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cr1`] module*/
pub type CR1 = crateReg;
///SPI/I2S control register 1
/**CR2 (rw) register accessor: SPI/I2S control register 2
You can [`read`](crate::Reg::read) this register and get [`cr2::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cr2::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cr2`] module*/
pub type CR2 = crateReg;
///SPI/I2S control register 2
/**CFG1 (rw) register accessor: SPI/I2S configuration register 1
You can [`read`](crate::Reg::read) this register and get [`cfg1::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cfg1::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cfg1`] module*/
pub type CFG1 = crateReg;
///SPI/I2S configuration register 1
/**CFG2 (rw) register accessor: SPI/I2S configuration register 2
You can [`read`](crate::Reg::read) this register and get [`cfg2::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cfg2::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cfg2`] module*/
pub type CFG2 = crateReg;
///SPI/I2S configuration register 2
/**IER (rw) register accessor: SPI/I2S interrupt enable register
You can [`read`](crate::Reg::read) this register and get [`ier::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ier::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ier`] module*/
pub type IER = crateReg;
///SPI/I2S interrupt enable register
/**SR (r) register accessor: SPI/I2S status register
You can [`read`](crate::Reg::read) this register and get [`sr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@sr`] module*/
pub type SR = crateReg;
///SPI/I2S status register
/**IFCR (w) register accessor: SPI/I2S interrupt/status flags clear register
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ifcr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ifcr`] module*/
pub type IFCR = crateReg;
///SPI/I2S interrupt/status flags clear register
/**TXDR (w) register accessor: SPI/I2S transmit data register
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txdr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@txdr`] module*/
pub type TXDR = crateReg;
///SPI/I2S transmit data register
/**TXDR16 (w) register accessor: Direct 16-bit access to transmit data register
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txdr16::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@txdr16`] module*/
pub type TXDR16 = crateReg;
///Direct 16-bit access to transmit data register
/**TXDR8 (w) register accessor: Direct 8-bit access to transmit data register
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`txdr8::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@txdr8`] module*/
pub type TXDR8 = crateReg;
///Direct 8-bit access to transmit data register
/**RXDR (r) register accessor: SPI/I2S receive data register
You can [`read`](crate::Reg::read) this register and get [`rxdr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@rxdr`] module*/
pub type RXDR = crateReg;
///SPI/I2S receive data register
/**RXDR16 (r) register accessor: Direct 16-bit access to receive data register
You can [`read`](crate::Reg::read) this register and get [`rxdr16::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@rxdr16`] module*/
pub type RXDR16 = crateReg;
///Direct 16-bit access to receive data register
/**RXDR8 (r) register accessor: Direct 8-bit access to receive data register
You can [`read`](crate::Reg::read) this register and get [`rxdr8::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@rxdr8`] module*/
pub type RXDR8 = crateReg;
///Direct 8-bit access to receive data register
/**CRCPOLY (rw) register accessor: SPI/I2S polynomial register
You can [`read`](crate::Reg::read) this register and get [`crcpoly::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`crcpoly::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@crcpoly`] module*/
pub type CRCPOLY = crateReg;
///SPI/I2S polynomial register
/**TXCRC (r) register accessor: SPI/I2S transmitter CRC register
You can [`read`](crate::Reg::read) this register and get [`txcrc::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@txcrc`] module*/
pub type TXCRC = crateReg;
///SPI/I2S transmitter CRC register
/**RXCRC (r) register accessor: SPI/I2S receiver CRC register
You can [`read`](crate::Reg::read) this register and get [`rxcrc::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@rxcrc`] module*/
pub type RXCRC = crateReg;
///SPI/I2S receiver CRC register
/**UDRDR (rw) register accessor: SPI/I2S underrun data register
You can [`read`](crate::Reg::read) this register and get [`udrdr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`udrdr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@udrdr`] module*/
pub type UDRDR = crateReg;
///SPI/I2S underrun data register
/**I2SCFGR (rw) register accessor: SPI/I2S configuration register
You can [`read`](crate::Reg::read) this register and get [`i2scfgr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`i2scfgr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@i2scfgr`] module*/
pub type I2SCFGR = crateReg;
///SPI/I2S configuration register