hal_tick.h changed for the L432KC target in TARGET/../device/ in order to reassign the system ticker from TIM2 to TIM7, since TIM2 was needed as a 32bit encoder counter.
Dependents: Nucleo_L432KC_Quadrature_Decoder_with_ADC_and_DAC
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 */