|  | libbladeRF 2.5.0-git
    Nuand bladeRF library | 
| Functions | |
| API_EXPORT int CALL_CONV | bladerf_get_bias_tee (struct bladerf *dev, bladerf_channel ch, bool *enable) | 
| API_EXPORT int CALL_CONV | bladerf_set_bias_tee (struct bladerf *dev, bladerf_channel ch, bool enable) | 
| API_EXPORT int CALL_CONV bladerf_get_bias_tee | ( | struct bladerf * | dev, | 
| bladerf_channel | ch, | ||
| bool * | enable | ||
| ) | 
Get current bias tee state
| dev | Device handle | |
| [in] | ch | Channel | 
| [out] | enable | True if bias tee active, false otherwise | 
| API_EXPORT int CALL_CONV bladerf_set_bias_tee | ( | struct bladerf * | dev, | 
| bladerf_channel | ch, | ||
| bool | enable | ||
| ) | 
Get current bias tee state
| dev | Device handle | |
| [in] | ch | Channel | 
| [in] | enable | True to activate bias tee, false to deactivate |