nios2_uc.regmap 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. <?xml version="1.0"?>
  2. <device xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.0" xs:noNamespaceSchemaLocation="CMSIS-SVD_Schema_1_0.xsd">
  3. <name>nios2_uc</name>
  4. <peripherals>
  5. <peripheral>
  6. <name>nios2_uc_pio_MATRIX_s1_altera_avalon_pio</name><baseAddress>0x00000000</baseAddress>
  7. <addressBlock>
  8. <offset>0x0</offset>
  9. <size>32</size>
  10. <usage>registers</usage>
  11. </addressBlock>
  12. <registers>
  13. <register>
  14. <name>DATA</name>
  15. <displayName>Data</displayName>
  16. <description>Reading from data returns the value present at the input ports. If the PIO core hardware is configured in output-only mode, reading from data returns an undefined value. Writing to data stores the value to a register that drives the output ports. If the PIO core hardware is configured in input-only mode, writing to data has no effect. If the PIO core hardware is in bidirectional mode, the registered value appears on an output port only when the corresponding bit in the direction register is set to 1 (output).</description>
  17. <addressOffset>0x0</addressOffset>
  18. <size>32</size>
  19. <access>read-write</access>
  20. <resetValue>0x0</resetValue>
  21. <resetMask>0xffffffff</resetMask>
  22. <fields>
  23. <field><name>data</name>
  24. <description>Reads: Data value currently on PIO inputs. Writes: New value to drive on PIO outputs.</description>
  25. <bitOffset>0x0</bitOffset>
  26. <bitWidth>32</bitWidth>
  27. <access>read-write</access>
  28. </field>
  29. </fields>
  30. </register>
  31. <register>
  32. <name>DIRECTION</name>
  33. <displayName>Direction</displayName>
  34. <description>The direction register controls the data direction for each PIO port, assuming the port is bidirectional. When bit n in direction is set to 1, port n drives out the value in the corresponding bit of the data register The direction register only exists when the PIO core hardware is configured in bidirectional mode. The mode (input, output, or bidirectional) is specified at system generation time, and cannot be changed at runtime. In input-only or output-only mode, the direction register does not exist. In this case, reading direction returns an undefined value, writing direction has no effect. After reset, all bits of direction are 0, so that all bidirectional I/O ports are configured as inputs. If those PIO ports are connected to device pins, the pins are held in a high-impedance state. In bi-directional mode, to change the direction of the PIO port, reprogram the direction register.</description>
  35. <addressOffset>0x4</addressOffset>
  36. <size>32</size>
  37. <access>read-write</access>
  38. <resetValue>0x0</resetValue>
  39. <resetMask>0xffffffff</resetMask>
  40. <fields>
  41. <field><name>direction</name>
  42. <description>Individual direction control for each I/O port. A value of 0 sets the direction to input; 1 sets the direction to output.</description>
  43. <bitOffset>0x0</bitOffset>
  44. <bitWidth>32</bitWidth>
  45. <access>read-write</access>
  46. </field>
  47. </fields>
  48. </register>
  49. <register>
  50. <name>IRQ_MASK</name>
  51. <displayName>Interrupt mask</displayName>
  52. <description>Setting a bit in the interruptmask register to 1 enables interrupts for the corresponding PIO input port. Interrupt behavior depends on the hardware configuration of the PIO core. The interruptmask register only exists when the hardware is configured to generate IRQs. If the core cannot generate IRQs, reading interruptmask returns an undefined value, and writing to interruptmask has no effect. After reset, all bits of interruptmask are zero, so that interrupts are disabled for all PIO ports.</description>
  53. <addressOffset>0x8</addressOffset>
  54. <size>32</size>
  55. <access>read-write</access>
  56. <resetValue>0x0</resetValue>
  57. <resetMask>0xffffffff</resetMask>
  58. <fields>
  59. <field><name>interruptmask</name>
  60. <description>IRQ enable/disable for each input port. Setting a bit to 1 enables interrupts for the corresponding port.</description>
  61. <bitOffset>0x0</bitOffset>
  62. <bitWidth>32</bitWidth>
  63. <access>read-write</access>
  64. </field>
  65. </fields>
  66. </register>
  67. <register>
  68. <name>EDGE_CAP</name>
  69. <displayName>Edge capture</displayName>
  70. <description>Bit n in the edgecapture register is set to 1 whenever an edge is detected on input port n. An Avalon-MM master peripheral can read the edgecapture register to determine if an edge has occurred on any of the PIO input ports. If the option Enable bit-clearing for edge capture register is turned off, writing any value to the edgecapture register clears all bits in the register. Otherwise, writing a 1 to a particular bit in the register clears only that bit. The type of edge(s) to detect is fixed in hardware at system generation time. The edgecapture register only exists when the hardware is configured to capture edges. If the core is not configured to capture edges, reading from edgecapture returns an undefined value, and writing to edgecapture has no effect.</description>
  71. <addressOffset>0xc</addressOffset>
  72. <size>32</size>
  73. <access>read-write</access>
  74. <resetValue>0x0</resetValue>
  75. <resetMask>0xffffffff</resetMask>
  76. <fields>
  77. <field><name>edgecapture</name>
  78. <description>Edge detection for each input port.</description>
  79. <bitOffset>0x0</bitOffset>
  80. <bitWidth>32</bitWidth>
  81. <access>read-write</access>
  82. </field>
  83. </fields>
  84. </register>
  85. <register>
  86. <name>SET_BIT</name>
  87. <displayName>Outset</displayName>
  88. <description>You can use the outset register to set individual bits of the output port. For example, to set bit 6 of the output port, write 0x40 to the outset register. This register is only present when the option Enable individual bit set/clear output register is turned on.</description>
  89. <addressOffset>0x10</addressOffset>
  90. <size>32</size>
  91. <access>write-only</access>
  92. <resetValue>0x0</resetValue>
  93. <resetMask>0xffffffff</resetMask>
  94. <fields>
  95. <field><name>outset</name>
  96. <description>Specifies which bit of the output port to set.</description>
  97. <bitOffset>0x0</bitOffset>
  98. <bitWidth>32</bitWidth>
  99. <access>write-only</access>
  100. </field>
  101. </fields>
  102. </register>
  103. <register>
  104. <name>CLEAR_BITS</name>
  105. <displayName>Outclear</displayName>
  106. <description>You can use the outclear register to clear individual bits of the output port. For example, writing 0x08 to the outclear register clears bit 3 of the output port. This register is only present when the option Enable individual bit set/clear output register is turned on.</description>
  107. <addressOffset>0x14</addressOffset>
  108. <size>32</size>
  109. <access>write-only</access>
  110. <resetValue>0x0</resetValue>
  111. <resetMask>0xffffffff</resetMask>
  112. <fields>
  113. <field><name>outclear</name>
  114. <description>Specifies which output bit to clear.</description>
  115. <bitOffset>0x0</bitOffset>
  116. <bitWidth>32</bitWidth>
  117. <access>write-only</access>
  118. </field>
  119. </fields>
  120. </register>
  121. </registers>
  122. </peripheral>
  123. <peripheral>
  124. <name>nios2_uc_pio_LED_s1_altera_avalon_pio</name><baseAddress>0x00000000</baseAddress>
  125. <addressBlock>
  126. <offset>0x0</offset>
  127. <size>32</size>
  128. <usage>registers</usage>
  129. </addressBlock>
  130. <registers>
  131. <register>
  132. <name>DATA</name>
  133. <displayName>Data</displayName>
  134. <description>Reading from data returns the value present at the input ports. If the PIO core hardware is configured in output-only mode, reading from data returns an undefined value. Writing to data stores the value to a register that drives the output ports. If the PIO core hardware is configured in input-only mode, writing to data has no effect. If the PIO core hardware is in bidirectional mode, the registered value appears on an output port only when the corresponding bit in the direction register is set to 1 (output).</description>
  135. <addressOffset>0x0</addressOffset>
  136. <size>32</size>
  137. <access>read-write</access>
  138. <resetValue>0x0</resetValue>
  139. <resetMask>0xffffffff</resetMask>
  140. <fields>
  141. <field><name>data</name>
  142. <description>Reads: Data value currently on PIO inputs. Writes: New value to drive on PIO outputs.</description>
  143. <bitOffset>0x0</bitOffset>
  144. <bitWidth>32</bitWidth>
  145. <access>read-write</access>
  146. </field>
  147. </fields>
  148. </register>
  149. <register>
  150. <name>DIRECTION</name>
  151. <displayName>Direction</displayName>
  152. <description>The direction register controls the data direction for each PIO port, assuming the port is bidirectional. When bit n in direction is set to 1, port n drives out the value in the corresponding bit of the data register The direction register only exists when the PIO core hardware is configured in bidirectional mode. The mode (input, output, or bidirectional) is specified at system generation time, and cannot be changed at runtime. In input-only or output-only mode, the direction register does not exist. In this case, reading direction returns an undefined value, writing direction has no effect. After reset, all bits of direction are 0, so that all bidirectional I/O ports are configured as inputs. If those PIO ports are connected to device pins, the pins are held in a high-impedance state. In bi-directional mode, to change the direction of the PIO port, reprogram the direction register.</description>
  153. <addressOffset>0x4</addressOffset>
  154. <size>32</size>
  155. <access>read-write</access>
  156. <resetValue>0x0</resetValue>
  157. <resetMask>0xffffffff</resetMask>
  158. <fields>
  159. <field><name>direction</name>
  160. <description>Individual direction control for each I/O port. A value of 0 sets the direction to input; 1 sets the direction to output.</description>
  161. <bitOffset>0x0</bitOffset>
  162. <bitWidth>32</bitWidth>
  163. <access>read-write</access>
  164. </field>
  165. </fields>
  166. </register>
  167. <register>
  168. <name>IRQ_MASK</name>
  169. <displayName>Interrupt mask</displayName>
  170. <description>Setting a bit in the interruptmask register to 1 enables interrupts for the corresponding PIO input port. Interrupt behavior depends on the hardware configuration of the PIO core. The interruptmask register only exists when the hardware is configured to generate IRQs. If the core cannot generate IRQs, reading interruptmask returns an undefined value, and writing to interruptmask has no effect. After reset, all bits of interruptmask are zero, so that interrupts are disabled for all PIO ports.</description>
  171. <addressOffset>0x8</addressOffset>
  172. <size>32</size>
  173. <access>read-write</access>
  174. <resetValue>0x0</resetValue>
  175. <resetMask>0xffffffff</resetMask>
  176. <fields>
  177. <field><name>interruptmask</name>
  178. <description>IRQ enable/disable for each input port. Setting a bit to 1 enables interrupts for the corresponding port.</description>
  179. <bitOffset>0x0</bitOffset>
  180. <bitWidth>32</bitWidth>
  181. <access>read-write</access>
  182. </field>
  183. </fields>
  184. </register>
  185. <register>
  186. <name>EDGE_CAP</name>
  187. <displayName>Edge capture</displayName>
  188. <description>Bit n in the edgecapture register is set to 1 whenever an edge is detected on input port n. An Avalon-MM master peripheral can read the edgecapture register to determine if an edge has occurred on any of the PIO input ports. If the option Enable bit-clearing for edge capture register is turned off, writing any value to the edgecapture register clears all bits in the register. Otherwise, writing a 1 to a particular bit in the register clears only that bit. The type of edge(s) to detect is fixed in hardware at system generation time. The edgecapture register only exists when the hardware is configured to capture edges. If the core is not configured to capture edges, reading from edgecapture returns an undefined value, and writing to edgecapture has no effect.</description>
  189. <addressOffset>0xc</addressOffset>
  190. <size>32</size>
  191. <access>read-write</access>
  192. <resetValue>0x0</resetValue>
  193. <resetMask>0xffffffff</resetMask>
  194. <fields>
  195. <field><name>edgecapture</name>
  196. <description>Edge detection for each input port.</description>
  197. <bitOffset>0x0</bitOffset>
  198. <bitWidth>32</bitWidth>
  199. <access>read-write</access>
  200. </field>
  201. </fields>
  202. </register>
  203. <register>
  204. <name>SET_BIT</name>
  205. <displayName>Outset</displayName>
  206. <description>You can use the outset register to set individual bits of the output port. For example, to set bit 6 of the output port, write 0x40 to the outset register. This register is only present when the option Enable individual bit set/clear output register is turned on.</description>
  207. <addressOffset>0x10</addressOffset>
  208. <size>32</size>
  209. <access>write-only</access>
  210. <resetValue>0x0</resetValue>
  211. <resetMask>0xffffffff</resetMask>
  212. <fields>
  213. <field><name>outset</name>
  214. <description>Specifies which bit of the output port to set.</description>
  215. <bitOffset>0x0</bitOffset>
  216. <bitWidth>32</bitWidth>
  217. <access>write-only</access>
  218. </field>
  219. </fields>
  220. </register>
  221. <register>
  222. <name>CLEAR_BITS</name>
  223. <displayName>Outclear</displayName>
  224. <description>You can use the outclear register to clear individual bits of the output port. For example, writing 0x08 to the outclear register clears bit 3 of the output port. This register is only present when the option Enable individual bit set/clear output register is turned on.</description>
  225. <addressOffset>0x14</addressOffset>
  226. <size>32</size>
  227. <access>write-only</access>
  228. <resetValue>0x0</resetValue>
  229. <resetMask>0xffffffff</resetMask>
  230. <fields>
  231. <field><name>outclear</name>
  232. <description>Specifies which output bit to clear.</description>
  233. <bitOffset>0x0</bitOffset>
  234. <bitWidth>32</bitWidth>
  235. <access>write-only</access>
  236. </field>
  237. </fields>
  238. </register>
  239. </registers>
  240. </peripheral>
  241. <peripheral>
  242. <name>nios2_uc_pio_BUTTON_s1_altera_avalon_pio</name><baseAddress>0x00000000</baseAddress>
  243. <addressBlock>
  244. <offset>0x0</offset>
  245. <size>32</size>
  246. <usage>registers</usage>
  247. </addressBlock>
  248. <registers>
  249. <register>
  250. <name>DATA</name>
  251. <displayName>Data</displayName>
  252. <description>Reading from data returns the value present at the input ports. If the PIO core hardware is configured in output-only mode, reading from data returns an undefined value. Writing to data stores the value to a register that drives the output ports. If the PIO core hardware is configured in input-only mode, writing to data has no effect. If the PIO core hardware is in bidirectional mode, the registered value appears on an output port only when the corresponding bit in the direction register is set to 1 (output).</description>
  253. <addressOffset>0x0</addressOffset>
  254. <size>32</size>
  255. <access>read-write</access>
  256. <resetValue>0x0</resetValue>
  257. <resetMask>0xffffffff</resetMask>
  258. <fields>
  259. <field><name>data</name>
  260. <description>Reads: Data value currently on PIO inputs. Writes: New value to drive on PIO outputs.</description>
  261. <bitOffset>0x0</bitOffset>
  262. <bitWidth>32</bitWidth>
  263. <access>read-write</access>
  264. </field>
  265. </fields>
  266. </register>
  267. <register>
  268. <name>DIRECTION</name>
  269. <displayName>Direction</displayName>
  270. <description>The direction register controls the data direction for each PIO port, assuming the port is bidirectional. When bit n in direction is set to 1, port n drives out the value in the corresponding bit of the data register The direction register only exists when the PIO core hardware is configured in bidirectional mode. The mode (input, output, or bidirectional) is specified at system generation time, and cannot be changed at runtime. In input-only or output-only mode, the direction register does not exist. In this case, reading direction returns an undefined value, writing direction has no effect. After reset, all bits of direction are 0, so that all bidirectional I/O ports are configured as inputs. If those PIO ports are connected to device pins, the pins are held in a high-impedance state. In bi-directional mode, to change the direction of the PIO port, reprogram the direction register.</description>
  271. <addressOffset>0x4</addressOffset>
  272. <size>32</size>
  273. <access>read-write</access>
  274. <resetValue>0x0</resetValue>
  275. <resetMask>0xffffffff</resetMask>
  276. <fields>
  277. <field><name>direction</name>
  278. <description>Individual direction control for each I/O port. A value of 0 sets the direction to input; 1 sets the direction to output.</description>
  279. <bitOffset>0x0</bitOffset>
  280. <bitWidth>32</bitWidth>
  281. <access>read-write</access>
  282. </field>
  283. </fields>
  284. </register>
  285. <register>
  286. <name>IRQ_MASK</name>
  287. <displayName>Interrupt mask</displayName>
  288. <description>Setting a bit in the interruptmask register to 1 enables interrupts for the corresponding PIO input port. Interrupt behavior depends on the hardware configuration of the PIO core. The interruptmask register only exists when the hardware is configured to generate IRQs. If the core cannot generate IRQs, reading interruptmask returns an undefined value, and writing to interruptmask has no effect. After reset, all bits of interruptmask are zero, so that interrupts are disabled for all PIO ports.</description>
  289. <addressOffset>0x8</addressOffset>
  290. <size>32</size>
  291. <access>read-write</access>
  292. <resetValue>0x0</resetValue>
  293. <resetMask>0xffffffff</resetMask>
  294. <fields>
  295. <field><name>interruptmask</name>
  296. <description>IRQ enable/disable for each input port. Setting a bit to 1 enables interrupts for the corresponding port.</description>
  297. <bitOffset>0x0</bitOffset>
  298. <bitWidth>32</bitWidth>
  299. <access>read-write</access>
  300. </field>
  301. </fields>
  302. </register>
  303. <register>
  304. <name>EDGE_CAP</name>
  305. <displayName>Edge capture</displayName>
  306. <description>Bit n in the edgecapture register is set to 1 whenever an edge is detected on input port n. An Avalon-MM master peripheral can read the edgecapture register to determine if an edge has occurred on any of the PIO input ports. If the option Enable bit-clearing for edge capture register is turned off, writing any value to the edgecapture register clears all bits in the register. Otherwise, writing a 1 to a particular bit in the register clears only that bit. The type of edge(s) to detect is fixed in hardware at system generation time. The edgecapture register only exists when the hardware is configured to capture edges. If the core is not configured to capture edges, reading from edgecapture returns an undefined value, and writing to edgecapture has no effect.</description>
  307. <addressOffset>0xc</addressOffset>
  308. <size>32</size>
  309. <access>read-write</access>
  310. <resetValue>0x0</resetValue>
  311. <resetMask>0xffffffff</resetMask>
  312. <fields>
  313. <field><name>edgecapture</name>
  314. <description>Edge detection for each input port.</description>
  315. <bitOffset>0x0</bitOffset>
  316. <bitWidth>32</bitWidth>
  317. <access>read-write</access>
  318. </field>
  319. </fields>
  320. </register>
  321. <register>
  322. <name>SET_BIT</name>
  323. <displayName>Outset</displayName>
  324. <description>You can use the outset register to set individual bits of the output port. For example, to set bit 6 of the output port, write 0x40 to the outset register. This register is only present when the option Enable individual bit set/clear output register is turned on.</description>
  325. <addressOffset>0x10</addressOffset>
  326. <size>32</size>
  327. <access>write-only</access>
  328. <resetValue>0x0</resetValue>
  329. <resetMask>0xffffffff</resetMask>
  330. <fields>
  331. <field><name>outset</name>
  332. <description>Specifies which bit of the output port to set.</description>
  333. <bitOffset>0x0</bitOffset>
  334. <bitWidth>32</bitWidth>
  335. <access>write-only</access>
  336. </field>
  337. </fields>
  338. </register>
  339. <register>
  340. <name>CLEAR_BITS</name>
  341. <displayName>Outclear</displayName>
  342. <description>You can use the outclear register to clear individual bits of the output port. For example, writing 0x08 to the outclear register clears bit 3 of the output port. This register is only present when the option Enable individual bit set/clear output register is turned on.</description>
  343. <addressOffset>0x14</addressOffset>
  344. <size>32</size>
  345. <access>write-only</access>
  346. <resetValue>0x0</resetValue>
  347. <resetMask>0xffffffff</resetMask>
  348. <fields>
  349. <field><name>outclear</name>
  350. <description>Specifies which output bit to clear.</description>
  351. <bitOffset>0x0</bitOffset>
  352. <bitWidth>32</bitWidth>
  353. <access>write-only</access>
  354. </field>
  355. </fields>
  356. </register>
  357. </registers>
  358. </peripheral>
  359. <peripheral>
  360. <name>nios2_uc_jtag_uart_avalon_jtag_slave_altera_avalon_jtag_uart</name><baseAddress>0x00000000</baseAddress>
  361. <addressBlock>
  362. <offset>0x0</offset>
  363. <size>8</size>
  364. <usage>registers</usage>
  365. </addressBlock>
  366. <registers>
  367. <register>
  368. <name>DATA</name>
  369. <displayName>Data</displayName>
  370. <description>Embedded software accesses the read and write FIFOs via the data register. A read from the data register returns the first character from the FIFO (if one is available) in the DATA field. Reading also returns information about the number of characters remaining in the FIFO in the RAVAIL field. A write to the data register stores the value of the DATA field in the write FIFO. If the write FIFO is full, the character is lost.</description>
  371. <addressOffset>0x0</addressOffset>
  372. <size>32</size>
  373. <access>read-write</access>
  374. <resetValue>0x0</resetValue>
  375. <resetMask>0xffffffff</resetMask>
  376. <fields>
  377. <field><name>data</name>
  378. <description>The value to transfer to/from the JTAG core. When writing, the DATA field holds a character to be written to the write FIFO. When reading, the DATA field holds a character read from the read FIFO.</description>
  379. <bitOffset>0x0</bitOffset>
  380. <bitWidth>8</bitWidth>
  381. <access>read-write</access>
  382. </field>
  383. <field><name>rvalid</name>
  384. <description>Indicates whether the DATA field is valid. If RVALID=1, the DATA field is valid, otherwise DATA is undefined.</description>
  385. <bitOffset>0xf</bitOffset>
  386. <bitWidth>1</bitWidth>
  387. <access>read-only</access>
  388. </field>
  389. <field><name>ravail</name>
  390. <description>The number of characters remaining in the read FIFO (after the current read).</description>
  391. <bitOffset>0x10</bitOffset>
  392. <bitWidth>16</bitWidth>
  393. <access>read-only</access>
  394. </field>
  395. </fields>
  396. </register>
  397. <register>
  398. <name>CONTROL</name>
  399. <displayName>Control</displayName>
  400. <description>Embedded software controls the JTAG UART core's interrupt generation and reads status information via the control register. A read from the control register returns the status of the read and write FIFOs. Writes to the register can be used to enable/disable interrupts, or clear the AC bit.</description>
  401. <addressOffset>0x4</addressOffset>
  402. <size>32</size>
  403. <access>read-write</access>
  404. <resetValue>0x0</resetValue>
  405. <resetMask>0xffffffff</resetMask>
  406. <fields>
  407. <field><name>re</name>
  408. <description>Interrupt-enable bit for read interrupts.</description>
  409. <bitOffset>0x0</bitOffset>
  410. <bitWidth>1</bitWidth>
  411. <access>read-write</access>
  412. </field>
  413. <field><name>we</name>
  414. <description>Interrupt-enable bit for write interrupts</description>
  415. <bitOffset>0x1</bitOffset>
  416. <bitWidth>1</bitWidth>
  417. <access>read-write</access>
  418. </field>
  419. <field><name>ri</name>
  420. <description>Indicates that the read interrupt is pending.</description>
  421. <bitOffset>0x8</bitOffset>
  422. <bitWidth>1</bitWidth>
  423. <access>read-only</access>
  424. </field>
  425. <field><name>wi</name>
  426. <description>Indicates that the write interrupt is pending.</description>
  427. <bitOffset>0x9</bitOffset>
  428. <bitWidth>1</bitWidth>
  429. <access>read-only</access>
  430. </field>
  431. <field><name>ac</name>
  432. <description>Indicates that there has been JTAG activity since the bit was cleared. Writing 1 to AC clears it to 0.</description>
  433. <bitOffset>0xa</bitOffset>
  434. <bitWidth>1</bitWidth>
  435. <access>read-write</access>
  436. </field>
  437. <field><name>wspace</name>
  438. <description>The number of spaces available in the write FIFO</description>
  439. <bitOffset>0x10</bitOffset>
  440. <bitWidth>16</bitWidth>
  441. <access>read-only</access>
  442. </field>
  443. </fields>
  444. </register>
  445. </registers>
  446. </peripheral>
  447. </peripherals>
  448. </device>