diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-19 18:31:16 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-19 18:31:16 -0700 |
commit | 0d365ff30324ea8684388051ac509e7df22929d0 (patch) | |
tree | 009a8f3566a4f5be8fa1c1ce4e615b7d18c60b0e /host/lib/usrp/usrp2 | |
parent | b3116c8ccf188c2abd7c709e0f1a436c513de1f1 (diff) | |
download | uhd-0d365ff30324ea8684388051ac509e7df22929d0.tar.gz uhd-0d365ff30324ea8684388051ac509e7df22929d0.tar.bz2 uhd-0d365ff30324ea8684388051ac509e7df22929d0.zip |
pulled aux dac and adc support from microblaze, its in the host now
Diffstat (limited to 'host/lib/usrp/usrp2')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index b600a2a70..b25316217 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -69,12 +69,6 @@ typedef enum{ USRP2_CTRL_ID_WRITE_THESE_I2C_VALUES_BRO = 'h', USRP2_CTRL_ID_COOL_IM_DONE_I2C_WRITE_DUDE = 'H', - USRP2_CTRL_ID_WRITE_THIS_TO_THE_AUX_DAC_BRO = 'x', - USRP2_CTRL_ID_DONE_WITH_THAT_AUX_DAC_DUDE = 'X', - - USRP2_CTRL_ID_READ_FROM_THIS_AUX_ADC_BRO = 'y', - USRP2_CTRL_ID_DONE_WITH_THAT_AUX_ADC_DUDE = 'Y', - USRP2_CTRL_ID_SEND_STREAM_COMMAND_FOR_ME_BRO = '{', USRP2_CTRL_ID_GOT_THAT_STREAM_COMMAND_DUDE = '}', @@ -122,12 +116,6 @@ typedef struct{ _SINS_ uint8_t data[sizeof(_SINS_ uint32_t)]; } i2c_args; struct { - _SINS_ uint8_t dir; - _SINS_ uint8_t which; - _SINS_ uint8_t _pad[2]; - _SINS_ uint32_t value; - } aux_args; - struct { _SINS_ uint8_t now; //stream now? _SINS_ uint8_t continuous; //auto-reload commmands? _SINS_ uint8_t chain; |