summaryrefslogtreecommitdiff
path: root/midi-dials/build/stm32f0xx_hal_adc.lst
diff options
context:
space:
mode:
Diffstat (limited to 'midi-dials/build/stm32f0xx_hal_adc.lst')
-rw-r--r--midi-dials/build/stm32f0xx_hal_adc.lst350
1 files changed, 175 insertions, 175 deletions
diff --git a/midi-dials/build/stm32f0xx_hal_adc.lst b/midi-dials/build/stm32f0xx_hal_adc.lst
index f0f4aec..1fd49cb 100644
--- a/midi-dials/build/stm32f0xx_hal_adc.lst
+++ b/midi-dials/build/stm32f0xx_hal_adc.lst
@@ -1,4 +1,4 @@
-ARM GAS /tmp/ccbNWEOT.s page 1
+ARM GAS /tmp/ccnlUpWq.s page 1
1 .cpu cortex-m0
@@ -58,7 +58,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
32:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (+) Single and continuous conversion modes.
33:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
34:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (+) Scan mode for conversion of several channels sequentially.
- ARM GAS /tmp/ccbNWEOT.s page 2
+ ARM GAS /tmp/ccnlUpWq.s page 2
35:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
@@ -118,7 +118,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
89:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (+++) __HAL_RCC_ADC1_CLK_ENABLE(); (mandatory)
90:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
91:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** HI14 enable or let under control of ADC: (optional: if asynchronous clock
- ARM GAS /tmp/ccbNWEOT.s page 3
+ ARM GAS /tmp/ccnlUpWq.s page 3
92:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (+++) RCC_OscInitTypeDef RCC_OscInitStructure;
@@ -178,7 +178,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
146:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** using function HAL_ADCEx_Calibration_Start().
147:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
148:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (#) ADC driver can be used among three modes: polling, interruption,
- ARM GAS /tmp/ccbNWEOT.s page 4
+ ARM GAS /tmp/ccnlUpWq.s page 4
149:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** transfer by DMA.
@@ -238,7 +238,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
203:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** other device clock parameters configuration:
204:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (+++) RCC_OscInitStructure.OscillatorType = RCC_OSCILLATORTYPE_HSI14;
205:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (+++) RCC_OscInitStructure.HSI14State = RCC_HSI14_OFF; (if not used for system clock
- ARM GAS /tmp/ccbNWEOT.s page 5
+ ARM GAS /tmp/ccnlUpWq.s page 5
206:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (+++) HAL_RCC_OscConfig(&RCC_OscInitStructure);
@@ -298,7 +298,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
260:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** By default, after the @ref HAL_ADC_Init() and when the state is @ref HAL_ADC_STATE_RESET
261:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** all callbacks are set to the corresponding weak functions:
262:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** examples @ref HAL_ADC_ConvCpltCallback(), @ref HAL_ADC_ErrorCallback().
- ARM GAS /tmp/ccbNWEOT.s page 6
+ ARM GAS /tmp/ccnlUpWq.s page 6
263:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** Exception done for MspInit and MspDeInit functions that are
@@ -358,7 +358,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
317:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Private define ------------------------------------------------------------*/
318:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /** @defgroup ADC_Private_Constants ADC Private Constants
319:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** * @{
- ARM GAS /tmp/ccbNWEOT.s page 7
+ ARM GAS /tmp/ccnlUpWq.s page 7
320:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** */
@@ -418,7 +418,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
374:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** ##### Initialization and de-initialization functions #####
375:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** ===============================================================================
376:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** [..] This section provides functions allowing to:
- ARM GAS /tmp/ccbNWEOT.s page 8
+ ARM GAS /tmp/ccnlUpWq.s page 8
377:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (+) Initialize and configure the ADC.
@@ -478,7 +478,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
431:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoPowerOff));
432:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
433:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* As prerequisite, into HAL_ADC_MspInit(), ADC clock must be configured */
- ARM GAS /tmp/ccbNWEOT.s page 9
+ ARM GAS /tmp/ccnlUpWq.s page 9
434:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* at RCC top level depending on both possible clock sources: */
@@ -538,7 +538,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
488:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** if (ADC_IS_ENABLE(hadc) == RESET)
489:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
490:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Some parameters of this register are not reset, since they are set */
- ARM GAS /tmp/ccbNWEOT.s page 10
+ ARM GAS /tmp/ccnlUpWq.s page 10
491:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* by other functions and must be kept in case of usage of this */
@@ -598,7 +598,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
545:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
546:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Enable the selected ADC group regular discontinuous mode */
547:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** tmpCFGR1 |= ADC_CFGR1_DISCEN;
- ARM GAS /tmp/ccbNWEOT.s page 11
+ ARM GAS /tmp/ccnlUpWq.s page 11
548:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
@@ -658,7 +658,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
602:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** ADC_CLEAR_ERRORCODE(hadc);
603:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
604:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Set the ADC state */
- ARM GAS /tmp/ccbNWEOT.s page 12
+ ARM GAS /tmp/ccnlUpWq.s page 12
605:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** ADC_STATE_CLR_SET(hadc->State,
@@ -718,7 +718,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
659:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
660:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
661:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Set ADC state */
- ARM GAS /tmp/ccbNWEOT.s page 13
+ ARM GAS /tmp/ccnlUpWq.s page 13
662:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** SET_BIT(hadc->State, HAL_ADC_STATE_BUSY_INTERNAL);
@@ -778,7 +778,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
716:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Reset register TR1 */
717:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** hadc->Instance->TR &= ~(ADC_TR_HT | ADC_TR_LT);
718:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
- ARM GAS /tmp/ccbNWEOT.s page 14
+ ARM GAS /tmp/ccnlUpWq.s page 14
719:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Reset register CHSELR */
@@ -838,7 +838,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
773:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** */
774:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** __weak void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc)
775:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
- ARM GAS /tmp/ccbNWEOT.s page 15
+ ARM GAS /tmp/ccnlUpWq.s page 15
776:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Prevent unused argument(s) compilation warning */
@@ -898,7 +898,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
830:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
831:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** if ((hadc->State & HAL_ADC_STATE_READY) != 0)
832:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
- ARM GAS /tmp/ccbNWEOT.s page 16
+ ARM GAS /tmp/ccnlUpWq.s page 16
833:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** switch (CallbackID)
@@ -958,7 +958,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
887:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
888:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
889:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** else
- ARM GAS /tmp/ccbNWEOT.s page 17
+ ARM GAS /tmp/ccnlUpWq.s page 17
890:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
@@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
944:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** hadc->MspInitCallback = HAL_ADC_MspInit; /* Legacy weak MspInit */
945:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** break;
946:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
- ARM GAS /tmp/ccbNWEOT.s page 18
+ ARM GAS /tmp/ccnlUpWq.s page 18
947:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** case HAL_ADC_MSPDEINIT_CB_ID :
@@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1001:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** *
1002:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** @verbatim
1003:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** ===============================================================================
- ARM GAS /tmp/ccbNWEOT.s page 19
+ ARM GAS /tmp/ccnlUpWq.s page 19
1004:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** ##### IO operation functions #####
@@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1058:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Reset ADC all error code fields */
1059:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** ADC_CLEAR_ERRORCODE(hadc);
1060:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
- ARM GAS /tmp/ccbNWEOT.s page 20
+ ARM GAS /tmp/ccnlUpWq.s page 20
1061:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Process unlocked */
@@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1115:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** ADC_STATE_CLR_SET(hadc->State,
1116:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** HAL_ADC_STATE_REG_BUSY,
1117:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** HAL_ADC_STATE_READY);
- ARM GAS /tmp/ccbNWEOT.s page 21
+ ARM GAS /tmp/ccnlUpWq.s page 21
1118:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
@@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1172:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
1173:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Process unlocked */
1174:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** __HAL_UNLOCK(hadc);
- ARM GAS /tmp/ccbNWEOT.s page 22
+ ARM GAS /tmp/ccnlUpWq.s page 22
1175:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
@@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1229:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** HAL_ADC_STATE_REG_BUSY,
1230:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** HAL_ADC_STATE_READY);
1231:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
- ARM GAS /tmp/ccbNWEOT.s page 23
+ ARM GAS /tmp/ccnlUpWq.s page 23
1232:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** else
@@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1286:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** SET_BIT(hadc->State, HAL_ADC_STATE_TIMEOUT);
1287:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
1288:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Process unlocked */
- ARM GAS /tmp/ccbNWEOT.s page 24
+ ARM GAS /tmp/ccnlUpWq.s page 24
1289:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** __HAL_UNLOCK(hadc);
@@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1343:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
1344:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** HAL_StatusTypeDef tmp_hal_status = HAL_OK;
1345:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
- ARM GAS /tmp/ccbNWEOT.s page 25
+ ARM GAS /tmp/ccnlUpWq.s page 25
1346:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Check the parameters */
@@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1400:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Enable conversion of regular group. */
1401:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* If software start has been selected, conversion starts immediately. */
1402:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* If external trigger has been selected, conversion will start at next */
- ARM GAS /tmp/ccbNWEOT.s page 26
+ ARM GAS /tmp/ccnlUpWq.s page 26
1403:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* trigger event. */
@@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1457:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** __HAL_UNLOCK(hadc);
1458:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
1459:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Return function status */
- ARM GAS /tmp/ccbNWEOT.s page 27
+ ARM GAS /tmp/ccnlUpWq.s page 27
1460:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** return tmp_hal_status;
@@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1514:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
1515:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Set the DMA transfer complete callback */
1516:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** hadc->DMA_Handle->XferCpltCallback = ADC_DMAConvCplt;
- ARM GAS /tmp/ccbNWEOT.s page 28
+ ARM GAS /tmp/ccnlUpWq.s page 28
1517:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
@@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1571:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
1572:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Process locked */
1573:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** __HAL_LOCK(hadc);
- ARM GAS /tmp/ccbNWEOT.s page 29
+ ARM GAS /tmp/ccnlUpWq.s page 29
1574:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
@@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1628:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /**
1629:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** * @brief Get ADC regular group conversion result.
1630:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** * @note Reading register DR automatically clears ADC flag EOC
- ARM GAS /tmp/ccbNWEOT.s page 30
+ ARM GAS /tmp/ccnlUpWq.s page 30
1631:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** * (ADC group regular end of unitary conversion).
@@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1685:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (hadc->Init.ContinuousConvMode == DISABLE) )
1686:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
1687:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* If End of Sequence is reached, disable interrupts */
- ARM GAS /tmp/ccbNWEOT.s page 31
+ ARM GAS /tmp/ccnlUpWq.s page 31
1688:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** if( __HAL_ADC_GET_FLAG(hadc, ADC_FLAG_EOS) )
@@ -1858,7 +1858,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1742:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** #else
1743:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** HAL_ADC_LevelOutOfWindowCallback(hadc);
1744:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** #endif /* USE_HAL_ADC_REGISTER_CALLBACKS */
- ARM GAS /tmp/ccbNWEOT.s page 32
+ ARM GAS /tmp/ccnlUpWq.s page 32
1745:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
@@ -1918,7 +1918,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1799:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /**
1800:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** * @brief Conversion DMA half-transfer callback in non blocking mode
1801:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** * @param hadc ADC handle
- ARM GAS /tmp/ccbNWEOT.s page 33
+ ARM GAS /tmp/ccnlUpWq.s page 33
1802:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** * @retval None
@@ -1978,7 +1978,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1856:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** ===============================================================================
1857:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** [..] This section provides functions allowing to:
1858:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (+) Configure channels on regular group
- ARM GAS /tmp/ccbNWEOT.s page 34
+ ARM GAS /tmp/ccnlUpWq.s page 34
1859:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (+) Configure the analog watchdog
@@ -2038,7 +2038,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1913:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** if (ADC_IS_CONVERSION_ONGOING_REGULAR(hadc) == RESET)
1914:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
1915:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Configure channel: depending on rank setting, add it or remove it from */
- ARM GAS /tmp/ccbNWEOT.s page 35
+ ARM GAS /tmp/ccnlUpWq.s page 35
1916:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* ADC conversion sequencer. */
@@ -2098,7 +2098,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1970:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
1971:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Regular sequence configuration */
1972:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Reset the channel selection register from the selected channel */
- ARM GAS /tmp/ccbNWEOT.s page 36
+ ARM GAS /tmp/ccnlUpWq.s page 36
1973:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** hadc->Instance->CHSELR &= ~ADC_CHSELR_CHANNEL(sConfig->Channel);
@@ -2158,7 +2158,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2027:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** uint32_t tmpAWDLowThresholdShifted;
2028:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
2029:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Check the parameters */
- ARM GAS /tmp/ccbNWEOT.s page 37
+ ARM GAS /tmp/ccnlUpWq.s page 37
2030:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
@@ -2218,7 +2218,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2084:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** __HAL_ADC_ENABLE_IT(hadc, ADC_IT_AWD);
2085:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
2086:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** else
- ARM GAS /tmp/ccbNWEOT.s page 38
+ ARM GAS /tmp/ccnlUpWq.s page 38
2087:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
@@ -2278,7 +2278,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2141:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** * @param hadc ADC handle
2142:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** * @retval HAL state
2143:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** */
- ARM GAS /tmp/ccbNWEOT.s page 39
+ ARM GAS /tmp/ccnlUpWq.s page 39
2144:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** uint32_t HAL_ADC_GetState(ADC_HandleTypeDef* hadc)
@@ -2338,7 +2338,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2198:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
2199:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Check if conditions to enable the ADC are fulfilled */
2200:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** if (ADC_ENABLING_CONDITIONS(hadc) == RESET)
- ARM GAS /tmp/ccbNWEOT.s page 40
+ ARM GAS /tmp/ccnlUpWq.s page 40
2201:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
@@ -2398,7 +2398,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2255:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** uint32_t tickstart = 0U;
2256:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
2257:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Verification if ADC is not already disabled: */
- ARM GAS /tmp/ccbNWEOT.s page 41
+ ARM GAS /tmp/ccnlUpWq.s page 41
2258:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Note: forbidden to disable ADC (set bit ADC_CR_ADDIS) if ADC is already */
@@ -2458,7 +2458,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
25 .loc 1 2311 0
26 .cfi_startproc
27 @ args = 0, pretend = 0, frame = 0
- ARM GAS /tmp/ccbNWEOT.s page 42
+ ARM GAS /tmp/ccnlUpWq.s page 42
28 @ frame_needed = 0, uses_anonymous_args = 0
@@ -2518,7 +2518,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
59 .loc 1 2333 0
60 0020 FFF7FEFF bl HAL_GetTick
61 .LVL2:
- ARM GAS /tmp/ccbNWEOT.s page 43
+ ARM GAS /tmp/ccnlUpWq.s page 43
62 0024 0500 movs r5, r0
@@ -2578,7 +2578,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
97 .L2:
2353:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
98 .loc 1 2353 0
- ARM GAS /tmp/ccbNWEOT.s page 44
+ ARM GAS /tmp/ccnlUpWq.s page 44
99 @ sp needed
@@ -2638,7 +2638,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
149 .loc 1 2260 0 is_stmt 0 discriminator 4
150 001a D368 ldr r3, [r2, #12]
151 001c 1B04 lsls r3, r3, #16
- ARM GAS /tmp/ccbNWEOT.s page 45
+ ARM GAS /tmp/ccnlUpWq.s page 45
152 001e 2DD5 bpl .L15
@@ -2698,7 +2698,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
198 005e 401B subs r0, r0, r5
199 0060 0228 cmp r0, #2
200 0062 F6D9 bls .L12
- ARM GAS /tmp/ccbNWEOT.s page 46
+ ARM GAS /tmp/ccnlUpWq.s page 46
2288:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
@@ -2758,7 +2758,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2191:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
252 .loc 1 2191 0
253 0006 0023 movs r3, #0
- ARM GAS /tmp/ccbNWEOT.s page 47
+ ARM GAS /tmp/ccnlUpWq.s page 47
254 0008 0193 str r3, [sp, #4]
@@ -2818,7 +2818,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
299 .loc 1 2203 0
300 0044 A36B ldr r3, [r4, #56]
301 0046 1022 movs r2, #16
- ARM GAS /tmp/ccbNWEOT.s page 48
+ ARM GAS /tmp/ccnlUpWq.s page 48
302 0048 1343 orrs r3, r2
@@ -2878,7 +2878,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
347 007e A36B ldr r3, [r4, #56]
348 0080 1022 movs r2, #16
349 0082 1343 orrs r3, r2
- ARM GAS /tmp/ccbNWEOT.s page 49
+ ARM GAS /tmp/ccnlUpWq.s page 49
350 0084 A363 str r3, [r4, #56]
@@ -2938,7 +2938,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
402 .syntax unified
403 .code 16
404 .thumb_func
- ARM GAS /tmp/ccbNWEOT.s page 50
+ ARM GAS /tmp/ccnlUpWq.s page 50
405 .fpu softvfp
@@ -2998,7 +2998,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
453 002a FF30 adds r0, r0, #255
454 002c 0343 orrs r3, r0
455 002e A363 str r3, [r4, #56]
- ARM GAS /tmp/ccbNWEOT.s page 51
+ ARM GAS /tmp/ccnlUpWq.s page 51
488:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
@@ -3058,7 +3058,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
500 0070 0128 cmp r0, #1
501 0072 58D0 beq .L50
502 0074 8020 movs r0, #128
- ARM GAS /tmp/ccbNWEOT.s page 52
+ ARM GAS /tmp/ccnlUpWq.s page 52
503 0076 4001 lsls r0, r0, #5
@@ -3118,7 +3118,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
546 .loc 1 583 0
547 00ac E26A ldr r2, [r4, #44]
548 00ae 8021 movs r1, #128
- ARM GAS /tmp/ccbNWEOT.s page 53
+ ARM GAS /tmp/ccnlUpWq.s page 53
549 00b0 4905 lsls r1, r1, #21
@@ -3178,7 +3178,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
593 00f0 9A42 cmp r2, r3
594 00f2 2BD0 beq .L55
612:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** HAL_ADC_STATE_BUSY_INTERNAL,
- ARM GAS /tmp/ccbNWEOT.s page 54
+ ARM GAS /tmp/ccnlUpWq.s page 54
595 .loc 1 612 0
@@ -3238,7 +3238,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
640 012c AAE7 b .L42
641 .LVL45:
642 .L54:
- ARM GAS /tmp/ccbNWEOT.s page 55
+ ARM GAS /tmp/ccnlUpWq.s page 55
544:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
@@ -3298,7 +3298,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
688 0168 0120 movs r0, #1
689 .LVL50:
690 .L36:
- ARM GAS /tmp/ccbNWEOT.s page 56
+ ARM GAS /tmp/ccnlUpWq.s page 56
633:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
@@ -3358,7 +3358,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
744 @ args = 0, pretend = 0, frame = 0
745 @ frame_needed = 0, uses_anonymous_args = 0
746 .LVL55:
- ARM GAS /tmp/ccbNWEOT.s page 57
+ ARM GAS /tmp/ccnlUpWq.s page 57
747 0000 70B5 push {r4, r5, r6, lr}
@@ -3418,7 +3418,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
793 .LVL64:
794 002a 0500 movs r5, r0
795 .LVL65:
- ARM GAS /tmp/ccbNWEOT.s page 58
+ ARM GAS /tmp/ccnlUpWq.s page 58
674:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
@@ -3478,7 +3478,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
841 0070 DB0C lsrs r3, r3, #19
842 0072 DB04 lsls r3, r3, #19
843 0074 9362 str r3, [r2, #40]
- ARM GAS /tmp/ccbNWEOT.s page 59
+ ARM GAS /tmp/ccnlUpWq.s page 59
730:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
@@ -3538,7 +3538,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
894 .cfi_offset 14, -4
895 0002 0400 movs r4, r0
896 .LVL70:
- ARM GAS /tmp/ccbNWEOT.s page 60
+ ARM GAS /tmp/ccnlUpWq.s page 60
1035:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
@@ -3598,7 +3598,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
941 0044 0B43 orrs r3, r1
942 0046 9360 str r3, [r2, #8]
943 .L69:
- ARM GAS /tmp/ccbNWEOT.s page 61
+ ARM GAS /tmp/ccnlUpWq.s page 61
1085:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
@@ -3658,7 +3658,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
994 .cfi_offset 4, -8
995 .cfi_offset 14, -4
996 0002 0400 movs r4, r0
- ARM GAS /tmp/ccbNWEOT.s page 62
+ ARM GAS /tmp/ccnlUpWq.s page 62
997 .LVL80:
@@ -3718,7 +3718,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1042 0038 A363 str r3, [r4, #56]
1043 003a EEE7 b .L79
1044 .LVL88:
- ARM GAS /tmp/ccbNWEOT.s page 63
+ ARM GAS /tmp/ccnlUpWq.s page 63
1045 .L80:
@@ -3778,7 +3778,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1185:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
1096 .loc 1 1185 0
1097 0016 FFF7FEFF bl HAL_GetTick
- ARM GAS /tmp/ccbNWEOT.s page 64
+ ARM GAS /tmp/ccnlUpWq.s page 64
1098 .LVL92:
@@ -3838,7 +3838,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1176:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
1143 .loc 1 1176 0
1144 0056 0120 movs r0, #1
- ARM GAS /tmp/ccbNWEOT.s page 65
+ ARM GAS /tmp/ccnlUpWq.s page 65
1145 .LVL96:
@@ -3898,7 +3898,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1189 .loc 1 1228 0
1190 008c A36B ldr r3, [r4, #56]
1191 008e 0C4A ldr r2, .L98
- ARM GAS /tmp/ccbNWEOT.s page 66
+ ARM GAS /tmp/ccnlUpWq.s page 66
1192 0090 1340 ands r3, r2
@@ -3958,7 +3958,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1267:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** uint32_t tickstart=0;
1242 .loc 1 1267 0
1243 .cfi_startproc
- ARM GAS /tmp/ccbNWEOT.s page 67
+ ARM GAS /tmp/ccnlUpWq.s page 67
1244 @ args = 0, pretend = 0, frame = 0
@@ -4018,7 +4018,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1291 0032 3423 movs r3, #52
1292 0034 0022 movs r2, #0
1293 0036 EA54 strb r2, [r5, r3]
- ARM GAS /tmp/ccbNWEOT.s page 68
+ ARM GAS /tmp/ccnlUpWq.s page 68
1291:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
@@ -4078,7 +4078,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1337 0062 8023 movs r3, #128
1338 0064 DB00 lsls r3, r3, #3
1339 0066 0B43 orrs r3, r1
- ARM GAS /tmp/ccbNWEOT.s page 69
+ ARM GAS /tmp/ccnlUpWq.s page 69
1340 0068 AB63 str r3, [r5, #56]
@@ -4138,7 +4138,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1344:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
1390 .loc 1 1344 0
1391 0020 0020 movs r0, #0
- ARM GAS /tmp/ccbNWEOT.s page 70
+ ARM GAS /tmp/ccnlUpWq.s page 70
1392 .LVL113:
@@ -4198,7 +4198,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1437 @ sp needed
1438 .LVL114:
1439 0062 10BD pop {r4, pc}
- ARM GAS /tmp/ccbNWEOT.s page 71
+ ARM GAS /tmp/ccnlUpWq.s page 71
1440 .LVL115:
@@ -4258,7 +4258,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1489 .cfi_startproc
1490 @ args = 0, pretend = 0, frame = 0
1491 @ frame_needed = 0, uses_anonymous_args = 0
- ARM GAS /tmp/ccbNWEOT.s page 72
+ ARM GAS /tmp/ccnlUpWq.s page 72
1492 .LVL122:
@@ -4318,7 +4318,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1538 002e FFF7FEFF bl ADC_Disable
1539 .LVL130:
1447:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
- ARM GAS /tmp/ccbNWEOT.s page 73
+ ARM GAS /tmp/ccnlUpWq.s page 73
1540 .loc 1 1447 0
@@ -4378,7 +4378,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1484:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
1593 .loc 1 1484 0
1594 0008 0368 ldr r3, [r0]
- ARM GAS /tmp/ccbNWEOT.s page 74
+ ARM GAS /tmp/ccnlUpWq.s page 74
1595 000a 9B68 ldr r3, [r3, #8]
@@ -4438,7 +4438,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1639 .loc 1 1519 0
1640 0048 236B ldr r3, [r4, #48]
1641 004a 154A ldr r2, .L139+8
- ARM GAS /tmp/ccbNWEOT.s page 75
+ ARM GAS /tmp/ccnlUpWq.s page 75
1642 004c DA62 str r2, [r3, #44]
@@ -4498,7 +4498,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1688 008a 0025 movs r5, #0
1689 008c CEE7 b .L135
1690 .LVL144:
- ARM GAS /tmp/ccbNWEOT.s page 76
+ ARM GAS /tmp/ccnlUpWq.s page 76
1691 .L136:
@@ -4558,7 +4558,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1576:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
1742 .loc 1 1576 0 is_stmt 1 discriminator 2
1743 0012 FFF7FEFF bl ADC_ConversionStop
- ARM GAS /tmp/ccbNWEOT.s page 77
+ ARM GAS /tmp/ccnlUpWq.s page 77
1744 .LVL147:
@@ -4618,7 +4618,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1790 0048 5360 str r3, [r2, #4]
1601:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
1791 .loc 1 1601 0
- ARM GAS /tmp/ccbNWEOT.s page 78
+ ARM GAS /tmp/ccnlUpWq.s page 78
1792 004a 002C cmp r4, #0
@@ -4678,7 +4678,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1843 .LFB52:
1648:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Check the parameters */
1844 .loc 1 1648 0
- ARM GAS /tmp/ccbNWEOT.s page 79
+ ARM GAS /tmp/ccnlUpWq.s page 79
1845 .cfi_startproc
@@ -4738,7 +4738,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2362:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
1891 .loc 1 2362 0
1892 .cfi_startproc
- ARM GAS /tmp/ccbNWEOT.s page 80
+ ARM GAS /tmp/ccnlUpWq.s page 80
1893 @ args = 0, pretend = 0, frame = 0
@@ -4798,7 +4798,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2401:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_INTERNAL);
2402:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
2403:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
- ARM GAS /tmp/ccbNWEOT.s page 81
+ ARM GAS /tmp/ccnlUpWq.s page 81
2404:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
@@ -4858,7 +4858,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1942 0032 0907 lsls r1, r1, #28
1943 0034 0DD5 bpl .L155
2382:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
- ARM GAS /tmp/ccbNWEOT.s page 82
+ ARM GAS /tmp/ccnlUpWq.s page 82
1944 .loc 1 2382 0
@@ -4918,7 +4918,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1995 HAL_ADC_ConvHalfCpltCallback:
1996 .LFB55:
1805:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /* Prevent unused argument(s) compilation warning */
- ARM GAS /tmp/ccbNWEOT.s page 83
+ ARM GAS /tmp/ccnlUpWq.s page 83
1997 .loc 1 1805 0
@@ -4978,7 +4978,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2034 .loc 1 2437 0
2035 @ sp needed
2036 0008 10BD pop {r4, pc}
- ARM GAS /tmp/ccbNWEOT.s page 84
+ ARM GAS /tmp/ccnlUpWq.s page 84
2037 .cfi_endproc
@@ -5038,7 +5038,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2438:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
2439:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** /**
2440:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** * @brief DMA error callback
- ARM GAS /tmp/ccbNWEOT.s page 85
+ ARM GAS /tmp/ccnlUpWq.s page 85
2441:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** * @param hdma pointer to DMA handle.
@@ -5098,7 +5098,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2127 .global HAL_ADC_IRQHandler
2128 .syntax unified
2129 .code 16
- ARM GAS /tmp/ccbNWEOT.s page 86
+ ARM GAS /tmp/ccnlUpWq.s page 86
2130 .thumb_func
@@ -5158,7 +5158,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1684:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** (hadc->Init.ContinuousConvMode == DISABLE) )
2177 .loc 1 1684 0
2178 002e D968 ldr r1, [r3, #12]
- ARM GAS /tmp/ccbNWEOT.s page 87
+ ARM GAS /tmp/ccnlUpWq.s page 87
2179 0030 C022 movs r2, #192
@@ -5218,7 +5218,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2224 0072 02D5 bpl .L173
1735:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
2225 .loc 1 1735 0 is_stmt 0 discriminator 1
- ARM GAS /tmp/ccbNWEOT.s page 88
+ ARM GAS /tmp/ccnlUpWq.s page 88
2226 0074 5B68 ldr r3, [r3, #4]
@@ -5278,7 +5278,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2270 00ac 10BD pop {r4, pc}
2271 .LVL188:
2272 .L172:
- ARM GAS /tmp/ccbNWEOT.s page 89
+ ARM GAS /tmp/ccnlUpWq.s page 89
1708:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
@@ -5338,7 +5338,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2323 0000 30B5 push {r4, r5, lr}
2324 .LCFI18:
2325 .cfi_def_cfa_offset 12
- ARM GAS /tmp/ccbNWEOT.s page 90
+ ARM GAS /tmp/ccnlUpWq.s page 90
2326 .cfi_offset 4, -12
@@ -5398,7 +5398,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2372 .loc 1 1928 0 is_stmt 0 discriminator 1
2373 0040 012B cmp r3, #1
2374 0042 1CD0 beq .L184
- ARM GAS /tmp/ccbNWEOT.s page 91
+ ARM GAS /tmp/ccnlUpWq.s page 91
1928:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** {
@@ -5458,7 +5458,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2419 0086 4CD8 bhi .L191
1954:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c ****
2420 .loc 1 1954 0
- ARM GAS /tmp/ccbNWEOT.s page 92
+ ARM GAS /tmp/ccnlUpWq.s page 92
2421 0088 2A4A ldr r2, .L201+4
@@ -5518,7 +5518,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
1964:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** }
2467 .loc 1 1964 0
2468 00c8 019B ldr r3, [sp, #4]
- ARM GAS /tmp/ccbNWEOT.s page 93
+ ARM GAS /tmp/ccnlUpWq.s page 93
2469 00ca 013B subs r3, r3, #1
@@ -5578,7 +5578,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2513 .loc 1 1983 0
2514 0106 0F4B ldr r3, .L201+20
2515 0108 F8E7 b .L189
- ARM GAS /tmp/ccbNWEOT.s page 94
+ ARM GAS /tmp/ccnlUpWq.s page 94
2516 .L196:
@@ -5638,7 +5638,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2564 0144 FFFFBFFF .word -4194305
2565 0148 FFFF7FFF .word -8388609
2566 .cfi_endproc
- ARM GAS /tmp/ccbNWEOT.s page 95
+ ARM GAS /tmp/ccnlUpWq.s page 95
2567 .LFE58:
@@ -5698,7 +5698,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2616 0026 9206 lsls r2, r2, #26
2062:Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_adc.c **** ADC_CFGR_AWDCH(AnalogWDGConfig->Channel) );
2617 .loc 1 2062 0
- ARM GAS /tmp/ccbNWEOT.s page 96
+ ARM GAS /tmp/ccnlUpWq.s page 96
2618 0028 0D68 ldr r5, [r1]
@@ -5758,7 +5758,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2665 0072 8021 movs r1, #128
2666 .LVL210:
2667 0074 8B43 bics r3, r1
- ARM GAS /tmp/ccbNWEOT.s page 97
+ ARM GAS /tmp/ccnlUpWq.s page 97
2668 0076 5360 str r3, [r2, #4]
@@ -5818,7 +5818,7 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2714 .L210:
2715 00a4 FFFF3F83 .word -2092957697
2716 00a8 00F000F0 .word -268374016
- ARM GAS /tmp/ccbNWEOT.s page 98
+ ARM GAS /tmp/ccnlUpWq.s page 98
2717 .cfi_endproc
@@ -5877,11 +5877,11 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2768 .LFE61:
2770 .text
2771 .Letext0:
- 2772 .file 2 "/home/janhenrik/programme/gcc-arm-none-eabi-7-2018-q2-update/arm-none-eabi/include/machin
- ARM GAS /tmp/ccbNWEOT.s page 99
+ 2772 .file 2 "/usr/include/newlib/machine/_default_types.h"
+ ARM GAS /tmp/ccnlUpWq.s page 99
- 2773 .file 3 "/home/janhenrik/programme/gcc-arm-none-eabi-7-2018-q2-update/arm-none-eabi/include/sys/_s
+ 2773 .file 3 "/usr/include/newlib/sys/_stdint.h"
2774 .file 4 "Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h"
2775 .file 5 "Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h"
2776 .file 6 "Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h"
@@ -5889,84 +5889,84 @@ ARM GAS /tmp/ccbNWEOT.s page 1
2778 .file 8 "Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h"
2779 .file 9 "Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_adc.h"
2780 .file 10 "Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h"
- ARM GAS /tmp/ccbNWEOT.s page 100
+ ARM GAS /tmp/ccnlUpWq.s page 100
DEFINED SYMBOLS
*ABS*:0000000000000000 stm32f0xx_hal_adc.c
- /tmp/ccbNWEOT.s:16 .text.ADC_ConversionStop:0000000000000000 $t
- /tmp/ccbNWEOT.s:22 .text.ADC_ConversionStop:0000000000000000 ADC_ConversionStop
- /tmp/ccbNWEOT.s:106 .text.ADC_Disable:0000000000000000 $t
- /tmp/ccbNWEOT.s:112 .text.ADC_Disable:0000000000000000 ADC_Disable
- /tmp/ccbNWEOT.s:228 .text.ADC_Enable:0000000000000000 $t
- /tmp/ccbNWEOT.s:234 .text.ADC_Enable:0000000000000000 ADC_Enable
- /tmp/ccbNWEOT.s:371 .text.ADC_Enable:000000000000009c $d
- /tmp/ccbNWEOT.s:378 .text.HAL_ADC_MspInit:0000000000000000 $t
- /tmp/ccbNWEOT.s:385 .text.HAL_ADC_MspInit:0000000000000000 HAL_ADC_MspInit
- /tmp/ccbNWEOT.s:400 .text.HAL_ADC_Init:0000000000000000 $t
- /tmp/ccbNWEOT.s:407 .text.HAL_ADC_Init:0000000000000000 HAL_ADC_Init
- /tmp/ccbNWEOT.s:704 .text.HAL_ADC_Init:0000000000000170 $d
- /tmp/ccbNWEOT.s:711 .text.HAL_ADC_MspDeInit:0000000000000000 $t
- /tmp/ccbNWEOT.s:718 .text.HAL_ADC_MspDeInit:0000000000000000 HAL_ADC_MspDeInit
- /tmp/ccbNWEOT.s:733 .text.HAL_ADC_DeInit:0000000000000000 $t
- /tmp/ccbNWEOT.s:740 .text.HAL_ADC_DeInit:0000000000000000 HAL_ADC_DeInit
- /tmp/ccbNWEOT.s:868 .text.HAL_ADC_DeInit:0000000000000094 $d
- /tmp/ccbNWEOT.s:876 .text.HAL_ADC_Start:0000000000000000 $t
- /tmp/ccbNWEOT.s:883 .text.HAL_ADC_Start:0000000000000000 HAL_ADC_Start
- /tmp/ccbNWEOT.s:972 .text.HAL_ADC_Start:000000000000005c $d
- /tmp/ccbNWEOT.s:977 .text.HAL_ADC_Stop:0000000000000000 $t
- /tmp/ccbNWEOT.s:984 .text.HAL_ADC_Stop:0000000000000000 HAL_ADC_Stop
- /tmp/ccbNWEOT.s:1053 .text.HAL_ADC_Stop:0000000000000040 $d
- /tmp/ccbNWEOT.s:1058 .text.HAL_ADC_PollForConversion:0000000000000000 $t
- /tmp/ccbNWEOT.s:1065 .text.HAL_ADC_PollForConversion:0000000000000000 HAL_ADC_PollForConversion
- /tmp/ccbNWEOT.s:1228 .text.HAL_ADC_PollForConversion:00000000000000c0 $d
- /tmp/ccbNWEOT.s:1233 .text.HAL_ADC_PollForEvent:0000000000000000 $t
- /tmp/ccbNWEOT.s:1240 .text.HAL_ADC_PollForEvent:0000000000000000 HAL_ADC_PollForEvent
- /tmp/ccbNWEOT.s:1351 .text.HAL_ADC_Start_IT:0000000000000000 $t
- /tmp/ccbNWEOT.s:1358 .text.HAL_ADC_Start_IT:0000000000000000 HAL_ADC_Start_IT
- /tmp/ccbNWEOT.s:1474 .text.HAL_ADC_Start_IT:0000000000000084 $d
- /tmp/ccbNWEOT.s:1479 .text.HAL_ADC_Stop_IT:0000000000000000 $t
- /tmp/ccbNWEOT.s:1486 .text.HAL_ADC_Stop_IT:0000000000000000 HAL_ADC_Stop_IT
- /tmp/ccbNWEOT.s:1561 .text.HAL_ADC_Stop_IT:000000000000004c $d
- /tmp/ccbNWEOT.s:1566 .text.HAL_ADC_Start_DMA:0000000000000000 $t
- /tmp/ccbNWEOT.s:1573 .text.HAL_ADC_Start_DMA:0000000000000000 HAL_ADC_Start_DMA
- /tmp/ccbNWEOT.s:1702 .text.HAL_ADC_Start_DMA:0000000000000098 $d
- /tmp/ccbNWEOT.s:1889 .text.ADC_DMAConvCplt:0000000000000000 ADC_DMAConvCplt
- /tmp/ccbNWEOT.s:2016 .text.ADC_DMAHalfConvCplt:0000000000000000 ADC_DMAHalfConvCplt
- /tmp/ccbNWEOT.s:2091 .text.ADC_DMAError:0000000000000000 ADC_DMAError
- /tmp/ccbNWEOT.s:1710 .text.HAL_ADC_Stop_DMA:0000000000000000 $t
- /tmp/ccbNWEOT.s:1717 .text.HAL_ADC_Stop_DMA:0000000000000000 HAL_ADC_Stop_DMA
- /tmp/ccbNWEOT.s:1830 .text.HAL_ADC_Stop_DMA:0000000000000078 $d
- /tmp/ccbNWEOT.s:1835 .text.HAL_ADC_GetValue:0000000000000000 $t
- /tmp/ccbNWEOT.s:1842 .text.HAL_ADC_GetValue:0000000000000000 HAL_ADC_GetValue
- /tmp/ccbNWEOT.s:1861 .text.HAL_ADC_ConvCpltCallback:0000000000000000 $t
- /tmp/ccbNWEOT.s:1868 .text.HAL_ADC_ConvCpltCallback:0000000000000000 HAL_ADC_ConvCpltCallback
- /tmp/ccbNWEOT.s:1883 .text.ADC_DMAConvCplt:0000000000000000 $t
- /tmp/ccbNWEOT.s:1983 .text.ADC_DMAConvCplt:000000000000006c $d
- /tmp/ccbNWEOT.s:1988 .text.HAL_ADC_ConvHalfCpltCallback:0000000000000000 $t
- /tmp/ccbNWEOT.s:1995 .text.HAL_ADC_ConvHalfCpltCallback:0000000000000000 HAL_ADC_ConvHalfCpltCallback
- /tmp/ccbNWEOT.s:2010 .text.ADC_DMAHalfConvCplt:0000000000000000 $t
- /tmp/ccbNWEOT.s:2041 .text.HAL_ADC_LevelOutOfWindowCallback:0000000000000000 $t
- /tmp/ccbNWEOT.s:2048 .text.HAL_ADC_LevelOutOfWindowCallback:0000000000000000 HAL_ADC_LevelOutOfWindowCallback
- /tmp/ccbNWEOT.s:2063 .text.HAL_ADC_ErrorCallback:0000000000000000 $t
- ARM GAS /tmp/ccbNWEOT.s page 101
-
-
- /tmp/ccbNWEOT.s:2070 .text.HAL_ADC_ErrorCallback:0000000000000000 HAL_ADC_ErrorCallback
- /tmp/ccbNWEOT.s:2085 .text.ADC_DMAError:0000000000000000 $t
- /tmp/ccbNWEOT.s:2126 .text.HAL_ADC_IRQHandler:0000000000000000 $t
- /tmp/ccbNWEOT.s:2133 .text.HAL_ADC_IRQHandler:0000000000000000 HAL_ADC_IRQHandler
- /tmp/ccbNWEOT.s:2304 .text.HAL_ADC_IRQHandler:00000000000000d8 $d
- /tmp/ccbNWEOT.s:2309 .text.HAL_ADC_ConfigChannel:0000000000000000 $t
- /tmp/ccbNWEOT.s:2316 .text.HAL_ADC_ConfigChannel:0000000000000000 HAL_ADC_ConfigChannel
- /tmp/ccbNWEOT.s:2559 .text.HAL_ADC_ConfigChannel:0000000000000130 $d
- /tmp/ccbNWEOT.s:2570 .text.HAL_ADC_AnalogWDGConfig:0000000000000000 $t
- /tmp/ccbNWEOT.s:2577 .text.HAL_ADC_AnalogWDGConfig:0000000000000000 HAL_ADC_AnalogWDGConfig
- /tmp/ccbNWEOT.s:2715 .text.HAL_ADC_AnalogWDGConfig:00000000000000a4 $d
- /tmp/ccbNWEOT.s:2721 .text.HAL_ADC_GetState:0000000000000000 $t
- /tmp/ccbNWEOT.s:2728 .text.HAL_ADC_GetState:0000000000000000 HAL_ADC_GetState
- /tmp/ccbNWEOT.s:2746 .text.HAL_ADC_GetError:0000000000000000 $t
- /tmp/ccbNWEOT.s:2753 .text.HAL_ADC_GetError:0000000000000000 HAL_ADC_GetError
+ /tmp/ccnlUpWq.s:16 .text.ADC_ConversionStop:0000000000000000 $t
+ /tmp/ccnlUpWq.s:22 .text.ADC_ConversionStop:0000000000000000 ADC_ConversionStop
+ /tmp/ccnlUpWq.s:106 .text.ADC_Disable:0000000000000000 $t
+ /tmp/ccnlUpWq.s:112 .text.ADC_Disable:0000000000000000 ADC_Disable
+ /tmp/ccnlUpWq.s:228 .text.ADC_Enable:0000000000000000 $t
+ /tmp/ccnlUpWq.s:234 .text.ADC_Enable:0000000000000000 ADC_Enable
+ /tmp/ccnlUpWq.s:371 .text.ADC_Enable:000000000000009c $d
+ /tmp/ccnlUpWq.s:378 .text.HAL_ADC_MspInit:0000000000000000 $t
+ /tmp/ccnlUpWq.s:385 .text.HAL_ADC_MspInit:0000000000000000 HAL_ADC_MspInit
+ /tmp/ccnlUpWq.s:400 .text.HAL_ADC_Init:0000000000000000 $t
+ /tmp/ccnlUpWq.s:407 .text.HAL_ADC_Init:0000000000000000 HAL_ADC_Init
+ /tmp/ccnlUpWq.s:704 .text.HAL_ADC_Init:0000000000000170 $d
+ /tmp/ccnlUpWq.s:711 .text.HAL_ADC_MspDeInit:0000000000000000 $t
+ /tmp/ccnlUpWq.s:718 .text.HAL_ADC_MspDeInit:0000000000000000 HAL_ADC_MspDeInit
+ /tmp/ccnlUpWq.s:733 .text.HAL_ADC_DeInit:0000000000000000 $t
+ /tmp/ccnlUpWq.s:740 .text.HAL_ADC_DeInit:0000000000000000 HAL_ADC_DeInit
+ /tmp/ccnlUpWq.s:868 .text.HAL_ADC_DeInit:0000000000000094 $d
+ /tmp/ccnlUpWq.s:876 .text.HAL_ADC_Start:0000000000000000 $t
+ /tmp/ccnlUpWq.s:883 .text.HAL_ADC_Start:0000000000000000 HAL_ADC_Start
+ /tmp/ccnlUpWq.s:972 .text.HAL_ADC_Start:000000000000005c $d
+ /tmp/ccnlUpWq.s:977 .text.HAL_ADC_Stop:0000000000000000 $t
+ /tmp/ccnlUpWq.s:984 .text.HAL_ADC_Stop:0000000000000000 HAL_ADC_Stop
+ /tmp/ccnlUpWq.s:1053 .text.HAL_ADC_Stop:0000000000000040 $d
+ /tmp/ccnlUpWq.s:1058 .text.HAL_ADC_PollForConversion:0000000000000000 $t
+ /tmp/ccnlUpWq.s:1065 .text.HAL_ADC_PollForConversion:0000000000000000 HAL_ADC_PollForConversion
+ /tmp/ccnlUpWq.s:1228 .text.HAL_ADC_PollForConversion:00000000000000c0 $d
+ /tmp/ccnlUpWq.s:1233 .text.HAL_ADC_PollForEvent:0000000000000000 $t
+ /tmp/ccnlUpWq.s:1240 .text.HAL_ADC_PollForEvent:0000000000000000 HAL_ADC_PollForEvent
+ /tmp/ccnlUpWq.s:1351 .text.HAL_ADC_Start_IT:0000000000000000 $t
+ /tmp/ccnlUpWq.s:1358 .text.HAL_ADC_Start_IT:0000000000000000 HAL_ADC_Start_IT
+ /tmp/ccnlUpWq.s:1474 .text.HAL_ADC_Start_IT:0000000000000084 $d
+ /tmp/ccnlUpWq.s:1479 .text.HAL_ADC_Stop_IT:0000000000000000 $t
+ /tmp/ccnlUpWq.s:1486 .text.HAL_ADC_Stop_IT:0000000000000000 HAL_ADC_Stop_IT
+ /tmp/ccnlUpWq.s:1561 .text.HAL_ADC_Stop_IT:000000000000004c $d
+ /tmp/ccnlUpWq.s:1566 .text.HAL_ADC_Start_DMA:0000000000000000 $t
+ /tmp/ccnlUpWq.s:1573 .text.HAL_ADC_Start_DMA:0000000000000000 HAL_ADC_Start_DMA
+ /tmp/ccnlUpWq.s:1702 .text.HAL_ADC_Start_DMA:0000000000000098 $d
+ /tmp/ccnlUpWq.s:1889 .text.ADC_DMAConvCplt:0000000000000000 ADC_DMAConvCplt
+ /tmp/ccnlUpWq.s:2016 .text.ADC_DMAHalfConvCplt:0000000000000000 ADC_DMAHalfConvCplt
+ /tmp/ccnlUpWq.s:2091 .text.ADC_DMAError:0000000000000000 ADC_DMAError
+ /tmp/ccnlUpWq.s:1710 .text.HAL_ADC_Stop_DMA:0000000000000000 $t
+ /tmp/ccnlUpWq.s:1717 .text.HAL_ADC_Stop_DMA:0000000000000000 HAL_ADC_Stop_DMA
+ /tmp/ccnlUpWq.s:1830 .text.HAL_ADC_Stop_DMA:0000000000000078 $d
+ /tmp/ccnlUpWq.s:1835 .text.HAL_ADC_GetValue:0000000000000000 $t
+ /tmp/ccnlUpWq.s:1842 .text.HAL_ADC_GetValue:0000000000000000 HAL_ADC_GetValue
+ /tmp/ccnlUpWq.s:1861 .text.HAL_ADC_ConvCpltCallback:0000000000000000 $t
+ /tmp/ccnlUpWq.s:1868 .text.HAL_ADC_ConvCpltCallback:0000000000000000 HAL_ADC_ConvCpltCallback
+ /tmp/ccnlUpWq.s:1883 .text.ADC_DMAConvCplt:0000000000000000 $t
+ /tmp/ccnlUpWq.s:1983 .text.ADC_DMAConvCplt:000000000000006c $d
+ /tmp/ccnlUpWq.s:1988 .text.HAL_ADC_ConvHalfCpltCallback:0000000000000000 $t
+ /tmp/ccnlUpWq.s:1995 .text.HAL_ADC_ConvHalfCpltCallback:0000000000000000 HAL_ADC_ConvHalfCpltCallback
+ /tmp/ccnlUpWq.s:2010 .text.ADC_DMAHalfConvCplt:0000000000000000 $t
+ /tmp/ccnlUpWq.s:2041 .text.HAL_ADC_LevelOutOfWindowCallback:0000000000000000 $t
+ /tmp/ccnlUpWq.s:2048 .text.HAL_ADC_LevelOutOfWindowCallback:0000000000000000 HAL_ADC_LevelOutOfWindowCallback
+ /tmp/ccnlUpWq.s:2063 .text.HAL_ADC_ErrorCallback:0000000000000000 $t
+ ARM GAS /tmp/ccnlUpWq.s page 101
+
+
+ /tmp/ccnlUpWq.s:2070 .text.HAL_ADC_ErrorCallback:0000000000000000 HAL_ADC_ErrorCallback
+ /tmp/ccnlUpWq.s:2085 .text.ADC_DMAError:0000000000000000 $t
+ /tmp/ccnlUpWq.s:2126 .text.HAL_ADC_IRQHandler:0000000000000000 $t
+ /tmp/ccnlUpWq.s:2133 .text.HAL_ADC_IRQHandler:0000000000000000 HAL_ADC_IRQHandler
+ /tmp/ccnlUpWq.s:2304 .text.HAL_ADC_IRQHandler:00000000000000d8 $d
+ /tmp/ccnlUpWq.s:2309 .text.HAL_ADC_ConfigChannel:0000000000000000 $t
+ /tmp/ccnlUpWq.s:2316 .text.HAL_ADC_ConfigChannel:0000000000000000 HAL_ADC_ConfigChannel
+ /tmp/ccnlUpWq.s:2559 .text.HAL_ADC_ConfigChannel:0000000000000130 $d
+ /tmp/ccnlUpWq.s:2570 .text.HAL_ADC_AnalogWDGConfig:0000000000000000 $t
+ /tmp/ccnlUpWq.s:2577 .text.HAL_ADC_AnalogWDGConfig:0000000000000000 HAL_ADC_AnalogWDGConfig
+ /tmp/ccnlUpWq.s:2715 .text.HAL_ADC_AnalogWDGConfig:00000000000000a4 $d
+ /tmp/ccnlUpWq.s:2721 .text.HAL_ADC_GetState:0000000000000000 $t
+ /tmp/ccnlUpWq.s:2728 .text.HAL_ADC_GetState:0000000000000000 HAL_ADC_GetState
+ /tmp/ccnlUpWq.s:2746 .text.HAL_ADC_GetError:0000000000000000 $t
+ /tmp/ccnlUpWq.s:2753 .text.HAL_ADC_GetError:0000000000000000 HAL_ADC_GetError
UNDEFINED SYMBOLS
HAL_GetTick