|
Kestrel Interface
|
Go to the source code of this file.
Macros | |
| #define | binary_max(x, y) |
| #define | binary_min(x, y) |
| #define | sqr(x) |
| #define | IBM(x) |
| #define | range_bits(x, n, start) |
| #define | place_bits(x, y, val) |
Functions | |
| char * | binary_print_n (uint32_t x, int n) |
| char * | binary_print_8 (uint8_t x) |
| char * | binary_print_16 (uint16_t x) |
| char * | binary_print_24 (uint32_t x) |
| char * | binary_print_32 (uint32_t x) |
| int | format_float (char *buf, float val, int max_len) |
| #define binary_max | ( | x, | |
| y ) |
Definition at line 6 of file kest_hfunc.h.
Referenced by sw_field_save_cb().
| #define binary_min | ( | x, | |
| y ) |
Definition at line 7 of file kest_hfunc.h.
Referenced by sw_field_save_cb().
| #define IBM | ( | x | ) |
Definition at line 20 of file kest_hfunc.h.
Referenced by kest_fpga_batch_print().
| #define place_bits | ( | x, | |
| y, | |||
| val ) |
Definition at line 24 of file kest_hfunc.h.
Referenced by kest_encode_dsp_block_instr_type_a(), and kest_encode_dsp_block_instr_type_b().
| #define range_bits | ( | x, | |
| n, | |||
| start ) |
Definition at line 22 of file kest_hfunc.h.
Referenced by kest_fpga_batch_append_16(), kest_fpga_batch_append_24(), kest_fpga_batch_append_32(), kest_fpga_batch_print(), print_instruction_format_a(), and print_instruction_format_b().
| #define sqr | ( | x | ) |
Definition at line 9 of file kest_hfunc.h.
| char * binary_print_16 | ( | uint16_t | x | ) |
Definition at line 30 of file kest_hfunc.c.
Referenced by kest_fpga_batch_print().
| char * binary_print_24 | ( | uint32_t | x | ) |
Definition at line 37 of file kest_hfunc.c.
Referenced by kest_fpga_batch_print().
| char * binary_print_32 | ( | uint32_t | x | ) |
| char * binary_print_8 | ( | uint8_t | x | ) |
| char * binary_print_n | ( | uint32_t | x, |
| int | n ) |
Definition at line 8 of file kest_hfunc.c.
Referenced by binary_print_16(), binary_print_24(), binary_print_32(), and binary_print_8().
| int format_float | ( | char * | buf, |
| float | val, | ||
| int | max_len ) |
Definition at line 47 of file kest_hfunc.c.
Referenced by configure_parameter_widget(), format_parameter_widget_value_label(), and format_parameter_widget_value_label_v().