* utility function to convert index to bit value * */
| 806 | * |
| 807 | */ |
| 808 | uint64_t rig_idx2setting(int i) |
| 809 | { |
| 810 | return ((uint64_t)1) << i; |
| 811 | } |
| 812 | |
| 813 | /** |
| 814 | * \brief Convert alpha string to enum RIG_FUNC_... |
no outgoing calls
no test coverage detected