mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-10 17:29:38 +01:00
Replace TX flag with a mode setting.
This is to let us start adding new operatin modes for the M0.
This commit is contained in:
@@ -157,12 +157,12 @@ typedef struct {
|
||||
|
||||
/** State of the SGPIO loop running on the M0 core. */
|
||||
typedef struct {
|
||||
/** Operating mode. */
|
||||
uint32_t mode;
|
||||
/** Number of bytes transferred by the M0. */
|
||||
uint32_t m0_count;
|
||||
/** Number of bytes transferred by the M4. */
|
||||
uint32_t m4_count;
|
||||
/** TX flag. */
|
||||
uint32_t tx;
|
||||
} hackrf_m0_state;
|
||||
|
||||
struct hackrf_device_list {
|
||||
|
||||
Reference in New Issue
Block a user