|
Kestrel Interface
|
#include <kest_fpga_io.h>
Data Fields | |
| int | len |
| uint8_t * | buf |
| int | buf_len |
| int | buffer_owned |
Definition at line 50 of file kest_fpga_io.h.
| uint8_t* kest_fpga_transfer_batch::buf |
Definition at line 52 of file kest_fpga_io.h.
Referenced by kest_effect_update_fpga_registers(), kest_fpga_batch_append(), kest_fpga_batch_concat(), kest_fpga_batch_print(), kest_fpga_transfer_batch_send(), kest_free_fpga_transfer_batch(), kest_new_fpga_transfer_batch(), and kest_pipeline_create_fpga_transfer_batch().
| int kest_fpga_transfer_batch::buf_len |
Definition at line 53 of file kest_fpga_io.h.
Referenced by kest_fpga_batch_append(), kest_fpga_batch_concat(), kest_new_fpga_transfer_batch(), and kest_pipeline_create_fpga_transfer_batch().
| int kest_fpga_transfer_batch::buffer_owned |
Definition at line 54 of file kest_fpga_io.h.
Referenced by kest_free_fpga_transfer_batch(), kest_new_fpga_transfer_batch(), and kest_pipeline_create_fpga_transfer_batch().
| int kest_fpga_transfer_batch::len |
Definition at line 51 of file kest_fpga_io.h.
Referenced by kest_fpga_batch_append(), kest_fpga_batch_concat(), kest_fpga_batch_print(), kest_fpga_transfer_batch_send(), kest_new_fpga_transfer_batch(), and kest_pipeline_create_fpga_transfer_batch().