File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
targets/TARGET_NXP/TARGET_MCUXpresso_MCUS
TARGET_LPC54114/TARGET_LPCXpresso Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ void ADC_ClockPower_Configuration(void)
41
41
POWER_DisablePD (kPDRUNCFG_PD_TEMPS ); /* Power on the temperature sensor. */
42
42
43
43
/* Enable the clock. */
44
- CLOCK_AttachClk (kFRO12M_to_MAIN_CLK );
45
44
CLOCK_EnableClock (kCLOCK_Adc0 );
46
45
}
47
46
Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ void ADC_ClockPower_Configuration(void)
73
73
POWER_DisablePD (kPDRUNCFG_PD_VREFP ); /* Power on the reference voltage source. */
74
74
POWER_DisablePD (kPDRUNCFG_PD_TS ); /* Power on the temperature sensor. */
75
75
76
- /* Enable the clock. */
77
- CLOCK_AttachClk (kFRO12M_to_MAIN_CLK );
78
76
79
77
/* CLOCK_AttachClk(kMAIN_CLK_to_ADC_CLK); */
80
78
/* Sync clock source is not used. Using sync clock source and would be divided by 2.
Original file line number Diff line number Diff line change @@ -121,8 +121,6 @@ void ADC_ClockPower_Configuration(void)
121
121
POWER_DisablePD (kPDRUNCFG_PD_VREFP ); /* Power on the reference voltage source. */
122
122
POWER_DisablePD (kPDRUNCFG_PD_TS ); /* Power on the temperature sensor. */
123
123
124
- /* Enable the clock. */
125
- CLOCK_AttachClk (kFRO12M_to_MAIN_CLK );
126
124
127
125
/* CLOCK_AttachClk(kMAIN_CLK_to_ADC_CLK); */
128
126
/* Sync clock source is not used. Using sync clock source and would be divided by 2.
You can’t perform that action at this time.
0 commit comments