add toggle test function for tuner register debugging purposes

This commit is contained in:
rtlsdrblog
2023-08-25 14:43:50 +12:00
parent bb5c047fa1
commit 18954dac9e
3 changed files with 30 additions and 0 deletions

View File

@@ -116,5 +116,6 @@ int r82xx_init(struct r82xx_priv *priv);
int r82xx_set_freq(struct r82xx_priv *priv, uint32_t freq);
int r82xx_set_gain(struct r82xx_priv *priv, int set_manual_gain, int gain);
int r82xx_set_bandwidth(struct r82xx_priv *priv, int bandwidth, uint32_t rate);
int r82xx_toggle_test(struct r82xx_priv *priv, int toggle);
#endif