adapter_get_speed_readable() function
Given a @a speed setting, use the interface @c speed_div callback to adjust the setting.
Syntax
int adapter_get_speed_readable(int *speed); Arguments
speed
The speed setting to convert back to readable kHz.
Return value
ERROR_OK if the interface has not been initialized or on success; otherwise, the error code produced by the @c speed_div callback.