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/trim_map.h
- Revision:
- 151:5eaa88a5bcc7
- Parent:
- 150:02e0a0aed4ec
--- a/targets/TARGET_ONSEMI/TARGET_NCS36510/trim_map.h Tue Nov 08 17:45:16 2016 +0000
+++ b/targets/TARGET_ONSEMI/TARGET_NCS36510/trim_map.h Thu Nov 24 17:03:03 2016 +0000
@@ -113,7 +113,7 @@
__I uint32_t ON_RESERVED1; /**< 0x1FCC */
__I uint32_t ADC_OFFSET_TRIM; /**< 0x1FD0 */
__I uint32_t TX_PRE_CHIPS; /**< 0x1FD4 */
- __I uint32_t TX_CHAIN_TRIM; /**< 0x1FD8 */
+ __I uint32_t TX_TRIM; /**< 0x1FD8 */
__I uint32_t PLL_VCO_TAP_LOCATION; /**< 0x1FDC */
__I uint32_t PLL_TRIM; /**< 0x1FE0 */
__I uint32_t RSSI_OFFSET; /**< 0x1FE4 */
@@ -125,4 +125,14 @@
__I uint32_t REVISION_CODE; /**< 0x1FFC */
} TrimReg_t, *TrimReg_pt;
+
+/** User defined trim register map */
+typedef struct {
+ __IO uint32_t MAC_ADDRESS_LOW; /**< 0x2800 */
+ __IO uint32_t MAC_ADDRESS_HIGH; /**< 0x2804 */
+ __IO uint32_t TRIM_32K_EXT; /**< 0x2808 */
+ __IO uint32_t TRIM_32M_EXT; /**< 0x280C */
+ __IO uint32_t RSSI_OFFSET; /**< 0x2810 */
+ __IO uint32_t TX_TRIM; /**< 0x2814 */
+} UserTrimReg_t, *UserTrimReg_pt;
#endif /* TRIM_MAP_H_ */
