updated setRfPower function. It now sets the PADRV bits on the AU1846

This commit is contained in:
morgan
2015-07-02 14:15:34 -07:00
parent 81fc8a6566
commit 0bfd349b64
3 changed files with 8 additions and 12 deletions

View File

@@ -89,6 +89,9 @@
#define A1846S_PABIAS_BIT 5 // pabias_voltage<5:0>
#define A1846S_PABIAS_LENGTH 6
#define A1846S_PADRV_BIT 14 // pabias_voltage<14:11>
#define A1846S_PADRV_LENGTH 4
// Bitfields for A1846S_BAND_SEL_REG
#define A1846S_BAND_SEL_BIT 7 // band_sel<1:0>
#define A1846S_BAND_SEL_LENGTH 2