Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: alarm_slave iq_sx126x sx126x_simple_TX_shield_2020a sx126x_simple_RX_shield_2020a ... more
Revision 9:34f1f2bbe7b3, committed 2018-11-25
- Comitter:
- Wayne Roberts
- Date:
- Sun Nov 25 15:06:59 2018 -0800
- Parent:
- 8:66d3e344d61c
- Child:
- 10:8905722dd5e6
- Commit message:
- define xtal trim registers
Changed in this revision
| sx12xx.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/sx12xx.h Tue Aug 21 14:19:26 2018 -0700 +++ b/sx12xx.h Sun Nov 25 15:06:59 2018 -0800 @@ -109,9 +109,12 @@ #define REG_ADDR_ANACTRL6 0x8d7 // 6bits #define REG_ADDR_ANACTRL7 0x8d8 // 6bits #define REG_ADDR_ANACTRL15 0x8e1 // 7bits +#define REG_ADDR_ANACTRL16 0x8e2 #define REG_ADDR_PA_CTRL1B 0x8e6 #define REG_ADDR_OCP 0x8e7 // 6bits Imax 2.5mA steps #define REG_ADDR_IMAX_OFFSET 0x8e8 // 5bits OCP offset +#define REG_ADDR_XTA_TRIM 0x911 // crystal trim only in xosc +#define REG_ADDR_XTB_TRIM 0x912 // crystal trim only in xosc #define REG_ADDR_ 0x /**********************************************/