mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-13 18:58:54 +01:00
Merge pull request #1139 from martinling/tx-flush
Support flushing the device TX buffer before ending transmission
This commit is contained in:
@@ -238,6 +238,9 @@ extern ADDAPI int ADDCALL hackrf_start_tx(
|
||||
hackrf_sample_block_cb_fn callback,
|
||||
void* tx_ctx);
|
||||
|
||||
extern ADDAPI int ADDCALL hackrf_enable_tx_flush(hackrf_device* device, int enable);
|
||||
extern ADDAPI int ADDCALL hackrf_await_tx_flush(hackrf_device* device);
|
||||
|
||||
extern ADDAPI int ADDCALL hackrf_stop_tx(hackrf_device* device);
|
||||
|
||||
extern ADDAPI int ADDCALL hackrf_get_m0_state(
|
||||
|
||||
Reference in New Issue
Block a user