| 92 | } |
| 93 | |
| 94 | int get_sampling_rate (int board_id, int preset, int *sampling_rate) |
| 95 | { |
| 96 | return get_single_value (board_id, preset, "sampling_rate", sampling_rate); |
| 97 | } |
| 98 | |
| 99 | int get_package_num_channel (int board_id, int preset, int *package_num_channel) |
| 100 | { |
no test coverage detected