Expand description
Holds session management functions for the FPGA.
Modules§
- fifo_
control - Provides the low level interface to the FPGA FIFOs.
Structs§
- Fifo
Read Region - The read region is created by calling [
FifoInterface::read_no_copy
] on the FIFO interface. - Fifo
Write Region - The write region is created by calling [
FifoInterface::write_no_copy
] on the FIFO interface. - NiFpga
Context - An NI FPGA context must be initialized and active for the FPGA functions to work.
- Session
- Session
Options - Options for the session.
Traits§
- Fifo
Interface - Native
Fpga Type - Marker trait for the types that are supported directly by the FPGA interface.
- Register
Interface