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.
Fork of mbed-dev by
Diff: targets/TARGET_ONSEMI/TARGET_NCS36510/rfAna_map.h
- Revision:
- 151:5eaa88a5bcc7
- Parent:
- 150:02e0a0aed4ec
--- a/targets/TARGET_ONSEMI/TARGET_NCS36510/rfAna_map.h Tue Nov 08 17:45:16 2016 +0000
+++ b/targets/TARGET_ONSEMI/TARGET_NCS36510/rfAna_map.h Thu Nov 24 17:03:03 2016 +0000
@@ -104,7 +104,16 @@
__IO uint32_t WORD;
} PLL_TRIM;
__IO uint32_t PLL_VCO_TAP_LOCATION;
- __IO uint32_t TX_CHAIN_TRIM;
+ union {
+ struct {
+ __IO uint32_t TX_TUNE:4;
+ __IO uint32_t PA_REGULATOR_TRIM:4;
+ __IO uint32_t REGULATOR_TRIM:2;
+ __IO uint32_t RESERVED:2;
+ } BITS;
+ __IO uint32_t WORD;
+ } TX_TRIM;
+
__IO uint32_t RX_VCO_TRIM_LUT2; /** 0x40019098 */
__IO uint32_t RX_VCO_TRIM_LUT1; /** 0x4001909C */
__IO uint32_t TX_VCO_TRIM_LUT2; /** 0x400190A0 */
