Revision 64d15538
| b/host/lib/usrp/dboard/db_xcvr2450.cpp | ||
|---|---|---|
| 1 | 1 |
// |
| 2 |
// Copyright 2010-2011 Ettus Research LLC
|
|
| 2 |
// Copyright 2010-2012 Ettus Research LLC
|
|
| 3 | 3 |
// |
| 4 | 4 |
// This program is free software: you can redistribute it and/or modify |
| 5 | 5 |
// it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 29 | 29 |
#define HB_PA_TXIO LB_PA_OFF_TXIO |
| 30 | 30 |
#define LB_PA_TXIO HB_PA_OFF_TXIO |
| 31 | 31 |
#define TX_ENB_TXIO TX_EN_TXIO |
| 32 |
#define TX_DIS_TXIO 0
|
|
| 32 |
#define TX_DIS_TXIO (HB_PA_OFF_TXIO | LB_PA_OFF_TXIO)
|
|
| 33 | 33 |
#define AD9515DIV_3_TXIO AD9515DIV_TXIO |
| 34 | 34 |
#define AD9515DIV_2_TXIO 0 |
| 35 | 35 |
|
Also available in: Unified diff