File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,24 @@ Unimplemented features
178178- Power down mode
179179- CRC indication
180180
181+ SPI offload support
182+ ===================
183+
184+ To be able to achieve the maximum sample rate, the driver can be used with the
185+ `AXI SPI Engine `_ to provide SPI offload support.
186+
187+ .. _AXI SPI Engine : http://analogdevicesinc.github.io/hdl/projects/pulsar_adc/index.html
188+
189+ When SPI offload is being used, some attributes will be different.
190+
191+ * ``trigger `` directory is removed.
192+ * ``in_voltage0_sampling_frequency `` attribute is added for setting the sample
193+ rate.
194+ * ``in_voltage0_sampling_frequency_available `` attribute is added for querying
195+ the max sample rate.
196+ * ``timestamp `` channel is removed.
197+ * Buffer data format may be different compared to when offload is not used,
198+ e.g. the ``in_voltage0_type `` attribute.
181199
182200Device buffers
183201==============
You can’t perform that action at this time.
0 commit comments