|
Kestrel Interface
|
Go to the source code of this file.
Macros | |
| #define | PRINT_TRANSFER_BATCHES |
Functions | |
| void | kest_fpga_comms_task (void *param) |
| int | kest_fpga_queue_transfer_batch (kest_fpga_transfer_batch batch) |
| int | kest_fpga_queue_program_batch (kest_fpga_transfer_batch batch) |
| int | kest_fpga_queue_input_gain_set (float gain_db) |
| int | kest_fpga_queue_output_gain_set (float gain_db) |
| int | kest_fpga_queue_register_commit () |
| #define PRINT_TRANSFER_BATCHES |
Definition at line 4 of file kest_fpga_comms.h.
| void kest_fpga_comms_task | ( | void * | param | ) |
Definition at line 32 of file kest_fpga_comms.c.
Referenced by app_main(), and main_task().
| int kest_fpga_queue_input_gain_set | ( | float | gain_db | ) |
Definition at line 152 of file kest_fpga_comms.c.
| int kest_fpga_queue_output_gain_set | ( | float | gain_db | ) |
Definition at line 162 of file kest_fpga_comms.c.
| int kest_fpga_queue_program_batch | ( | kest_fpga_transfer_batch | batch | ) |
Definition at line 139 of file kest_fpga_comms.c.
Referenced by kest_profile_program_fpga().
| int kest_fpga_queue_register_commit | ( | ) |
Definition at line 172 of file kest_fpga_comms.c.
| int kest_fpga_queue_transfer_batch | ( | kest_fpga_transfer_batch | batch | ) |
Definition at line 127 of file kest_fpga_comms.c.
Referenced by kest_effect_update_fpga_registers().