|  | libbladeRF 2.5.0-git
    Nuand bladeRF library | 
| Functions | |
| API_EXPORT int CALL_CONV | bladerf_get_clock_output (struct bladerf *dev, bool *state) | 
| API_EXPORT int CALL_CONV | bladerf_set_clock_output (struct bladerf *dev, bool enable) | 
| API_EXPORT int CALL_CONV bladerf_get_clock_output | ( | struct bladerf * | dev, | 
| bool * | state | ||
| ) | 
Get the current state of the clock output
| dev | Device handle | |
| [out] | state | Clock output state | 
| API_EXPORT int CALL_CONV bladerf_set_clock_output | ( | struct bladerf * | dev, | 
| bool | enable | ||
| ) | 
Set the clock output (enable/disable)
| dev | Device handle | |
| [in] | enable | Clock output enable |