UI led
This commit is contained in:
+3731
-3044
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -30,7 +30,8 @@ build/si5351.o: Src/si5351.c Inc/main.h \
|
||||
Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h \
|
||||
Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h \
|
||||
Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h \
|
||||
Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h Inc/si5351.h
|
||||
Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h Inc/si5351.h \
|
||||
Inc/si5351_cfg.h
|
||||
Inc/main.h:
|
||||
Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h:
|
||||
Inc/stm32g4xx_hal_conf.h:
|
||||
@@ -67,3 +68,4 @@ Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h:
|
||||
Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h:
|
||||
Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h:
|
||||
Inc/si5351.h:
|
||||
Inc/si5351_cfg.h:
|
||||
|
||||
+1075
-1254
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1165
-1299
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1599
-1855
File diff suppressed because it is too large
Load Diff
+1595
-1783
File diff suppressed because it is too large
Load Diff
+1496
-431
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
+157
-157
@@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccShpYu9.s page 1
|
||||
ARM GAS /tmp/cct060d8.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m4
|
||||
@@ -58,7 +58,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
28:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** (+) Services HAL APIs
|
||||
29:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c ****
|
||||
30:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** @endverbatim
|
||||
ARM GAS /tmp/ccShpYu9.s page 2
|
||||
ARM GAS /tmp/cct060d8.s page 2
|
||||
|
||||
|
||||
31:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** ******************************************************************************
|
||||
@@ -118,7 +118,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
85:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** __IO uint32_t uwTick;
|
||||
86:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** uint32_t uwTickPrio = (1UL << __NVIC_PRIO_BITS); /* Invalid PRIO */
|
||||
87:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** uint32_t uwTickFreq = HAL_TICK_FREQ_DEFAULT; /* 1KHz */
|
||||
ARM GAS /tmp/ccShpYu9.s page 3
|
||||
ARM GAS /tmp/cct060d8.s page 3
|
||||
|
||||
|
||||
88:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** /**
|
||||
@@ -178,7 +178,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
142:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * used after a system Reset and the NVIC configuration is set to Priority group 4.
|
||||
143:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * Once done, time base tick starts incrementing: the tick variable counter is incremented
|
||||
144:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * each 1ms in the SysTick_Handler() interrupt handler.
|
||||
ARM GAS /tmp/ccShpYu9.s page 4
|
||||
ARM GAS /tmp/cct060d8.s page 4
|
||||
|
||||
|
||||
145:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** *
|
||||
@@ -238,7 +238,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
199:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** __HAL_RCC_APB2_RELEASE_RESET();
|
||||
200:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c ****
|
||||
201:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** __HAL_RCC_AHB1_FORCE_RESET();
|
||||
ARM GAS /tmp/ccShpYu9.s page 5
|
||||
ARM GAS /tmp/cct060d8.s page 5
|
||||
|
||||
|
||||
202:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** __HAL_RCC_AHB1_RELEASE_RESET();
|
||||
@@ -298,7 +298,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
234:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** /* NOTE : This function should not be modified, when the callback is needed,
|
||||
235:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** the HAL_MspDeInit could be implemented in the user file
|
||||
236:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** */
|
||||
ARM GAS /tmp/ccShpYu9.s page 6
|
||||
ARM GAS /tmp/cct060d8.s page 6
|
||||
|
||||
|
||||
237:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** }
|
||||
@@ -358,7 +358,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
97 .loc 1 208 3 view .LVU14
|
||||
98 001c 1C63 str r4, [r3, #48]
|
||||
211:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c ****
|
||||
ARM GAS /tmp/ccShpYu9.s page 7
|
||||
ARM GAS /tmp/cct060d8.s page 7
|
||||
|
||||
|
||||
99 .loc 1 211 3 view .LVU15
|
||||
@@ -418,7 +418,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
131 0002 1B68 ldr r3, [r3]
|
||||
132 .loc 1 259 6 view .LVU22
|
||||
133 0004 0BB9 cbnz r3, .L16
|
||||
ARM GAS /tmp/ccShpYu9.s page 8
|
||||
ARM GAS /tmp/cct060d8.s page 8
|
||||
|
||||
|
||||
260:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** {
|
||||
@@ -478,7 +478,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
155 .loc 1 262 9 view .LVU30
|
||||
156 0016 0C4A ldr r2, .L18+4
|
||||
157 0018 1068 ldr r0, [r2]
|
||||
ARM GAS /tmp/ccShpYu9.s page 9
|
||||
ARM GAS /tmp/cct060d8.s page 9
|
||||
|
||||
|
||||
158 001a B0FBF3F0 udiv r0, r0, r3
|
||||
@@ -538,7 +538,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
203 .section .text.HAL_Init,"ax",%progbits
|
||||
204 .align 1
|
||||
205 .global HAL_Init
|
||||
ARM GAS /tmp/ccShpYu9.s page 10
|
||||
ARM GAS /tmp/cct060d8.s page 10
|
||||
|
||||
|
||||
206 .syntax unified
|
||||
@@ -598,7 +598,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
250 .cfi_endproc
|
||||
251 .LFE329:
|
||||
253 .section .text.HAL_IncTick,"ax",%progbits
|
||||
ARM GAS /tmp/ccShpYu9.s page 11
|
||||
ARM GAS /tmp/cct060d8.s page 11
|
||||
|
||||
|
||||
254 .align 1
|
||||
@@ -658,7 +658,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
272 0006 0968 ldr r1, [r1]
|
||||
273 0008 0B44 add r3, r3, r1
|
||||
274 000a 1360 str r3, [r2]
|
||||
ARM GAS /tmp/ccShpYu9.s page 12
|
||||
ARM GAS /tmp/cct060d8.s page 12
|
||||
|
||||
|
||||
325:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** }
|
||||
@@ -718,7 +718,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
337:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c ****
|
||||
338:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** /**
|
||||
339:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * @brief This function returns a tick priority.
|
||||
ARM GAS /tmp/ccShpYu9.s page 13
|
||||
ARM GAS /tmp/cct060d8.s page 13
|
||||
|
||||
|
||||
340:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * @retval tick priority
|
||||
@@ -778,7 +778,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
356:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** assert_param(IS_TICKFREQ(Freq));
|
||||
361 .loc 1 356 3 view .LVU69
|
||||
357:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c ****
|
||||
ARM GAS /tmp/ccShpYu9.s page 14
|
||||
ARM GAS /tmp/cct060d8.s page 14
|
||||
|
||||
|
||||
358:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** if (uwTickFreq != Freq)
|
||||
@@ -838,7 +838,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
389 .LVL20:
|
||||
369:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** {
|
||||
390 .loc 1 369 5 is_stmt 1 view .LVU82
|
||||
ARM GAS /tmp/ccShpYu9.s page 15
|
||||
ARM GAS /tmp/cct060d8.s page 15
|
||||
|
||||
|
||||
369:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** {
|
||||
@@ -898,7 +898,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
435 .weak HAL_Delay
|
||||
436 .syntax unified
|
||||
437 .thumb
|
||||
ARM GAS /tmp/ccShpYu9.s page 16
|
||||
ARM GAS /tmp/cct060d8.s page 16
|
||||
|
||||
|
||||
438 .thumb_func
|
||||
@@ -958,7 +958,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
472 .loc 1 408 10 view .LVU99
|
||||
473 0014 1C44 add r4, r4, r3
|
||||
474 .LVL24:
|
||||
ARM GAS /tmp/ccShpYu9.s page 17
|
||||
ARM GAS /tmp/cct060d8.s page 17
|
||||
|
||||
|
||||
475 .L46:
|
||||
@@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
508 @ args = 0, pretend = 0, frame = 0
|
||||
509 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
510 @ link register save eliminated.
|
||||
ARM GAS /tmp/ccShpYu9.s page 18
|
||||
ARM GAS /tmp/cct060d8.s page 18
|
||||
|
||||
|
||||
428:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** /* Disable SysTick Interrupt */
|
||||
@@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
549 .thumb
|
||||
550 .thumb_func
|
||||
552 HAL_GetHalVersion:
|
||||
ARM GAS /tmp/ccShpYu9.s page 19
|
||||
ARM GAS /tmp/cct060d8.s page 19
|
||||
|
||||
|
||||
553 .LFB342:
|
||||
@@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
591 .L57:
|
||||
592 .align 2
|
||||
593 .L56:
|
||||
ARM GAS /tmp/ccShpYu9.s page 20
|
||||
ARM GAS /tmp/cct060d8.s page 20
|
||||
|
||||
|
||||
594 0008 002004E0 .word -536600576
|
||||
@@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
636 .cfi_startproc
|
||||
637 @ args = 0, pretend = 0, frame = 0
|
||||
638 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
ARM GAS /tmp/ccShpYu9.s page 21
|
||||
ARM GAS /tmp/cct060d8.s page 21
|
||||
|
||||
|
||||
639 @ link register save eliminated.
|
||||
@@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
686 .LFB347:
|
||||
492:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c ****
|
||||
493:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** /**
|
||||
ARM GAS /tmp/ccShpYu9.s page 22
|
||||
ARM GAS /tmp/cct060d8.s page 22
|
||||
|
||||
|
||||
494:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * @brief Return the third word of the unique device identifier (UID based on 96 bits)
|
||||
@@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
524:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * @retval None
|
||||
525:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** */
|
||||
526:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** void HAL_DBGMCU_EnableDBGSleepMode(void)
|
||||
ARM GAS /tmp/ccShpYu9.s page 23
|
||||
ARM GAS /tmp/cct060d8.s page 23
|
||||
|
||||
|
||||
527:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** {
|
||||
@@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
757 .cfi_endproc
|
||||
758 .LFE349:
|
||||
760 .section .text.HAL_DBGMCU_EnableDBGStopMode,"ax",%progbits
|
||||
ARM GAS /tmp/ccShpYu9.s page 24
|
||||
ARM GAS /tmp/cct060d8.s page 24
|
||||
|
||||
|
||||
761 .align 1
|
||||
@@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
555:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP);
|
||||
802 .loc 1 555 3 view .LVU143
|
||||
803 0000 024A ldr r2, .L80
|
||||
ARM GAS /tmp/ccShpYu9.s page 25
|
||||
ARM GAS /tmp/cct060d8.s page 25
|
||||
|
||||
|
||||
804 0002 5368 ldr r3, [r2, #4]
|
||||
@@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
852 .LFB353:
|
||||
566:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c ****
|
||||
567:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** /**
|
||||
ARM GAS /tmp/ccShpYu9.s page 26
|
||||
ARM GAS /tmp/cct060d8.s page 26
|
||||
|
||||
|
||||
568:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * @brief Disable the Debug Module during STANDBY mode.
|
||||
@@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
596:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** */
|
||||
597:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** /**
|
||||
598:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * @brief Start a hardware CCMSRAM erase operation.
|
||||
ARM GAS /tmp/ccShpYu9.s page 27
|
||||
ARM GAS /tmp/cct060d8.s page 27
|
||||
|
||||
|
||||
599:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * @note As long as CCMSRAM is not erased the CCMER bit will be set.
|
||||
@@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
619:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** *
|
||||
620:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * @retval None
|
||||
621:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** */
|
||||
ARM GAS /tmp/ccShpYu9.s page 28
|
||||
ARM GAS /tmp/cct060d8.s page 28
|
||||
|
||||
|
||||
622:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** void HAL_SYSCFG_EnableMemorySwappingBank(void)
|
||||
@@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
640:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** }
|
||||
955 .loc 1 640 1 is_stmt 0 view .LVU163
|
||||
956 000a 7047 bx lr
|
||||
ARM GAS /tmp/ccShpYu9.s page 29
|
||||
ARM GAS /tmp/cct060d8.s page 29
|
||||
|
||||
|
||||
957 .L96:
|
||||
@@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
992 .cfi_endproc
|
||||
993 .LFE357:
|
||||
995 .section .text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig,"ax",%progbits
|
||||
ARM GAS /tmp/ccShpYu9.s page 30
|
||||
ARM GAS /tmp/cct060d8.s page 30
|
||||
|
||||
|
||||
996 .align 1
|
||||
@@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
679:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** /**
|
||||
680:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * @brief Tune the Internal Voltage Reference buffer (VREFBUF).
|
||||
681:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * @param TrimmingValue specifies trimming code for VREFBUF calibration
|
||||
ARM GAS /tmp/ccShpYu9.s page 31
|
||||
ARM GAS /tmp/cct060d8.s page 31
|
||||
|
||||
|
||||
682:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * This parameter can be a number between Min_Data = 0x00 and Max_Data = 0x3F
|
||||
@@ -1858,7 +1858,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
699:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** uint32_t tickstart;
|
||||
1075 .loc 1 699 3 view .LVU177
|
||||
700:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c ****
|
||||
ARM GAS /tmp/ccShpYu9.s page 32
|
||||
ARM GAS /tmp/cct060d8.s page 32
|
||||
|
||||
|
||||
701:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** SET_BIT(VREFBUF->CSR, VREFBUF_CSR_ENVR);
|
||||
@@ -1918,7 +1918,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
1114 .LVL33:
|
||||
1115 .L114:
|
||||
1116 .loc 1 716 1 view .LVU192
|
||||
ARM GAS /tmp/ccShpYu9.s page 33
|
||||
ARM GAS /tmp/cct060d8.s page 33
|
||||
|
||||
|
||||
1117 002e 00BF .align 2
|
||||
@@ -1978,7 +1978,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
732:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** * @retval None
|
||||
733:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** */
|
||||
734:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** void HAL_SYSCFG_EnableIOSwitchBooster(void)
|
||||
ARM GAS /tmp/ccShpYu9.s page 34
|
||||
ARM GAS /tmp/cct060d8.s page 34
|
||||
|
||||
|
||||
735:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** {
|
||||
@@ -2038,7 +2038,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
1203 000c 00000140 .word 1073807360
|
||||
1204 .cfi_endproc
|
||||
1205 .LFE363:
|
||||
ARM GAS /tmp/ccShpYu9.s page 35
|
||||
ARM GAS /tmp/cct060d8.s page 35
|
||||
|
||||
|
||||
1207 .section .text.HAL_SYSCFG_EnableIOSwitchVDD,"ax",%progbits
|
||||
@@ -2098,7 +2098,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
1246 @ args = 0, pretend = 0, frame = 0
|
||||
1247 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
1248 @ link register save eliminated.
|
||||
ARM GAS /tmp/ccShpYu9.s page 36
|
||||
ARM GAS /tmp/cct060d8.s page 36
|
||||
|
||||
|
||||
766:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c **** CLEAR_BIT(SYSCFG->CFGR1, SYSCFG_CFGR1_ANASWVDD);
|
||||
@@ -2158,7 +2158,7 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
1291 .LFE366:
|
||||
1293 .global uwTickFreq
|
||||
1294 .section .data.uwTickFreq,"aw"
|
||||
ARM GAS /tmp/ccShpYu9.s page 37
|
||||
ARM GAS /tmp/cct060d8.s page 37
|
||||
|
||||
|
||||
1295 .align 2
|
||||
@@ -2177,139 +2177,139 @@ ARM GAS /tmp/ccShpYu9.s page 1
|
||||
1314 .text
|
||||
1315 .Letext0:
|
||||
1316 .file 2 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h"
|
||||
1317 .file 3 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
1318 .file 4 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
1317 .file 3 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
1318 .file 4 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
1319 .file 5 "Drivers/CMSIS/Include/core_cm4.h"
|
||||
1320 .file 6 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h"
|
||||
1321 .file 7 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/system_stm32g4xx.h"
|
||||
1322 .file 8 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h"
|
||||
1323 .file 9 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h"
|
||||
ARM GAS /tmp/ccShpYu9.s page 38
|
||||
ARM GAS /tmp/cct060d8.s page 38
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 stm32g4xx_hal.c
|
||||
/tmp/ccShpYu9.s:21 .text.HAL_MspInit:00000000 $t
|
||||
/tmp/ccShpYu9.s:27 .text.HAL_MspInit:00000000 HAL_MspInit
|
||||
/tmp/ccShpYu9.s:40 .text.HAL_MspDeInit:00000000 $t
|
||||
/tmp/ccShpYu9.s:46 .text.HAL_MspDeInit:00000000 HAL_MspDeInit
|
||||
/tmp/ccShpYu9.s:59 .text.HAL_DeInit:00000000 $t
|
||||
/tmp/ccShpYu9.s:65 .text.HAL_DeInit:00000000 HAL_DeInit
|
||||
/tmp/ccShpYu9.s:109 .text.HAL_DeInit:00000028 $d
|
||||
/tmp/ccShpYu9.s:114 .text.HAL_InitTick:00000000 $t
|
||||
/tmp/ccShpYu9.s:120 .text.HAL_InitTick:00000000 HAL_InitTick
|
||||
/tmp/ccShpYu9.s:197 .text.HAL_InitTick:00000044 $d
|
||||
/tmp/ccShpYu9.s:1298 .data.uwTickFreq:00000000 uwTickFreq
|
||||
/tmp/ccShpYu9.s:1305 .data.uwTickPrio:00000000 uwTickPrio
|
||||
/tmp/ccShpYu9.s:204 .text.HAL_Init:00000000 $t
|
||||
/tmp/ccShpYu9.s:210 .text.HAL_Init:00000000 HAL_Init
|
||||
/tmp/ccShpYu9.s:254 .text.HAL_IncTick:00000000 $t
|
||||
/tmp/ccShpYu9.s:260 .text.HAL_IncTick:00000000 HAL_IncTick
|
||||
/tmp/ccShpYu9.s:280 .text.HAL_IncTick:00000010 $d
|
||||
/tmp/ccShpYu9.s:1312 .bss.uwTick:00000000 uwTick
|
||||
/tmp/ccShpYu9.s:286 .text.HAL_GetTick:00000000 $t
|
||||
/tmp/ccShpYu9.s:292 .text.HAL_GetTick:00000000 HAL_GetTick
|
||||
/tmp/ccShpYu9.s:308 .text.HAL_GetTick:00000008 $d
|
||||
/tmp/ccShpYu9.s:313 .text.HAL_GetTickPrio:00000000 $t
|
||||
/tmp/ccShpYu9.s:319 .text.HAL_GetTickPrio:00000000 HAL_GetTickPrio
|
||||
/tmp/ccShpYu9.s:334 .text.HAL_GetTickPrio:00000008 $d
|
||||
/tmp/ccShpYu9.s:339 .text.HAL_SetTickFreq:00000000 $t
|
||||
/tmp/ccShpYu9.s:345 .text.HAL_SetTickFreq:00000000 HAL_SetTickFreq
|
||||
/tmp/ccShpYu9.s:402 .text.HAL_SetTickFreq:00000024 $d
|
||||
/tmp/ccShpYu9.s:408 .text.HAL_GetTickFreq:00000000 $t
|
||||
/tmp/ccShpYu9.s:414 .text.HAL_GetTickFreq:00000000 HAL_GetTickFreq
|
||||
/tmp/ccShpYu9.s:429 .text.HAL_GetTickFreq:00000008 $d
|
||||
/tmp/ccShpYu9.s:434 .text.HAL_Delay:00000000 $t
|
||||
/tmp/ccShpYu9.s:440 .text.HAL_Delay:00000000 HAL_Delay
|
||||
/tmp/ccShpYu9.s:493 .text.HAL_Delay:00000024 $d
|
||||
/tmp/ccShpYu9.s:498 .text.HAL_SuspendTick:00000000 $t
|
||||
/tmp/ccShpYu9.s:504 .text.HAL_SuspendTick:00000000 HAL_SuspendTick
|
||||
/tmp/ccShpYu9.s:522 .text.HAL_ResumeTick:00000000 $t
|
||||
/tmp/ccShpYu9.s:528 .text.HAL_ResumeTick:00000000 HAL_ResumeTick
|
||||
/tmp/ccShpYu9.s:546 .text.HAL_GetHalVersion:00000000 $t
|
||||
/tmp/ccShpYu9.s:552 .text.HAL_GetHalVersion:00000000 HAL_GetHalVersion
|
||||
/tmp/ccShpYu9.s:566 .text.HAL_GetHalVersion:00000004 $d
|
||||
/tmp/ccShpYu9.s:571 .text.HAL_GetREVID:00000000 $t
|
||||
/tmp/ccShpYu9.s:577 .text.HAL_GetREVID:00000000 HAL_GetREVID
|
||||
/tmp/ccShpYu9.s:594 .text.HAL_GetREVID:00000008 $d
|
||||
/tmp/ccShpYu9.s:599 .text.HAL_GetDEVID:00000000 $t
|
||||
/tmp/ccShpYu9.s:605 .text.HAL_GetDEVID:00000000 HAL_GetDEVID
|
||||
/tmp/ccShpYu9.s:622 .text.HAL_GetDEVID:0000000c $d
|
||||
/tmp/ccShpYu9.s:627 .text.HAL_GetUIDw0:00000000 $t
|
||||
/tmp/ccShpYu9.s:633 .text.HAL_GetUIDw0:00000000 HAL_GetUIDw0
|
||||
/tmp/ccShpYu9.s:648 .text.HAL_GetUIDw0:00000008 $d
|
||||
/tmp/ccShpYu9.s:653 .text.HAL_GetUIDw1:00000000 $t
|
||||
/tmp/ccShpYu9.s:659 .text.HAL_GetUIDw1:00000000 HAL_GetUIDw1
|
||||
/tmp/ccShpYu9.s:674 .text.HAL_GetUIDw1:00000008 $d
|
||||
/tmp/ccShpYu9.s:679 .text.HAL_GetUIDw2:00000000 $t
|
||||
/tmp/ccShpYu9.s:685 .text.HAL_GetUIDw2:00000000 HAL_GetUIDw2
|
||||
/tmp/ccShpYu9.s:700 .text.HAL_GetUIDw2:00000008 $d
|
||||
ARM GAS /tmp/ccShpYu9.s page 39
|
||||
/tmp/cct060d8.s:21 .text.HAL_MspInit:00000000 $t
|
||||
/tmp/cct060d8.s:27 .text.HAL_MspInit:00000000 HAL_MspInit
|
||||
/tmp/cct060d8.s:40 .text.HAL_MspDeInit:00000000 $t
|
||||
/tmp/cct060d8.s:46 .text.HAL_MspDeInit:00000000 HAL_MspDeInit
|
||||
/tmp/cct060d8.s:59 .text.HAL_DeInit:00000000 $t
|
||||
/tmp/cct060d8.s:65 .text.HAL_DeInit:00000000 HAL_DeInit
|
||||
/tmp/cct060d8.s:109 .text.HAL_DeInit:00000028 $d
|
||||
/tmp/cct060d8.s:114 .text.HAL_InitTick:00000000 $t
|
||||
/tmp/cct060d8.s:120 .text.HAL_InitTick:00000000 HAL_InitTick
|
||||
/tmp/cct060d8.s:197 .text.HAL_InitTick:00000044 $d
|
||||
/tmp/cct060d8.s:1298 .data.uwTickFreq:00000000 uwTickFreq
|
||||
/tmp/cct060d8.s:1305 .data.uwTickPrio:00000000 uwTickPrio
|
||||
/tmp/cct060d8.s:204 .text.HAL_Init:00000000 $t
|
||||
/tmp/cct060d8.s:210 .text.HAL_Init:00000000 HAL_Init
|
||||
/tmp/cct060d8.s:254 .text.HAL_IncTick:00000000 $t
|
||||
/tmp/cct060d8.s:260 .text.HAL_IncTick:00000000 HAL_IncTick
|
||||
/tmp/cct060d8.s:280 .text.HAL_IncTick:00000010 $d
|
||||
/tmp/cct060d8.s:1312 .bss.uwTick:00000000 uwTick
|
||||
/tmp/cct060d8.s:286 .text.HAL_GetTick:00000000 $t
|
||||
/tmp/cct060d8.s:292 .text.HAL_GetTick:00000000 HAL_GetTick
|
||||
/tmp/cct060d8.s:308 .text.HAL_GetTick:00000008 $d
|
||||
/tmp/cct060d8.s:313 .text.HAL_GetTickPrio:00000000 $t
|
||||
/tmp/cct060d8.s:319 .text.HAL_GetTickPrio:00000000 HAL_GetTickPrio
|
||||
/tmp/cct060d8.s:334 .text.HAL_GetTickPrio:00000008 $d
|
||||
/tmp/cct060d8.s:339 .text.HAL_SetTickFreq:00000000 $t
|
||||
/tmp/cct060d8.s:345 .text.HAL_SetTickFreq:00000000 HAL_SetTickFreq
|
||||
/tmp/cct060d8.s:402 .text.HAL_SetTickFreq:00000024 $d
|
||||
/tmp/cct060d8.s:408 .text.HAL_GetTickFreq:00000000 $t
|
||||
/tmp/cct060d8.s:414 .text.HAL_GetTickFreq:00000000 HAL_GetTickFreq
|
||||
/tmp/cct060d8.s:429 .text.HAL_GetTickFreq:00000008 $d
|
||||
/tmp/cct060d8.s:434 .text.HAL_Delay:00000000 $t
|
||||
/tmp/cct060d8.s:440 .text.HAL_Delay:00000000 HAL_Delay
|
||||
/tmp/cct060d8.s:493 .text.HAL_Delay:00000024 $d
|
||||
/tmp/cct060d8.s:498 .text.HAL_SuspendTick:00000000 $t
|
||||
/tmp/cct060d8.s:504 .text.HAL_SuspendTick:00000000 HAL_SuspendTick
|
||||
/tmp/cct060d8.s:522 .text.HAL_ResumeTick:00000000 $t
|
||||
/tmp/cct060d8.s:528 .text.HAL_ResumeTick:00000000 HAL_ResumeTick
|
||||
/tmp/cct060d8.s:546 .text.HAL_GetHalVersion:00000000 $t
|
||||
/tmp/cct060d8.s:552 .text.HAL_GetHalVersion:00000000 HAL_GetHalVersion
|
||||
/tmp/cct060d8.s:566 .text.HAL_GetHalVersion:00000004 $d
|
||||
/tmp/cct060d8.s:571 .text.HAL_GetREVID:00000000 $t
|
||||
/tmp/cct060d8.s:577 .text.HAL_GetREVID:00000000 HAL_GetREVID
|
||||
/tmp/cct060d8.s:594 .text.HAL_GetREVID:00000008 $d
|
||||
/tmp/cct060d8.s:599 .text.HAL_GetDEVID:00000000 $t
|
||||
/tmp/cct060d8.s:605 .text.HAL_GetDEVID:00000000 HAL_GetDEVID
|
||||
/tmp/cct060d8.s:622 .text.HAL_GetDEVID:0000000c $d
|
||||
/tmp/cct060d8.s:627 .text.HAL_GetUIDw0:00000000 $t
|
||||
/tmp/cct060d8.s:633 .text.HAL_GetUIDw0:00000000 HAL_GetUIDw0
|
||||
/tmp/cct060d8.s:648 .text.HAL_GetUIDw0:00000008 $d
|
||||
/tmp/cct060d8.s:653 .text.HAL_GetUIDw1:00000000 $t
|
||||
/tmp/cct060d8.s:659 .text.HAL_GetUIDw1:00000000 HAL_GetUIDw1
|
||||
/tmp/cct060d8.s:674 .text.HAL_GetUIDw1:00000008 $d
|
||||
/tmp/cct060d8.s:679 .text.HAL_GetUIDw2:00000000 $t
|
||||
/tmp/cct060d8.s:685 .text.HAL_GetUIDw2:00000000 HAL_GetUIDw2
|
||||
/tmp/cct060d8.s:700 .text.HAL_GetUIDw2:00000008 $d
|
||||
ARM GAS /tmp/cct060d8.s page 39
|
||||
|
||||
|
||||
/tmp/ccShpYu9.s:705 .text.HAL_DBGMCU_EnableDBGSleepMode:00000000 $t
|
||||
/tmp/ccShpYu9.s:711 .text.HAL_DBGMCU_EnableDBGSleepMode:00000000 HAL_DBGMCU_EnableDBGSleepMode
|
||||
/tmp/ccShpYu9.s:728 .text.HAL_DBGMCU_EnableDBGSleepMode:0000000c $d
|
||||
/tmp/ccShpYu9.s:733 .text.HAL_DBGMCU_DisableDBGSleepMode:00000000 $t
|
||||
/tmp/ccShpYu9.s:739 .text.HAL_DBGMCU_DisableDBGSleepMode:00000000 HAL_DBGMCU_DisableDBGSleepMode
|
||||
/tmp/ccShpYu9.s:756 .text.HAL_DBGMCU_DisableDBGSleepMode:0000000c $d
|
||||
/tmp/ccShpYu9.s:761 .text.HAL_DBGMCU_EnableDBGStopMode:00000000 $t
|
||||
/tmp/ccShpYu9.s:767 .text.HAL_DBGMCU_EnableDBGStopMode:00000000 HAL_DBGMCU_EnableDBGStopMode
|
||||
/tmp/ccShpYu9.s:784 .text.HAL_DBGMCU_EnableDBGStopMode:0000000c $d
|
||||
/tmp/ccShpYu9.s:789 .text.HAL_DBGMCU_DisableDBGStopMode:00000000 $t
|
||||
/tmp/ccShpYu9.s:795 .text.HAL_DBGMCU_DisableDBGStopMode:00000000 HAL_DBGMCU_DisableDBGStopMode
|
||||
/tmp/ccShpYu9.s:812 .text.HAL_DBGMCU_DisableDBGStopMode:0000000c $d
|
||||
/tmp/ccShpYu9.s:817 .text.HAL_DBGMCU_EnableDBGStandbyMode:00000000 $t
|
||||
/tmp/ccShpYu9.s:823 .text.HAL_DBGMCU_EnableDBGStandbyMode:00000000 HAL_DBGMCU_EnableDBGStandbyMode
|
||||
/tmp/ccShpYu9.s:840 .text.HAL_DBGMCU_EnableDBGStandbyMode:0000000c $d
|
||||
/tmp/ccShpYu9.s:845 .text.HAL_DBGMCU_DisableDBGStandbyMode:00000000 $t
|
||||
/tmp/ccShpYu9.s:851 .text.HAL_DBGMCU_DisableDBGStandbyMode:00000000 HAL_DBGMCU_DisableDBGStandbyMode
|
||||
/tmp/ccShpYu9.s:868 .text.HAL_DBGMCU_DisableDBGStandbyMode:0000000c $d
|
||||
/tmp/ccShpYu9.s:873 .text.HAL_SYSCFG_CCMSRAMErase:00000000 $t
|
||||
/tmp/ccShpYu9.s:879 .text.HAL_SYSCFG_CCMSRAMErase:00000000 HAL_SYSCFG_CCMSRAMErase
|
||||
/tmp/ccShpYu9.s:904 .text.HAL_SYSCFG_CCMSRAMErase:00000014 $d
|
||||
/tmp/ccShpYu9.s:909 .text.HAL_SYSCFG_EnableMemorySwappingBank:00000000 $t
|
||||
/tmp/ccShpYu9.s:915 .text.HAL_SYSCFG_EnableMemorySwappingBank:00000000 HAL_SYSCFG_EnableMemorySwappingBank
|
||||
/tmp/ccShpYu9.s:932 .text.HAL_SYSCFG_EnableMemorySwappingBank:0000000c $d
|
||||
/tmp/ccShpYu9.s:937 .text.HAL_SYSCFG_DisableMemorySwappingBank:00000000 $t
|
||||
/tmp/ccShpYu9.s:943 .text.HAL_SYSCFG_DisableMemorySwappingBank:00000000 HAL_SYSCFG_DisableMemorySwappingBank
|
||||
/tmp/ccShpYu9.s:960 .text.HAL_SYSCFG_DisableMemorySwappingBank:0000000c $d
|
||||
/tmp/ccShpYu9.s:965 .text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig:00000000 $t
|
||||
/tmp/ccShpYu9.s:971 .text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig:00000000 HAL_SYSCFG_VREFBUF_VoltageScalingConfig
|
||||
/tmp/ccShpYu9.s:991 .text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig:00000010 $d
|
||||
/tmp/ccShpYu9.s:996 .text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig:00000000 $t
|
||||
/tmp/ccShpYu9.s:1002 .text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig:00000000 HAL_SYSCFG_VREFBUF_HighImpedanceConfig
|
||||
/tmp/ccShpYu9.s:1022 .text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig:00000010 $d
|
||||
/tmp/ccShpYu9.s:1027 .text.HAL_SYSCFG_VREFBUF_TrimmingConfig:00000000 $t
|
||||
/tmp/ccShpYu9.s:1033 .text.HAL_SYSCFG_VREFBUF_TrimmingConfig:00000000 HAL_SYSCFG_VREFBUF_TrimmingConfig
|
||||
/tmp/ccShpYu9.s:1053 .text.HAL_SYSCFG_VREFBUF_TrimmingConfig:00000010 $d
|
||||
/tmp/ccShpYu9.s:1058 .text.HAL_SYSCFG_EnableVREFBUF:00000000 $t
|
||||
/tmp/ccShpYu9.s:1064 .text.HAL_SYSCFG_EnableVREFBUF:00000000 HAL_SYSCFG_EnableVREFBUF
|
||||
/tmp/ccShpYu9.s:1119 .text.HAL_SYSCFG_EnableVREFBUF:00000030 $d
|
||||
/tmp/ccShpYu9.s:1124 .text.HAL_SYSCFG_DisableVREFBUF:00000000 $t
|
||||
/tmp/ccShpYu9.s:1130 .text.HAL_SYSCFG_DisableVREFBUF:00000000 HAL_SYSCFG_DisableVREFBUF
|
||||
/tmp/ccShpYu9.s:1147 .text.HAL_SYSCFG_DisableVREFBUF:0000000c $d
|
||||
/tmp/ccShpYu9.s:1152 .text.HAL_SYSCFG_EnableIOSwitchBooster:00000000 $t
|
||||
/tmp/ccShpYu9.s:1158 .text.HAL_SYSCFG_EnableIOSwitchBooster:00000000 HAL_SYSCFG_EnableIOSwitchBooster
|
||||
/tmp/ccShpYu9.s:1175 .text.HAL_SYSCFG_EnableIOSwitchBooster:0000000c $d
|
||||
/tmp/ccShpYu9.s:1180 .text.HAL_SYSCFG_DisableIOSwitchBooster:00000000 $t
|
||||
/tmp/ccShpYu9.s:1186 .text.HAL_SYSCFG_DisableIOSwitchBooster:00000000 HAL_SYSCFG_DisableIOSwitchBooster
|
||||
/tmp/ccShpYu9.s:1203 .text.HAL_SYSCFG_DisableIOSwitchBooster:0000000c $d
|
||||
/tmp/ccShpYu9.s:1208 .text.HAL_SYSCFG_EnableIOSwitchVDD:00000000 $t
|
||||
/tmp/ccShpYu9.s:1214 .text.HAL_SYSCFG_EnableIOSwitchVDD:00000000 HAL_SYSCFG_EnableIOSwitchVDD
|
||||
/tmp/ccShpYu9.s:1231 .text.HAL_SYSCFG_EnableIOSwitchVDD:0000000c $d
|
||||
/tmp/ccShpYu9.s:1236 .text.HAL_SYSCFG_DisableIOSwitchVDD:00000000 $t
|
||||
/tmp/ccShpYu9.s:1242 .text.HAL_SYSCFG_DisableIOSwitchVDD:00000000 HAL_SYSCFG_DisableIOSwitchVDD
|
||||
/tmp/ccShpYu9.s:1259 .text.HAL_SYSCFG_DisableIOSwitchVDD:0000000c $d
|
||||
/tmp/ccShpYu9.s:1264 .text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable:00000000 $t
|
||||
/tmp/ccShpYu9.s:1270 .text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable:00000000 HAL_SYSCFG_CCMSRAM_WriteProtectionEnable
|
||||
/tmp/ccShpYu9.s:1289 .text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable:0000000c $d
|
||||
ARM GAS /tmp/ccShpYu9.s page 40
|
||||
/tmp/cct060d8.s:705 .text.HAL_DBGMCU_EnableDBGSleepMode:00000000 $t
|
||||
/tmp/cct060d8.s:711 .text.HAL_DBGMCU_EnableDBGSleepMode:00000000 HAL_DBGMCU_EnableDBGSleepMode
|
||||
/tmp/cct060d8.s:728 .text.HAL_DBGMCU_EnableDBGSleepMode:0000000c $d
|
||||
/tmp/cct060d8.s:733 .text.HAL_DBGMCU_DisableDBGSleepMode:00000000 $t
|
||||
/tmp/cct060d8.s:739 .text.HAL_DBGMCU_DisableDBGSleepMode:00000000 HAL_DBGMCU_DisableDBGSleepMode
|
||||
/tmp/cct060d8.s:756 .text.HAL_DBGMCU_DisableDBGSleepMode:0000000c $d
|
||||
/tmp/cct060d8.s:761 .text.HAL_DBGMCU_EnableDBGStopMode:00000000 $t
|
||||
/tmp/cct060d8.s:767 .text.HAL_DBGMCU_EnableDBGStopMode:00000000 HAL_DBGMCU_EnableDBGStopMode
|
||||
/tmp/cct060d8.s:784 .text.HAL_DBGMCU_EnableDBGStopMode:0000000c $d
|
||||
/tmp/cct060d8.s:789 .text.HAL_DBGMCU_DisableDBGStopMode:00000000 $t
|
||||
/tmp/cct060d8.s:795 .text.HAL_DBGMCU_DisableDBGStopMode:00000000 HAL_DBGMCU_DisableDBGStopMode
|
||||
/tmp/cct060d8.s:812 .text.HAL_DBGMCU_DisableDBGStopMode:0000000c $d
|
||||
/tmp/cct060d8.s:817 .text.HAL_DBGMCU_EnableDBGStandbyMode:00000000 $t
|
||||
/tmp/cct060d8.s:823 .text.HAL_DBGMCU_EnableDBGStandbyMode:00000000 HAL_DBGMCU_EnableDBGStandbyMode
|
||||
/tmp/cct060d8.s:840 .text.HAL_DBGMCU_EnableDBGStandbyMode:0000000c $d
|
||||
/tmp/cct060d8.s:845 .text.HAL_DBGMCU_DisableDBGStandbyMode:00000000 $t
|
||||
/tmp/cct060d8.s:851 .text.HAL_DBGMCU_DisableDBGStandbyMode:00000000 HAL_DBGMCU_DisableDBGStandbyMode
|
||||
/tmp/cct060d8.s:868 .text.HAL_DBGMCU_DisableDBGStandbyMode:0000000c $d
|
||||
/tmp/cct060d8.s:873 .text.HAL_SYSCFG_CCMSRAMErase:00000000 $t
|
||||
/tmp/cct060d8.s:879 .text.HAL_SYSCFG_CCMSRAMErase:00000000 HAL_SYSCFG_CCMSRAMErase
|
||||
/tmp/cct060d8.s:904 .text.HAL_SYSCFG_CCMSRAMErase:00000014 $d
|
||||
/tmp/cct060d8.s:909 .text.HAL_SYSCFG_EnableMemorySwappingBank:00000000 $t
|
||||
/tmp/cct060d8.s:915 .text.HAL_SYSCFG_EnableMemorySwappingBank:00000000 HAL_SYSCFG_EnableMemorySwappingBank
|
||||
/tmp/cct060d8.s:932 .text.HAL_SYSCFG_EnableMemorySwappingBank:0000000c $d
|
||||
/tmp/cct060d8.s:937 .text.HAL_SYSCFG_DisableMemorySwappingBank:00000000 $t
|
||||
/tmp/cct060d8.s:943 .text.HAL_SYSCFG_DisableMemorySwappingBank:00000000 HAL_SYSCFG_DisableMemorySwappingBank
|
||||
/tmp/cct060d8.s:960 .text.HAL_SYSCFG_DisableMemorySwappingBank:0000000c $d
|
||||
/tmp/cct060d8.s:965 .text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig:00000000 $t
|
||||
/tmp/cct060d8.s:971 .text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig:00000000 HAL_SYSCFG_VREFBUF_VoltageScalingConfig
|
||||
/tmp/cct060d8.s:991 .text.HAL_SYSCFG_VREFBUF_VoltageScalingConfig:00000010 $d
|
||||
/tmp/cct060d8.s:996 .text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig:00000000 $t
|
||||
/tmp/cct060d8.s:1002 .text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig:00000000 HAL_SYSCFG_VREFBUF_HighImpedanceConfig
|
||||
/tmp/cct060d8.s:1022 .text.HAL_SYSCFG_VREFBUF_HighImpedanceConfig:00000010 $d
|
||||
/tmp/cct060d8.s:1027 .text.HAL_SYSCFG_VREFBUF_TrimmingConfig:00000000 $t
|
||||
/tmp/cct060d8.s:1033 .text.HAL_SYSCFG_VREFBUF_TrimmingConfig:00000000 HAL_SYSCFG_VREFBUF_TrimmingConfig
|
||||
/tmp/cct060d8.s:1053 .text.HAL_SYSCFG_VREFBUF_TrimmingConfig:00000010 $d
|
||||
/tmp/cct060d8.s:1058 .text.HAL_SYSCFG_EnableVREFBUF:00000000 $t
|
||||
/tmp/cct060d8.s:1064 .text.HAL_SYSCFG_EnableVREFBUF:00000000 HAL_SYSCFG_EnableVREFBUF
|
||||
/tmp/cct060d8.s:1119 .text.HAL_SYSCFG_EnableVREFBUF:00000030 $d
|
||||
/tmp/cct060d8.s:1124 .text.HAL_SYSCFG_DisableVREFBUF:00000000 $t
|
||||
/tmp/cct060d8.s:1130 .text.HAL_SYSCFG_DisableVREFBUF:00000000 HAL_SYSCFG_DisableVREFBUF
|
||||
/tmp/cct060d8.s:1147 .text.HAL_SYSCFG_DisableVREFBUF:0000000c $d
|
||||
/tmp/cct060d8.s:1152 .text.HAL_SYSCFG_EnableIOSwitchBooster:00000000 $t
|
||||
/tmp/cct060d8.s:1158 .text.HAL_SYSCFG_EnableIOSwitchBooster:00000000 HAL_SYSCFG_EnableIOSwitchBooster
|
||||
/tmp/cct060d8.s:1175 .text.HAL_SYSCFG_EnableIOSwitchBooster:0000000c $d
|
||||
/tmp/cct060d8.s:1180 .text.HAL_SYSCFG_DisableIOSwitchBooster:00000000 $t
|
||||
/tmp/cct060d8.s:1186 .text.HAL_SYSCFG_DisableIOSwitchBooster:00000000 HAL_SYSCFG_DisableIOSwitchBooster
|
||||
/tmp/cct060d8.s:1203 .text.HAL_SYSCFG_DisableIOSwitchBooster:0000000c $d
|
||||
/tmp/cct060d8.s:1208 .text.HAL_SYSCFG_EnableIOSwitchVDD:00000000 $t
|
||||
/tmp/cct060d8.s:1214 .text.HAL_SYSCFG_EnableIOSwitchVDD:00000000 HAL_SYSCFG_EnableIOSwitchVDD
|
||||
/tmp/cct060d8.s:1231 .text.HAL_SYSCFG_EnableIOSwitchVDD:0000000c $d
|
||||
/tmp/cct060d8.s:1236 .text.HAL_SYSCFG_DisableIOSwitchVDD:00000000 $t
|
||||
/tmp/cct060d8.s:1242 .text.HAL_SYSCFG_DisableIOSwitchVDD:00000000 HAL_SYSCFG_DisableIOSwitchVDD
|
||||
/tmp/cct060d8.s:1259 .text.HAL_SYSCFG_DisableIOSwitchVDD:0000000c $d
|
||||
/tmp/cct060d8.s:1264 .text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable:00000000 $t
|
||||
/tmp/cct060d8.s:1270 .text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable:00000000 HAL_SYSCFG_CCMSRAM_WriteProtectionEnable
|
||||
/tmp/cct060d8.s:1289 .text.HAL_SYSCFG_CCMSRAM_WriteProtectionEnable:0000000c $d
|
||||
ARM GAS /tmp/cct060d8.s page 40
|
||||
|
||||
|
||||
/tmp/ccShpYu9.s:1295 .data.uwTickFreq:00000000 $d
|
||||
/tmp/ccShpYu9.s:1302 .data.uwTickPrio:00000000 $d
|
||||
/tmp/ccShpYu9.s:1309 .bss.uwTick:00000000 $d
|
||||
/tmp/cct060d8.s:1295 .data.uwTickFreq:00000000 $d
|
||||
/tmp/cct060d8.s:1302 .data.uwTickPrio:00000000 $d
|
||||
/tmp/cct060d8.s:1309 .bss.uwTick:00000000 $d
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
HAL_SYSTICK_Config
|
||||
|
||||
Binary file not shown.
+7061
-7071
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+4937
-4940
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
ARM GAS /tmp/ccuFAPPx.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m4
|
||||
@@ -58,7 +58,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
27:Drivers/CMSIS/Include/core_cm4.h **** #elif defined (__clang__)
|
||||
28:Drivers/CMSIS/Include/core_cm4.h **** #pragma clang system_header /* treat file as system include file */
|
||||
29:Drivers/CMSIS/Include/core_cm4.h **** #endif
|
||||
ARM GAS /tmp/ccDEPnZG.s page 2
|
||||
ARM GAS /tmp/ccuFAPPx.s page 2
|
||||
|
||||
|
||||
30:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
@@ -118,7 +118,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
84:Drivers/CMSIS/Include/core_cm4.h **** #else
|
||||
85:Drivers/CMSIS/Include/core_cm4.h **** #define __FPU_USED 0U
|
||||
86:Drivers/CMSIS/Include/core_cm4.h **** #endif
|
||||
ARM GAS /tmp/ccDEPnZG.s page 3
|
||||
ARM GAS /tmp/ccuFAPPx.s page 3
|
||||
|
||||
|
||||
87:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
@@ -178,7 +178,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
141:Drivers/CMSIS/Include/core_cm4.h **** #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)
|
||||
142:Drivers/CMSIS/Include/core_cm4.h **** #define __FPU_USED 0U
|
||||
143:Drivers/CMSIS/Include/core_cm4.h **** #endif
|
||||
ARM GAS /tmp/ccDEPnZG.s page 4
|
||||
ARM GAS /tmp/ccuFAPPx.s page 4
|
||||
|
||||
|
||||
144:Drivers/CMSIS/Include/core_cm4.h **** #else
|
||||
@@ -238,7 +238,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
198:Drivers/CMSIS/Include/core_cm4.h **** #define __NVIC_PRIO_BITS 3U
|
||||
199:Drivers/CMSIS/Include/core_cm4.h **** #warning "__NVIC_PRIO_BITS not defined in device header file; using default!"
|
||||
200:Drivers/CMSIS/Include/core_cm4.h **** #endif
|
||||
ARM GAS /tmp/ccDEPnZG.s page 5
|
||||
ARM GAS /tmp/ccuFAPPx.s page 5
|
||||
|
||||
|
||||
201:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
@@ -298,7 +298,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
255:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
256:Drivers/CMSIS/Include/core_cm4.h **** /**
|
||||
257:Drivers/CMSIS/Include/core_cm4.h **** \brief Union type to access the Application Program Status Register (APSR).
|
||||
ARM GAS /tmp/ccDEPnZG.s page 6
|
||||
ARM GAS /tmp/ccuFAPPx.s page 6
|
||||
|
||||
|
||||
258:Drivers/CMSIS/Include/core_cm4.h **** */
|
||||
@@ -358,7 +358,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
312:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
313:Drivers/CMSIS/Include/core_cm4.h **** /**
|
||||
314:Drivers/CMSIS/Include/core_cm4.h **** \brief Union type to access the Special-Purpose Program Status Registers (xPSR).
|
||||
ARM GAS /tmp/ccDEPnZG.s page 7
|
||||
ARM GAS /tmp/ccuFAPPx.s page 7
|
||||
|
||||
|
||||
315:Drivers/CMSIS/Include/core_cm4.h **** */
|
||||
@@ -418,7 +418,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
369:Drivers/CMSIS/Include/core_cm4.h **** \brief Union type to access the Control Registers (CONTROL).
|
||||
370:Drivers/CMSIS/Include/core_cm4.h **** */
|
||||
371:Drivers/CMSIS/Include/core_cm4.h **** typedef union
|
||||
ARM GAS /tmp/ccDEPnZG.s page 8
|
||||
ARM GAS /tmp/ccuFAPPx.s page 8
|
||||
|
||||
|
||||
372:Drivers/CMSIS/Include/core_cm4.h **** {
|
||||
@@ -478,7 +478,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
426:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
427:Drivers/CMSIS/Include/core_cm4.h **** /*@} end of group CMSIS_NVIC */
|
||||
428:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
ARM GAS /tmp/ccDEPnZG.s page 9
|
||||
ARM GAS /tmp/ccuFAPPx.s page 9
|
||||
|
||||
|
||||
429:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
@@ -538,7 +538,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
483:Drivers/CMSIS/Include/core_cm4.h **** #define SCB_ICSR_NMIPENDSET_Msk (1UL << SCB_ICSR_NMIPENDSET_Pos) /*!< SCB
|
||||
484:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
485:Drivers/CMSIS/Include/core_cm4.h **** #define SCB_ICSR_PENDSVSET_Pos 28U /*!< SCB
|
||||
ARM GAS /tmp/ccDEPnZG.s page 10
|
||||
ARM GAS /tmp/ccuFAPPx.s page 10
|
||||
|
||||
|
||||
486:Drivers/CMSIS/Include/core_cm4.h **** #define SCB_ICSR_PENDSVSET_Msk (1UL << SCB_ICSR_PENDSVSET_Pos) /*!< SCB
|
||||
@@ -598,7 +598,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
540:Drivers/CMSIS/Include/core_cm4.h **** #define SCB_SCR_SEVONPEND_Msk (1UL << SCB_SCR_SEVONPEND_Pos) /*!< SCB
|
||||
541:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
542:Drivers/CMSIS/Include/core_cm4.h **** #define SCB_SCR_SLEEPDEEP_Pos 2U /*!< SCB
|
||||
ARM GAS /tmp/ccDEPnZG.s page 11
|
||||
ARM GAS /tmp/ccuFAPPx.s page 11
|
||||
|
||||
|
||||
543:Drivers/CMSIS/Include/core_cm4.h **** #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) /*!< SCB
|
||||
@@ -658,7 +658,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
597:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
598:Drivers/CMSIS/Include/core_cm4.h **** #define SCB_SHCSR_SVCALLACT_Pos 7U /*!< SCB
|
||||
599:Drivers/CMSIS/Include/core_cm4.h **** #define SCB_SHCSR_SVCALLACT_Msk (1UL << SCB_SHCSR_SVCALLACT_Pos) /*!< SCB
|
||||
ARM GAS /tmp/ccDEPnZG.s page 12
|
||||
ARM GAS /tmp/ccuFAPPx.s page 12
|
||||
|
||||
|
||||
600:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
@@ -718,7 +718,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
654:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
655:Drivers/CMSIS/Include/core_cm4.h **** #define SCB_CFSR_PRECISERR_Pos (SCB_CFSR_BUSFAULTSR_Pos + 1U) /*!< SCB
|
||||
656:Drivers/CMSIS/Include/core_cm4.h **** #define SCB_CFSR_PRECISERR_Msk (1UL << SCB_CFSR_PRECISERR_Pos) /*!< SCB
|
||||
ARM GAS /tmp/ccDEPnZG.s page 13
|
||||
ARM GAS /tmp/ccuFAPPx.s page 13
|
||||
|
||||
|
||||
657:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
@@ -778,7 +778,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
711:Drivers/CMSIS/Include/core_cm4.h **** \defgroup CMSIS_SCnSCB System Controls not in SCB (SCnSCB)
|
||||
712:Drivers/CMSIS/Include/core_cm4.h **** \brief Type definitions for the System Control and ID Register not in the SCB
|
||||
713:Drivers/CMSIS/Include/core_cm4.h **** @{
|
||||
ARM GAS /tmp/ccDEPnZG.s page 14
|
||||
ARM GAS /tmp/ccuFAPPx.s page 14
|
||||
|
||||
|
||||
714:Drivers/CMSIS/Include/core_cm4.h **** */
|
||||
@@ -838,7 +838,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
768:Drivers/CMSIS/Include/core_cm4.h **** #define SysTick_CTRL_COUNTFLAG_Pos 16U /*!< SysT
|
||||
769:Drivers/CMSIS/Include/core_cm4.h **** #define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!< SysT
|
||||
770:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
ARM GAS /tmp/ccDEPnZG.s page 15
|
||||
ARM GAS /tmp/ccuFAPPx.s page 15
|
||||
|
||||
|
||||
771:Drivers/CMSIS/Include/core_cm4.h **** #define SysTick_CTRL_CLKSOURCE_Pos 2U /*!< SysT
|
||||
@@ -898,7 +898,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
825:Drivers/CMSIS/Include/core_cm4.h **** uint32_t RESERVED3[32U];
|
||||
826:Drivers/CMSIS/Include/core_cm4.h **** uint32_t RESERVED4[43U];
|
||||
827:Drivers/CMSIS/Include/core_cm4.h **** __OM uint32_t LAR; /*!< Offset: 0xFB0 ( /W) ITM Lock Access Register */
|
||||
ARM GAS /tmp/ccDEPnZG.s page 16
|
||||
ARM GAS /tmp/ccuFAPPx.s page 16
|
||||
|
||||
|
||||
828:Drivers/CMSIS/Include/core_cm4.h **** __IM uint32_t LSR; /*!< Offset: 0xFB4 (R/ ) ITM Lock Status Register */
|
||||
@@ -958,7 +958,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
882:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
883:Drivers/CMSIS/Include/core_cm4.h **** #define ITM_LSR_Present_Pos 0U /*!< ITM
|
||||
884:Drivers/CMSIS/Include/core_cm4.h **** #define ITM_LSR_Present_Msk (1UL /*<< ITM_LSR_Present_Pos*/) /*!< ITM
|
||||
ARM GAS /tmp/ccDEPnZG.s page 17
|
||||
ARM GAS /tmp/ccuFAPPx.s page 17
|
||||
|
||||
|
||||
885:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
@@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
939:Drivers/CMSIS/Include/core_cm4.h **** #define DWT_CTRL_NOPRFCNT_Pos 24U /*!< DWT CTR
|
||||
940:Drivers/CMSIS/Include/core_cm4.h **** #define DWT_CTRL_NOPRFCNT_Msk (0x1UL << DWT_CTRL_NOPRFCNT_Pos) /*!< DWT CTR
|
||||
941:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
ARM GAS /tmp/ccDEPnZG.s page 18
|
||||
ARM GAS /tmp/ccuFAPPx.s page 18
|
||||
|
||||
|
||||
942:Drivers/CMSIS/Include/core_cm4.h **** #define DWT_CTRL_CYCEVTENA_Pos 22U /*!< DWT CTR
|
||||
@@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
996:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
997:Drivers/CMSIS/Include/core_cm4.h **** /* DWT Folded-instruction Count Register Definitions */
|
||||
998:Drivers/CMSIS/Include/core_cm4.h **** #define DWT_FOLDCNT_FOLDCNT_Pos 0U /*!< DWT FOL
|
||||
ARM GAS /tmp/ccDEPnZG.s page 19
|
||||
ARM GAS /tmp/ccuFAPPx.s page 19
|
||||
|
||||
|
||||
999:Drivers/CMSIS/Include/core_cm4.h **** #define DWT_FOLDCNT_FOLDCNT_Msk (0xFFUL /*<< DWT_FOLDCNT_FOLDCNT_Pos*/) /*!< DWT FOL
|
||||
@@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1053:Drivers/CMSIS/Include/core_cm4.h **** __IOM uint32_t SPPR; /*!< Offset: 0x0F0 (R/W) Selected Pin Protocol Register *
|
||||
1054:Drivers/CMSIS/Include/core_cm4.h **** uint32_t RESERVED2[131U];
|
||||
1055:Drivers/CMSIS/Include/core_cm4.h **** __IM uint32_t FFSR; /*!< Offset: 0x300 (R/ ) Formatter and Flush Status Regis
|
||||
ARM GAS /tmp/ccDEPnZG.s page 20
|
||||
ARM GAS /tmp/ccuFAPPx.s page 20
|
||||
|
||||
|
||||
1056:Drivers/CMSIS/Include/core_cm4.h **** __IOM uint32_t FFCR; /*!< Offset: 0x304 (R/W) Formatter and Flush Control Regi
|
||||
@@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1110:Drivers/CMSIS/Include/core_cm4.h **** #define TPI_FIFO0_ITM_bytecount_Pos 27U /*!< TPI FIF
|
||||
1111:Drivers/CMSIS/Include/core_cm4.h **** #define TPI_FIFO0_ITM_bytecount_Msk (0x3UL << TPI_FIFO0_ITM_bytecount_Pos) /*!< TPI FIF
|
||||
1112:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
ARM GAS /tmp/ccDEPnZG.s page 21
|
||||
ARM GAS /tmp/ccuFAPPx.s page 21
|
||||
|
||||
|
||||
1113:Drivers/CMSIS/Include/core_cm4.h **** #define TPI_FIFO0_ETM_ATVALID_Pos 26U /*!< TPI FIF
|
||||
@@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1167:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
1168:Drivers/CMSIS/Include/core_cm4.h **** /* TPI DEVID Register Definitions */
|
||||
1169:Drivers/CMSIS/Include/core_cm4.h **** #define TPI_DEVID_NRZVALID_Pos 11U /*!< TPI DEV
|
||||
ARM GAS /tmp/ccDEPnZG.s page 22
|
||||
ARM GAS /tmp/ccuFAPPx.s page 22
|
||||
|
||||
|
||||
1170:Drivers/CMSIS/Include/core_cm4.h **** #define TPI_DEVID_NRZVALID_Msk (0x1UL << TPI_DEVID_NRZVALID_Pos) /*!< TPI DEV
|
||||
@@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1224:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
1225:Drivers/CMSIS/Include/core_cm4.h **** /* MPU Type Register Definitions */
|
||||
1226:Drivers/CMSIS/Include/core_cm4.h **** #define MPU_TYPE_IREGION_Pos 16U /*!< MPU
|
||||
ARM GAS /tmp/ccDEPnZG.s page 23
|
||||
ARM GAS /tmp/ccuFAPPx.s page 23
|
||||
|
||||
|
||||
1227:Drivers/CMSIS/Include/core_cm4.h **** #define MPU_TYPE_IREGION_Msk (0xFFUL << MPU_TYPE_IREGION_Pos) /*!< MPU
|
||||
@@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1281:Drivers/CMSIS/Include/core_cm4.h **** #define MPU_RASR_SRD_Pos 8U /*!< MPU
|
||||
1282:Drivers/CMSIS/Include/core_cm4.h **** #define MPU_RASR_SRD_Msk (0xFFUL << MPU_RASR_SRD_Pos) /*!< MPU
|
||||
1283:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
ARM GAS /tmp/ccDEPnZG.s page 24
|
||||
ARM GAS /tmp/ccuFAPPx.s page 24
|
||||
|
||||
|
||||
1284:Drivers/CMSIS/Include/core_cm4.h **** #define MPU_RASR_SIZE_Pos 1U /*!< MPU
|
||||
@@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1338:Drivers/CMSIS/Include/core_cm4.h **** #define FPU_FPCCR_USER_Msk (1UL << FPU_FPCCR_USER_Pos) /*!< FPCC
|
||||
1339:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
1340:Drivers/CMSIS/Include/core_cm4.h **** #define FPU_FPCCR_LSPACT_Pos 0U /*!< FPCC
|
||||
ARM GAS /tmp/ccDEPnZG.s page 25
|
||||
ARM GAS /tmp/ccuFAPPx.s page 25
|
||||
|
||||
|
||||
1341:Drivers/CMSIS/Include/core_cm4.h **** #define FPU_FPCCR_LSPACT_Msk (1UL /*<< FPU_FPCCR_LSPACT_Pos*/) /*!< FPCC
|
||||
@@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1395:Drivers/CMSIS/Include/core_cm4.h **** #define FPU_MVFR1_FtZ_mode_Pos 0U /*!< MVFR
|
||||
1396:Drivers/CMSIS/Include/core_cm4.h **** #define FPU_MVFR1_FtZ_mode_Msk (0xFUL /*<< FPU_MVFR1_FtZ_mode_Pos*/) /*!< MVFR
|
||||
1397:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
ARM GAS /tmp/ccDEPnZG.s page 26
|
||||
ARM GAS /tmp/ccuFAPPx.s page 26
|
||||
|
||||
|
||||
1398:Drivers/CMSIS/Include/core_cm4.h **** /* Media and FP Feature Register 2 Definitions */
|
||||
@@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1452:Drivers/CMSIS/Include/core_cm4.h **** #define CoreDebug_DHCSR_C_STEP_Pos 2U /*!< Core
|
||||
1453:Drivers/CMSIS/Include/core_cm4.h **** #define CoreDebug_DHCSR_C_STEP_Msk (1UL << CoreDebug_DHCSR_C_STEP_Pos) /*!< Core
|
||||
1454:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
ARM GAS /tmp/ccDEPnZG.s page 27
|
||||
ARM GAS /tmp/ccuFAPPx.s page 27
|
||||
|
||||
|
||||
1455:Drivers/CMSIS/Include/core_cm4.h **** #define CoreDebug_DHCSR_C_HALT_Pos 1U /*!< Core
|
||||
@@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1509:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
1510:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
1511:Drivers/CMSIS/Include/core_cm4.h **** /**
|
||||
ARM GAS /tmp/ccDEPnZG.s page 28
|
||||
ARM GAS /tmp/ccuFAPPx.s page 28
|
||||
|
||||
|
||||
1512:Drivers/CMSIS/Include/core_cm4.h **** \ingroup CMSIS_core_register
|
||||
@@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1566:Drivers/CMSIS/Include/core_cm4.h **** #endif
|
||||
1567:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
1568:Drivers/CMSIS/Include/core_cm4.h **** #define FPU_BASE (SCS_BASE + 0x0F30UL) /*!< Floating Point Unit */
|
||||
ARM GAS /tmp/ccDEPnZG.s page 29
|
||||
ARM GAS /tmp/ccuFAPPx.s page 29
|
||||
|
||||
|
||||
1569:Drivers/CMSIS/Include/core_cm4.h **** #define FPU ((FPU_Type *) FPU_BASE ) /*!< Floating Point Unit */
|
||||
@@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1623:Drivers/CMSIS/Include/core_cm4.h **** #define NVIC_SetVector __NVIC_SetVector
|
||||
1624:Drivers/CMSIS/Include/core_cm4.h **** #define NVIC_GetVector __NVIC_GetVector
|
||||
1625:Drivers/CMSIS/Include/core_cm4.h **** #endif /* (CMSIS_VECTAB_VIRTUAL) */
|
||||
ARM GAS /tmp/ccDEPnZG.s page 30
|
||||
ARM GAS /tmp/ccuFAPPx.s page 30
|
||||
|
||||
|
||||
1626:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
@@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1680:Drivers/CMSIS/Include/core_cm4.h **** {
|
||||
30 .loc 2 1680 1 view -0
|
||||
31 .cfi_startproc
|
||||
ARM GAS /tmp/ccDEPnZG.s page 31
|
||||
ARM GAS /tmp/ccuFAPPx.s page 31
|
||||
|
||||
|
||||
32 @ args = 0, pretend = 0, frame = 0
|
||||
@@ -1858,7 +1858,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1696:Drivers/CMSIS/Include/core_cm4.h **** \note IRQn must not be negative.
|
||||
1697:Drivers/CMSIS/Include/core_cm4.h **** */
|
||||
1698:Drivers/CMSIS/Include/core_cm4.h **** __STATIC_INLINE uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn)
|
||||
ARM GAS /tmp/ccDEPnZG.s page 32
|
||||
ARM GAS /tmp/ccuFAPPx.s page 32
|
||||
|
||||
|
||||
1699:Drivers/CMSIS/Include/core_cm4.h **** {
|
||||
@@ -1918,7 +1918,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
4:Drivers/CMSIS/Include/cmsis_gcc.h **** * @version V5.2.0
|
||||
5:Drivers/CMSIS/Include/cmsis_gcc.h **** * @date 08. May 2019
|
||||
6:Drivers/CMSIS/Include/cmsis_gcc.h **** ******************************************************************************/
|
||||
ARM GAS /tmp/ccDEPnZG.s page 33
|
||||
ARM GAS /tmp/ccuFAPPx.s page 33
|
||||
|
||||
|
||||
7:Drivers/CMSIS/Include/cmsis_gcc.h **** /*
|
||||
@@ -1978,7 +1978,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
61:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef __PACKED
|
||||
62:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __PACKED __attribute__((packed, aligned(1)))
|
||||
63:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
|
||||
ARM GAS /tmp/ccDEPnZG.s page 34
|
||||
ARM GAS /tmp/ccuFAPPx.s page 34
|
||||
|
||||
|
||||
64:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef __PACKED_STRUCT
|
||||
@@ -2038,7 +2038,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
118:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
|
||||
119:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
120:Drivers/CMSIS/Include/cmsis_gcc.h **** /* ######################### Startup and Lowlevel Init ######################## */
|
||||
ARM GAS /tmp/ccDEPnZG.s page 35
|
||||
ARM GAS /tmp/ccuFAPPx.s page 35
|
||||
|
||||
|
||||
121:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
@@ -2098,7 +2098,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
175:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
|
||||
176:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
177:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef __VECTOR_TABLE
|
||||
ARM GAS /tmp/ccDEPnZG.s page 36
|
||||
ARM GAS /tmp/ccuFAPPx.s page 36
|
||||
|
||||
|
||||
178:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __VECTOR_TABLE __Vectors
|
||||
@@ -2158,7 +2158,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
232:Drivers/CMSIS/Include/cmsis_gcc.h **** */
|
||||
233:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __TZ_get_CONTROL_NS(void)
|
||||
234:Drivers/CMSIS/Include/cmsis_gcc.h **** {
|
||||
ARM GAS /tmp/ccDEPnZG.s page 37
|
||||
ARM GAS /tmp/ccuFAPPx.s page 37
|
||||
|
||||
|
||||
235:Drivers/CMSIS/Include/cmsis_gcc.h **** uint32_t result;
|
||||
@@ -2218,7 +2218,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
289:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
290:Drivers/CMSIS/Include/cmsis_gcc.h **** __ASM volatile ("MRS %0, apsr" : "=r" (result) );
|
||||
291:Drivers/CMSIS/Include/cmsis_gcc.h **** return(result);
|
||||
ARM GAS /tmp/ccDEPnZG.s page 38
|
||||
ARM GAS /tmp/ccuFAPPx.s page 38
|
||||
|
||||
|
||||
292:Drivers/CMSIS/Include/cmsis_gcc.h **** }
|
||||
@@ -2278,7 +2278,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
346:Drivers/CMSIS/Include/cmsis_gcc.h **** __ASM volatile ("MSR psp, %0" : : "r" (topOfProcStack) : );
|
||||
347:Drivers/CMSIS/Include/cmsis_gcc.h **** }
|
||||
348:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
ARM GAS /tmp/ccDEPnZG.s page 39
|
||||
ARM GAS /tmp/ccuFAPPx.s page 39
|
||||
|
||||
|
||||
349:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
@@ -2338,7 +2338,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
403:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
404:Drivers/CMSIS/Include/cmsis_gcc.h **** #if (defined (__ARM_FEATURE_CMSE ) && (__ARM_FEATURE_CMSE == 3))
|
||||
405:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
|
||||
ARM GAS /tmp/ccDEPnZG.s page 40
|
||||
ARM GAS /tmp/ccuFAPPx.s page 40
|
||||
|
||||
|
||||
406:Drivers/CMSIS/Include/cmsis_gcc.h **** \brief Set Main Stack Pointer (non-secure)
|
||||
@@ -2398,7 +2398,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
460:Drivers/CMSIS/Include/cmsis_gcc.h **** \brief Get Priority Mask (non-secure)
|
||||
461:Drivers/CMSIS/Include/cmsis_gcc.h **** \details Returns the current state of the non-secure priority mask bit from the Priority Mask Reg
|
||||
462:Drivers/CMSIS/Include/cmsis_gcc.h **** \return Priority Mask value
|
||||
ARM GAS /tmp/ccDEPnZG.s page 41
|
||||
ARM GAS /tmp/ccuFAPPx.s page 41
|
||||
|
||||
|
||||
463:Drivers/CMSIS/Include/cmsis_gcc.h **** */
|
||||
@@ -2458,7 +2458,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
517:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __disable_fault_irq(void)
|
||||
518:Drivers/CMSIS/Include/cmsis_gcc.h **** {
|
||||
519:Drivers/CMSIS/Include/cmsis_gcc.h **** __ASM volatile ("cpsid f" : : : "memory");
|
||||
ARM GAS /tmp/ccDEPnZG.s page 42
|
||||
ARM GAS /tmp/ccuFAPPx.s page 42
|
||||
|
||||
|
||||
520:Drivers/CMSIS/Include/cmsis_gcc.h **** }
|
||||
@@ -2518,7 +2518,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
574:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
|
||||
575:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
576:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
ARM GAS /tmp/ccDEPnZG.s page 43
|
||||
ARM GAS /tmp/ccuFAPPx.s page 43
|
||||
|
||||
|
||||
577:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
|
||||
@@ -2578,7 +2578,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
631:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
|
||||
632:Drivers/CMSIS/Include/cmsis_gcc.h **** \brief Set Fault Mask (non-secure)
|
||||
633:Drivers/CMSIS/Include/cmsis_gcc.h **** \details Assigns the given value to the non-secure Fault Mask register when in secure state.
|
||||
ARM GAS /tmp/ccDEPnZG.s page 44
|
||||
ARM GAS /tmp/ccuFAPPx.s page 44
|
||||
|
||||
|
||||
634:Drivers/CMSIS/Include/cmsis_gcc.h **** \param [in] faultMask Fault Mask value to set
|
||||
@@ -2638,7 +2638,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
688:Drivers/CMSIS/Include/cmsis_gcc.h **** __ASM volatile ("MRS %0, psplim_ns" : "=r" (result) );
|
||||
689:Drivers/CMSIS/Include/cmsis_gcc.h **** return result;
|
||||
690:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
|
||||
ARM GAS /tmp/ccDEPnZG.s page 45
|
||||
ARM GAS /tmp/ccuFAPPx.s page 45
|
||||
|
||||
|
||||
691:Drivers/CMSIS/Include/cmsis_gcc.h **** }
|
||||
@@ -2698,7 +2698,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
745:Drivers/CMSIS/Include/cmsis_gcc.h **** */
|
||||
746:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __get_MSPLIM(void)
|
||||
747:Drivers/CMSIS/Include/cmsis_gcc.h **** {
|
||||
ARM GAS /tmp/ccDEPnZG.s page 46
|
||||
ARM GAS /tmp/ccuFAPPx.s page 46
|
||||
|
||||
|
||||
748:Drivers/CMSIS/Include/cmsis_gcc.h **** #if (!(defined (__ARM_ARCH_8M_MAIN__ ) && (__ARM_ARCH_8M_MAIN__ == 1)) && \
|
||||
@@ -2758,7 +2758,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
802:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
803:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
804:Drivers/CMSIS/Include/cmsis_gcc.h **** #if (defined (__ARM_FEATURE_CMSE ) && (__ARM_FEATURE_CMSE == 3))
|
||||
ARM GAS /tmp/ccDEPnZG.s page 47
|
||||
ARM GAS /tmp/ccuFAPPx.s page 47
|
||||
|
||||
|
||||
805:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
|
||||
@@ -2818,7 +2818,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
859:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __set_FPSCR(uint32_t fpscr)
|
||||
860:Drivers/CMSIS/Include/cmsis_gcc.h **** {
|
||||
861:Drivers/CMSIS/Include/cmsis_gcc.h **** #if ((defined (__FPU_PRESENT) && (__FPU_PRESENT == 1U)) && \
|
||||
ARM GAS /tmp/ccDEPnZG.s page 48
|
||||
ARM GAS /tmp/ccuFAPPx.s page 48
|
||||
|
||||
|
||||
862:Drivers/CMSIS/Include/cmsis_gcc.h **** (defined (__FPU_USED ) && (__FPU_USED == 1U)) )
|
||||
@@ -2878,7 +2878,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
916:Drivers/CMSIS/Include/cmsis_gcc.h **** */
|
||||
917:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __WFE() __ASM volatile ("wfe")
|
||||
918:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
ARM GAS /tmp/ccDEPnZG.s page 49
|
||||
ARM GAS /tmp/ccuFAPPx.s page 49
|
||||
|
||||
|
||||
919:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
@@ -2938,7 +2938,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
123 .L5:
|
||||
124 .LBE39:
|
||||
125 .LBE38:
|
||||
ARM GAS /tmp/ccDEPnZG.s page 50
|
||||
ARM GAS /tmp/ccuFAPPx.s page 50
|
||||
|
||||
|
||||
1724:Drivers/CMSIS/Include/core_cm4.h **** }
|
||||
@@ -2998,7 +2998,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1762:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
1763:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
1764:Drivers/CMSIS/Include/core_cm4.h **** /**
|
||||
ARM GAS /tmp/ccDEPnZG.s page 51
|
||||
ARM GAS /tmp/ccuFAPPx.s page 51
|
||||
|
||||
|
||||
1765:Drivers/CMSIS/Include/core_cm4.h **** \brief Clear Pending Interrupt
|
||||
@@ -3058,7 +3058,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
151 0000 0028 cmp r0, #0
|
||||
152 .loc 2 1811 6 view .LVU31
|
||||
153 0002 08DB blt .L10
|
||||
ARM GAS /tmp/ccDEPnZG.s page 52
|
||||
ARM GAS /tmp/ccuFAPPx.s page 52
|
||||
|
||||
|
||||
1812:Drivers/CMSIS/Include/core_cm4.h **** {
|
||||
@@ -3118,7 +3118,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1821:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
1822:Drivers/CMSIS/Include/core_cm4.h **** /**
|
||||
1823:Drivers/CMSIS/Include/core_cm4.h **** \brief Get Interrupt Priority
|
||||
ARM GAS /tmp/ccDEPnZG.s page 53
|
||||
ARM GAS /tmp/ccuFAPPx.s page 53
|
||||
|
||||
|
||||
1824:Drivers/CMSIS/Include/core_cm4.h **** \details Reads the priority of a device specific interrupt or a processor exception.
|
||||
@@ -3178,7 +3178,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
236 .align 2
|
||||
237 .L17:
|
||||
238 0020 14ED00E0 .word -536810220
|
||||
ARM GAS /tmp/ccDEPnZG.s page 54
|
||||
ARM GAS /tmp/ccuFAPPx.s page 54
|
||||
|
||||
|
||||
239 .cfi_endproc
|
||||
@@ -3238,7 +3238,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
274 .loc 2 1863 3 is_stmt 1 view .LVU67
|
||||
275 .loc 2 1863 44 is_stmt 0 view .LVU68
|
||||
276 0014 031D adds r3, r0, #4
|
||||
ARM GAS /tmp/ccDEPnZG.s page 55
|
||||
ARM GAS /tmp/ccuFAPPx.s page 55
|
||||
|
||||
|
||||
277 .loc 2 1863 109 view .LVU69
|
||||
@@ -3298,7 +3298,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1878:Drivers/CMSIS/Include/core_cm4.h **** \param [in] Priority Priority value, which can be retrieved with the function \ref NVIC
|
||||
1879:Drivers/CMSIS/Include/core_cm4.h **** \param [in] PriorityGroup Used priority group.
|
||||
1880:Drivers/CMSIS/Include/core_cm4.h **** \param [out] pPreemptPriority Preemptive priority value (starting from 0).
|
||||
ARM GAS /tmp/ccDEPnZG.s page 56
|
||||
ARM GAS /tmp/ccuFAPPx.s page 56
|
||||
|
||||
|
||||
1881:Drivers/CMSIS/Include/core_cm4.h **** \param [out] pSubPriority Subpriority value (starting from 0).
|
||||
@@ -3358,7 +3358,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
360 .loc 2 1892 53 view .LVU94
|
||||
361 0028 24EA0C04 bic r4, r4, ip
|
||||
362 .loc 2 1892 21 view .LVU95
|
||||
ARM GAS /tmp/ccDEPnZG.s page 57
|
||||
ARM GAS /tmp/ccuFAPPx.s page 57
|
||||
|
||||
|
||||
363 002c 1460 str r4, [r2]
|
||||
@@ -3418,7 +3418,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1919:Drivers/CMSIS/Include/core_cm4.h **** \param [in] IRQn Interrupt number.
|
||||
1920:Drivers/CMSIS/Include/core_cm4.h **** \return Address of interrupt handler function
|
||||
1921:Drivers/CMSIS/Include/core_cm4.h **** */
|
||||
ARM GAS /tmp/ccDEPnZG.s page 58
|
||||
ARM GAS /tmp/ccuFAPPx.s page 58
|
||||
|
||||
|
||||
1922:Drivers/CMSIS/Include/core_cm4.h **** __STATIC_INLINE uint32_t __NVIC_GetVector(IRQn_Type IRQn)
|
||||
@@ -3478,7 +3478,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
423 .LBB42:
|
||||
424 .LBI42:
|
||||
944:Drivers/CMSIS/Include/cmsis_gcc.h **** {
|
||||
ARM GAS /tmp/ccDEPnZG.s page 59
|
||||
ARM GAS /tmp/ccuFAPPx.s page 59
|
||||
|
||||
|
||||
425 .loc 3 944 27 view .LVU112
|
||||
@@ -3538,7 +3538,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
12:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** * @attention
|
||||
13:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** *
|
||||
14:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** * Copyright (c) 2019 STMicroelectronics.
|
||||
ARM GAS /tmp/ccDEPnZG.s page 60
|
||||
ARM GAS /tmp/ccuFAPPx.s page 60
|
||||
|
||||
|
||||
15:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** * All rights reserved.
|
||||
@@ -3598,7 +3598,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
69:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c ****
|
||||
70:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** (+) To adjust the SysTick time base, use the following formula:
|
||||
71:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c ****
|
||||
ARM GAS /tmp/ccDEPnZG.s page 61
|
||||
ARM GAS /tmp/ccuFAPPx.s page 61
|
||||
|
||||
|
||||
72:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** Reload Value = SysTick Counter Clock (Hz) x Desired Time base (s)
|
||||
@@ -3658,7 +3658,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
126:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c ****
|
||||
127:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c ****
|
||||
128:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** /** @addtogroup CORTEX_Exported_Functions_Group1
|
||||
ARM GAS /tmp/ccDEPnZG.s page 62
|
||||
ARM GAS /tmp/ccuFAPPx.s page 62
|
||||
|
||||
|
||||
129:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** * @brief Initialization and Configuration functions
|
||||
@@ -3718,7 +3718,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
476 .loc 2 1650 3 view .LVU121
|
||||
1651:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
477 .loc 2 1651 3 view .LVU122
|
||||
ARM GAS /tmp/ccDEPnZG.s page 63
|
||||
ARM GAS /tmp/ccuFAPPx.s page 63
|
||||
|
||||
|
||||
1653:Drivers/CMSIS/Include/core_cm4.h **** reg_value &= ~((uint32_t)(SCB_AIRCR_VECTKEY_Msk | SCB_AIRCR_PRIGROUP_Msk)); /* clear bits to chan
|
||||
@@ -3778,7 +3778,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
518 .LFE329:
|
||||
520 .section .text.HAL_NVIC_SetPriority,"ax",%progbits
|
||||
521 .align 1
|
||||
ARM GAS /tmp/ccDEPnZG.s page 64
|
||||
ARM GAS /tmp/ccuFAPPx.s page 64
|
||||
|
||||
|
||||
522 .global HAL_NVIC_SetPriority
|
||||
@@ -3838,7 +3838,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
551 0004 054B ldr r3, .L36
|
||||
552 0006 D868 ldr r0, [r3, #12]
|
||||
553 .LVL41:
|
||||
ARM GAS /tmp/ccDEPnZG.s page 65
|
||||
ARM GAS /tmp/ccuFAPPx.s page 65
|
||||
|
||||
|
||||
1669:Drivers/CMSIS/Include/core_cm4.h **** }
|
||||
@@ -3898,7 +3898,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
594 .loc 1 208 1 is_stmt 0 view .LVU154
|
||||
595 0000 08B5 push {r3, lr}
|
||||
596 .LCFI3:
|
||||
ARM GAS /tmp/ccDEPnZG.s page 66
|
||||
ARM GAS /tmp/ccuFAPPx.s page 66
|
||||
|
||||
|
||||
597 .cfi_def_cfa_offset 8
|
||||
@@ -3958,7 +3958,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
632 .LVL49:
|
||||
230:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** }
|
||||
633 .loc 1 230 1 is_stmt 0 view .LVU162
|
||||
ARM GAS /tmp/ccDEPnZG.s page 67
|
||||
ARM GAS /tmp/ccuFAPPx.s page 67
|
||||
|
||||
|
||||
634 0006 08BD pop {r3, pc}
|
||||
@@ -4018,7 +4018,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
250:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** {
|
||||
673 .loc 1 250 1 view -0
|
||||
674 .cfi_startproc
|
||||
ARM GAS /tmp/ccDEPnZG.s page 68
|
||||
ARM GAS /tmp/ccuFAPPx.s page 68
|
||||
|
||||
|
||||
675 @ args = 0, pretend = 0, frame = 0
|
||||
@@ -4078,7 +4078,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1992:Drivers/CMSIS/Include/core_cm4.h **** /*@} end of CMSIS_Core_FpuFunctions */
|
||||
1993:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
1994:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
ARM GAS /tmp/ccDEPnZG.s page 69
|
||||
ARM GAS /tmp/ccuFAPPx.s page 69
|
||||
|
||||
|
||||
1995:Drivers/CMSIS/Include/core_cm4.h ****
|
||||
@@ -4138,7 +4138,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
701 .loc 2 1817 5 view .LVU176
|
||||
1817:Drivers/CMSIS/Include/core_cm4.h **** }
|
||||
702 .loc 2 1817 46 is_stmt 0 view .LVU177
|
||||
ARM GAS /tmp/ccDEPnZG.s page 70
|
||||
ARM GAS /tmp/ccuFAPPx.s page 70
|
||||
|
||||
|
||||
703 000e 054A ldr r2, .L47
|
||||
@@ -4198,7 +4198,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
255:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** */
|
||||
256:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c ****
|
||||
257:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** /** @addtogroup CORTEX_Exported_Functions_Group2
|
||||
ARM GAS /tmp/ccDEPnZG.s page 71
|
||||
ARM GAS /tmp/ccuFAPPx.s page 71
|
||||
|
||||
|
||||
258:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** * @brief Cortex control functions
|
||||
@@ -4258,7 +4258,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
776 .global HAL_NVIC_GetPriority
|
||||
777 .syntax unified
|
||||
778 .thumb
|
||||
ARM GAS /tmp/ccDEPnZG.s page 72
|
||||
ARM GAS /tmp/ccuFAPPx.s page 72
|
||||
|
||||
|
||||
779 .thumb_func
|
||||
@@ -4318,7 +4318,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
806 0010 2146 mov r1, r4
|
||||
807 0012 FFF7FEFF bl NVIC_DecodePriority
|
||||
808 .LVL59:
|
||||
ARM GAS /tmp/ccDEPnZG.s page 73
|
||||
ARM GAS /tmp/ccuFAPPx.s page 73
|
||||
|
||||
|
||||
310:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** }
|
||||
@@ -4378,7 +4378,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
843 0004 00F01F02 and r2, r0, #31
|
||||
1759:Drivers/CMSIS/Include/core_cm4.h **** }
|
||||
844 .loc 2 1759 34 view .LVU211
|
||||
ARM GAS /tmp/ccDEPnZG.s page 74
|
||||
ARM GAS /tmp/ccuFAPPx.s page 74
|
||||
|
||||
|
||||
845 0008 4009 lsrs r0, r0, #5
|
||||
@@ -4438,7 +4438,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
883 .loc 1 340 3 view .LVU217
|
||||
341:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c ****
|
||||
342:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** /* Return 1 if pending else 0 */
|
||||
ARM GAS /tmp/ccDEPnZG.s page 75
|
||||
ARM GAS /tmp/ccuFAPPx.s page 75
|
||||
|
||||
|
||||
343:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** return NVIC_GetPendingIRQ(IRQn);
|
||||
@@ -4498,7 +4498,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
925 .section .text.HAL_NVIC_ClearPendingIRQ,"ax",%progbits
|
||||
926 .align 1
|
||||
927 .global HAL_NVIC_ClearPendingIRQ
|
||||
ARM GAS /tmp/ccDEPnZG.s page 76
|
||||
ARM GAS /tmp/ccuFAPPx.s page 76
|
||||
|
||||
|
||||
928 .syntax unified
|
||||
@@ -4558,7 +4558,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1774:Drivers/CMSIS/Include/core_cm4.h **** }
|
||||
960 .loc 2 1774 43 view .LVU243
|
||||
961 000e 6030 adds r0, r0, #96
|
||||
ARM GAS /tmp/ccDEPnZG.s page 77
|
||||
ARM GAS /tmp/ccuFAPPx.s page 77
|
||||
|
||||
|
||||
962 0010 014A ldr r2, .L65
|
||||
@@ -4618,7 +4618,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1000 0000 0028 cmp r0, #0
|
||||
1789:Drivers/CMSIS/Include/core_cm4.h **** {
|
||||
1001 .loc 2 1789 6 view .LVU251
|
||||
ARM GAS /tmp/ccDEPnZG.s page 78
|
||||
ARM GAS /tmp/ccuFAPPx.s page 78
|
||||
|
||||
|
||||
1002 0002 0BDB blt .L69
|
||||
@@ -4678,7 +4678,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
380:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** * @arg SYSTICK_CLKSOURCE_HCLK_DIV8: AHB clock divided by 8 selected as SysTick clock
|
||||
381:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** * @arg SYSTICK_CLKSOURCE_HCLK: AHB clock selected as SysTick clock source.
|
||||
382:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** * @retval None
|
||||
ARM GAS /tmp/ccDEPnZG.s page 79
|
||||
ARM GAS /tmp/ccuFAPPx.s page 79
|
||||
|
||||
|
||||
383:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** */
|
||||
@@ -4738,7 +4738,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1083 .LFB343:
|
||||
397:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c ****
|
||||
398:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** /**
|
||||
ARM GAS /tmp/ccDEPnZG.s page 80
|
||||
ARM GAS /tmp/ccuFAPPx.s page 80
|
||||
|
||||
|
||||
399:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** * @brief Handle SYSTICK interrupt request.
|
||||
@@ -4798,7 +4798,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1120 .section .text.HAL_MPU_Enable,"ax",%progbits
|
||||
1121 .align 1
|
||||
1122 .global HAL_MPU_Enable
|
||||
ARM GAS /tmp/ccDEPnZG.s page 81
|
||||
ARM GAS /tmp/ccuFAPPx.s page 81
|
||||
|
||||
|
||||
1123 .syntax unified
|
||||
@@ -4858,7 +4858,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1156 .loc 1 437 3 view .LVU284
|
||||
1157 .LBB64:
|
||||
1158 .LBI64:
|
||||
ARM GAS /tmp/ccDEPnZG.s page 82
|
||||
ARM GAS /tmp/ccuFAPPx.s page 82
|
||||
|
||||
|
||||
933:Drivers/CMSIS/Include/cmsis_gcc.h **** {
|
||||
@@ -4918,7 +4918,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
953:Drivers/CMSIS/Include/cmsis_gcc.h **** and after the instruction, without ensuring their completion.
|
||||
954:Drivers/CMSIS/Include/cmsis_gcc.h **** */
|
||||
955:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __DMB(void)
|
||||
ARM GAS /tmp/ccDEPnZG.s page 83
|
||||
ARM GAS /tmp/ccuFAPPx.s page 83
|
||||
|
||||
|
||||
1196 .loc 3 955 27 view .LVU290
|
||||
@@ -4978,7 +4978,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
462:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c ****
|
||||
463:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** /* Set the Region number */
|
||||
464:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** MPU->RNR = RegionNumber;
|
||||
ARM GAS /tmp/ccDEPnZG.s page 84
|
||||
ARM GAS /tmp/ccuFAPPx.s page 84
|
||||
|
||||
|
||||
1237 .loc 1 464 3 view .LVU297
|
||||
@@ -5038,7 +5038,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1274 .loc 1 483 3 is_stmt 1 view .LVU305
|
||||
1275 0006 D3F8A020 ldr r2, [r3, #160]
|
||||
1276 000a 22F00102 bic r2, r2, #1
|
||||
ARM GAS /tmp/ccDEPnZG.s page 85
|
||||
ARM GAS /tmp/ccuFAPPx.s page 85
|
||||
|
||||
|
||||
1277 000e C3F8A020 str r2, [r3, #160]
|
||||
@@ -5098,7 +5098,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
505:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** /* Set the Region number */
|
||||
506:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** MPU->RNR = MPU_Init->Number;
|
||||
1312 .loc 1 506 3 view .LVU318
|
||||
ARM GAS /tmp/ccDEPnZG.s page 86
|
||||
ARM GAS /tmp/ccuFAPPx.s page 86
|
||||
|
||||
|
||||
1313 .loc 1 506 22 is_stmt 0 view .LVU319
|
||||
@@ -5158,7 +5158,7 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1350 .loc 1 517 82 view .LVU337
|
||||
1351 0038 43EA0143 orr r3, r3, r1, lsl #16
|
||||
519:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c **** ((uint32_t)MPU_Init->SubRegionDisable << MPU_RASR_SRD_Pos) |
|
||||
ARM GAS /tmp/ccDEPnZG.s page 87
|
||||
ARM GAS /tmp/ccuFAPPx.s page 87
|
||||
|
||||
|
||||
1352 .loc 1 519 34 view .LVU338
|
||||
@@ -5193,88 +5193,88 @@ ARM GAS /tmp/ccDEPnZG.s page 1
|
||||
1375 .text
|
||||
1376 .Letext0:
|
||||
1377 .file 4 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h"
|
||||
1378 .file 5 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
1379 .file 6 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
1378 .file 5 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
1379 .file 6 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
1380 .file 7 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h"
|
||||
ARM GAS /tmp/ccDEPnZG.s page 88
|
||||
ARM GAS /tmp/ccuFAPPx.s page 88
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 stm32g4xx_hal_cortex.c
|
||||
/tmp/ccDEPnZG.s:21 .text.__NVIC_EnableIRQ:00000000 $t
|
||||
/tmp/ccDEPnZG.s:26 .text.__NVIC_EnableIRQ:00000000 __NVIC_EnableIRQ
|
||||
/tmp/ccDEPnZG.s:60 .text.__NVIC_EnableIRQ:00000018 $d
|
||||
/tmp/ccDEPnZG.s:65 .text.__NVIC_DisableIRQ:00000000 $t
|
||||
/tmp/ccDEPnZG.s:70 .text.__NVIC_DisableIRQ:00000000 __NVIC_DisableIRQ
|
||||
/tmp/ccDEPnZG.s:131 .text.__NVIC_DisableIRQ:00000020 $d
|
||||
/tmp/ccDEPnZG.s:136 .text.__NVIC_SetPriority:00000000 $t
|
||||
/tmp/ccDEPnZG.s:141 .text.__NVIC_SetPriority:00000000 __NVIC_SetPriority
|
||||
/tmp/ccDEPnZG.s:188 .text.__NVIC_SetPriority:00000024 $d
|
||||
/tmp/ccDEPnZG.s:193 .text.__NVIC_GetPriority:00000000 $t
|
||||
/tmp/ccDEPnZG.s:198 .text.__NVIC_GetPriority:00000000 __NVIC_GetPriority
|
||||
/tmp/ccDEPnZG.s:238 .text.__NVIC_GetPriority:00000020 $d
|
||||
/tmp/ccDEPnZG.s:243 .text.NVIC_EncodePriority:00000000 $t
|
||||
/tmp/ccDEPnZG.s:248 .text.NVIC_EncodePriority:00000000 NVIC_EncodePriority
|
||||
/tmp/ccDEPnZG.s:310 .text.NVIC_DecodePriority:00000000 $t
|
||||
/tmp/ccDEPnZG.s:315 .text.NVIC_DecodePriority:00000000 NVIC_DecodePriority
|
||||
/tmp/ccDEPnZG.s:384 .text.__NVIC_SystemReset:00000000 $t
|
||||
/tmp/ccDEPnZG.s:389 .text.__NVIC_SystemReset:00000000 __NVIC_SystemReset
|
||||
/tmp/ccDEPnZG.s:450 .text.__NVIC_SystemReset:0000001c $d
|
||||
/tmp/ccDEPnZG.s:456 .text.HAL_NVIC_SetPriorityGrouping:00000000 $t
|
||||
/tmp/ccDEPnZG.s:462 .text.HAL_NVIC_SetPriorityGrouping:00000000 HAL_NVIC_SetPriorityGrouping
|
||||
/tmp/ccDEPnZG.s:516 .text.HAL_NVIC_SetPriorityGrouping:00000020 $d
|
||||
/tmp/ccDEPnZG.s:521 .text.HAL_NVIC_SetPriority:00000000 $t
|
||||
/tmp/ccDEPnZG.s:527 .text.HAL_NVIC_SetPriority:00000000 HAL_NVIC_SetPriority
|
||||
/tmp/ccDEPnZG.s:576 .text.HAL_NVIC_SetPriority:0000001c $d
|
||||
/tmp/ccDEPnZG.s:581 .text.HAL_NVIC_EnableIRQ:00000000 $t
|
||||
/tmp/ccDEPnZG.s:587 .text.HAL_NVIC_EnableIRQ:00000000 HAL_NVIC_EnableIRQ
|
||||
/tmp/ccDEPnZG.s:610 .text.HAL_NVIC_DisableIRQ:00000000 $t
|
||||
/tmp/ccDEPnZG.s:616 .text.HAL_NVIC_DisableIRQ:00000000 HAL_NVIC_DisableIRQ
|
||||
/tmp/ccDEPnZG.s:639 .text.HAL_NVIC_SystemReset:00000000 $t
|
||||
/tmp/ccDEPnZG.s:645 .text.HAL_NVIC_SystemReset:00000000 HAL_NVIC_SystemReset
|
||||
/tmp/ccDEPnZG.s:664 .text.HAL_SYSTICK_Config:00000000 $t
|
||||
/tmp/ccDEPnZG.s:670 .text.HAL_SYSTICK_Config:00000000 HAL_SYSTICK_Config
|
||||
/tmp/ccDEPnZG.s:735 .text.HAL_SYSTICK_Config:00000024 $d
|
||||
/tmp/ccDEPnZG.s:740 .text.HAL_NVIC_GetPriorityGrouping:00000000 $t
|
||||
/tmp/ccDEPnZG.s:746 .text.HAL_NVIC_GetPriorityGrouping:00000000 HAL_NVIC_GetPriorityGrouping
|
||||
/tmp/ccDEPnZG.s:770 .text.HAL_NVIC_GetPriorityGrouping:0000000c $d
|
||||
/tmp/ccDEPnZG.s:775 .text.HAL_NVIC_GetPriority:00000000 $t
|
||||
/tmp/ccDEPnZG.s:781 .text.HAL_NVIC_GetPriority:00000000 HAL_NVIC_GetPriority
|
||||
/tmp/ccDEPnZG.s:816 .text.HAL_NVIC_SetPendingIRQ:00000000 $t
|
||||
/tmp/ccDEPnZG.s:822 .text.HAL_NVIC_SetPendingIRQ:00000000 HAL_NVIC_SetPendingIRQ
|
||||
/tmp/ccDEPnZG.s:864 .text.HAL_NVIC_SetPendingIRQ:00000018 $d
|
||||
/tmp/ccDEPnZG.s:869 .text.HAL_NVIC_GetPendingIRQ:00000000 $t
|
||||
/tmp/ccDEPnZG.s:875 .text.HAL_NVIC_GetPendingIRQ:00000000 HAL_NVIC_GetPendingIRQ
|
||||
/tmp/ccDEPnZG.s:921 .text.HAL_NVIC_GetPendingIRQ:00000020 $d
|
||||
/tmp/ccDEPnZG.s:926 .text.HAL_NVIC_ClearPendingIRQ:00000000 $t
|
||||
/tmp/ccDEPnZG.s:932 .text.HAL_NVIC_ClearPendingIRQ:00000000 HAL_NVIC_ClearPendingIRQ
|
||||
/tmp/ccDEPnZG.s:974 .text.HAL_NVIC_ClearPendingIRQ:00000018 $d
|
||||
/tmp/ccDEPnZG.s:979 .text.HAL_NVIC_GetActive:00000000 $t
|
||||
/tmp/ccDEPnZG.s:985 .text.HAL_NVIC_GetActive:00000000 HAL_NVIC_GetActive
|
||||
/tmp/ccDEPnZG.s:1030 .text.HAL_NVIC_GetActive:00000020 $d
|
||||
/tmp/ccDEPnZG.s:1035 .text.HAL_SYSTICK_CLKSourceConfig:00000000 $t
|
||||
/tmp/ccDEPnZG.s:1041 .text.HAL_SYSTICK_CLKSourceConfig:00000000 HAL_SYSTICK_CLKSourceConfig
|
||||
/tmp/ccDEPnZG.s:1076 .text.HAL_SYSTICK_Callback:00000000 $t
|
||||
/tmp/ccDEPnZG.s:1082 .text.HAL_SYSTICK_Callback:00000000 HAL_SYSTICK_Callback
|
||||
ARM GAS /tmp/ccDEPnZG.s page 89
|
||||
/tmp/ccuFAPPx.s:21 .text.__NVIC_EnableIRQ:00000000 $t
|
||||
/tmp/ccuFAPPx.s:26 .text.__NVIC_EnableIRQ:00000000 __NVIC_EnableIRQ
|
||||
/tmp/ccuFAPPx.s:60 .text.__NVIC_EnableIRQ:00000018 $d
|
||||
/tmp/ccuFAPPx.s:65 .text.__NVIC_DisableIRQ:00000000 $t
|
||||
/tmp/ccuFAPPx.s:70 .text.__NVIC_DisableIRQ:00000000 __NVIC_DisableIRQ
|
||||
/tmp/ccuFAPPx.s:131 .text.__NVIC_DisableIRQ:00000020 $d
|
||||
/tmp/ccuFAPPx.s:136 .text.__NVIC_SetPriority:00000000 $t
|
||||
/tmp/ccuFAPPx.s:141 .text.__NVIC_SetPriority:00000000 __NVIC_SetPriority
|
||||
/tmp/ccuFAPPx.s:188 .text.__NVIC_SetPriority:00000024 $d
|
||||
/tmp/ccuFAPPx.s:193 .text.__NVIC_GetPriority:00000000 $t
|
||||
/tmp/ccuFAPPx.s:198 .text.__NVIC_GetPriority:00000000 __NVIC_GetPriority
|
||||
/tmp/ccuFAPPx.s:238 .text.__NVIC_GetPriority:00000020 $d
|
||||
/tmp/ccuFAPPx.s:243 .text.NVIC_EncodePriority:00000000 $t
|
||||
/tmp/ccuFAPPx.s:248 .text.NVIC_EncodePriority:00000000 NVIC_EncodePriority
|
||||
/tmp/ccuFAPPx.s:310 .text.NVIC_DecodePriority:00000000 $t
|
||||
/tmp/ccuFAPPx.s:315 .text.NVIC_DecodePriority:00000000 NVIC_DecodePriority
|
||||
/tmp/ccuFAPPx.s:384 .text.__NVIC_SystemReset:00000000 $t
|
||||
/tmp/ccuFAPPx.s:389 .text.__NVIC_SystemReset:00000000 __NVIC_SystemReset
|
||||
/tmp/ccuFAPPx.s:450 .text.__NVIC_SystemReset:0000001c $d
|
||||
/tmp/ccuFAPPx.s:456 .text.HAL_NVIC_SetPriorityGrouping:00000000 $t
|
||||
/tmp/ccuFAPPx.s:462 .text.HAL_NVIC_SetPriorityGrouping:00000000 HAL_NVIC_SetPriorityGrouping
|
||||
/tmp/ccuFAPPx.s:516 .text.HAL_NVIC_SetPriorityGrouping:00000020 $d
|
||||
/tmp/ccuFAPPx.s:521 .text.HAL_NVIC_SetPriority:00000000 $t
|
||||
/tmp/ccuFAPPx.s:527 .text.HAL_NVIC_SetPriority:00000000 HAL_NVIC_SetPriority
|
||||
/tmp/ccuFAPPx.s:576 .text.HAL_NVIC_SetPriority:0000001c $d
|
||||
/tmp/ccuFAPPx.s:581 .text.HAL_NVIC_EnableIRQ:00000000 $t
|
||||
/tmp/ccuFAPPx.s:587 .text.HAL_NVIC_EnableIRQ:00000000 HAL_NVIC_EnableIRQ
|
||||
/tmp/ccuFAPPx.s:610 .text.HAL_NVIC_DisableIRQ:00000000 $t
|
||||
/tmp/ccuFAPPx.s:616 .text.HAL_NVIC_DisableIRQ:00000000 HAL_NVIC_DisableIRQ
|
||||
/tmp/ccuFAPPx.s:639 .text.HAL_NVIC_SystemReset:00000000 $t
|
||||
/tmp/ccuFAPPx.s:645 .text.HAL_NVIC_SystemReset:00000000 HAL_NVIC_SystemReset
|
||||
/tmp/ccuFAPPx.s:664 .text.HAL_SYSTICK_Config:00000000 $t
|
||||
/tmp/ccuFAPPx.s:670 .text.HAL_SYSTICK_Config:00000000 HAL_SYSTICK_Config
|
||||
/tmp/ccuFAPPx.s:735 .text.HAL_SYSTICK_Config:00000024 $d
|
||||
/tmp/ccuFAPPx.s:740 .text.HAL_NVIC_GetPriorityGrouping:00000000 $t
|
||||
/tmp/ccuFAPPx.s:746 .text.HAL_NVIC_GetPriorityGrouping:00000000 HAL_NVIC_GetPriorityGrouping
|
||||
/tmp/ccuFAPPx.s:770 .text.HAL_NVIC_GetPriorityGrouping:0000000c $d
|
||||
/tmp/ccuFAPPx.s:775 .text.HAL_NVIC_GetPriority:00000000 $t
|
||||
/tmp/ccuFAPPx.s:781 .text.HAL_NVIC_GetPriority:00000000 HAL_NVIC_GetPriority
|
||||
/tmp/ccuFAPPx.s:816 .text.HAL_NVIC_SetPendingIRQ:00000000 $t
|
||||
/tmp/ccuFAPPx.s:822 .text.HAL_NVIC_SetPendingIRQ:00000000 HAL_NVIC_SetPendingIRQ
|
||||
/tmp/ccuFAPPx.s:864 .text.HAL_NVIC_SetPendingIRQ:00000018 $d
|
||||
/tmp/ccuFAPPx.s:869 .text.HAL_NVIC_GetPendingIRQ:00000000 $t
|
||||
/tmp/ccuFAPPx.s:875 .text.HAL_NVIC_GetPendingIRQ:00000000 HAL_NVIC_GetPendingIRQ
|
||||
/tmp/ccuFAPPx.s:921 .text.HAL_NVIC_GetPendingIRQ:00000020 $d
|
||||
/tmp/ccuFAPPx.s:926 .text.HAL_NVIC_ClearPendingIRQ:00000000 $t
|
||||
/tmp/ccuFAPPx.s:932 .text.HAL_NVIC_ClearPendingIRQ:00000000 HAL_NVIC_ClearPendingIRQ
|
||||
/tmp/ccuFAPPx.s:974 .text.HAL_NVIC_ClearPendingIRQ:00000018 $d
|
||||
/tmp/ccuFAPPx.s:979 .text.HAL_NVIC_GetActive:00000000 $t
|
||||
/tmp/ccuFAPPx.s:985 .text.HAL_NVIC_GetActive:00000000 HAL_NVIC_GetActive
|
||||
/tmp/ccuFAPPx.s:1030 .text.HAL_NVIC_GetActive:00000020 $d
|
||||
/tmp/ccuFAPPx.s:1035 .text.HAL_SYSTICK_CLKSourceConfig:00000000 $t
|
||||
/tmp/ccuFAPPx.s:1041 .text.HAL_SYSTICK_CLKSourceConfig:00000000 HAL_SYSTICK_CLKSourceConfig
|
||||
/tmp/ccuFAPPx.s:1076 .text.HAL_SYSTICK_Callback:00000000 $t
|
||||
/tmp/ccuFAPPx.s:1082 .text.HAL_SYSTICK_Callback:00000000 HAL_SYSTICK_Callback
|
||||
ARM GAS /tmp/ccuFAPPx.s page 89
|
||||
|
||||
|
||||
/tmp/ccDEPnZG.s:1095 .text.HAL_SYSTICK_IRQHandler:00000000 $t
|
||||
/tmp/ccDEPnZG.s:1101 .text.HAL_SYSTICK_IRQHandler:00000000 HAL_SYSTICK_IRQHandler
|
||||
/tmp/ccDEPnZG.s:1121 .text.HAL_MPU_Enable:00000000 $t
|
||||
/tmp/ccDEPnZG.s:1127 .text.HAL_MPU_Enable:00000000 HAL_MPU_Enable
|
||||
/tmp/ccDEPnZG.s:1175 .text.HAL_MPU_Enable:00000014 $d
|
||||
/tmp/ccDEPnZG.s:1180 .text.HAL_MPU_Disable:00000000 $t
|
||||
/tmp/ccDEPnZG.s:1186 .text.HAL_MPU_Disable:00000000 HAL_MPU_Disable
|
||||
/tmp/ccDEPnZG.s:1217 .text.HAL_MPU_Disable:00000010 $d
|
||||
/tmp/ccDEPnZG.s:1222 .text.HAL_MPU_EnableRegion:00000000 $t
|
||||
/tmp/ccDEPnZG.s:1228 .text.HAL_MPU_EnableRegion:00000000 HAL_MPU_EnableRegion
|
||||
/tmp/ccDEPnZG.s:1250 .text.HAL_MPU_EnableRegion:00000014 $d
|
||||
/tmp/ccDEPnZG.s:1255 .text.HAL_MPU_DisableRegion:00000000 $t
|
||||
/tmp/ccDEPnZG.s:1261 .text.HAL_MPU_DisableRegion:00000000 HAL_MPU_DisableRegion
|
||||
/tmp/ccDEPnZG.s:1283 .text.HAL_MPU_DisableRegion:00000014 $d
|
||||
/tmp/ccDEPnZG.s:1288 .text.HAL_MPU_ConfigRegion:00000000 $t
|
||||
/tmp/ccDEPnZG.s:1294 .text.HAL_MPU_ConfigRegion:00000000 HAL_MPU_ConfigRegion
|
||||
/tmp/ccDEPnZG.s:1371 .text.HAL_MPU_ConfigRegion:00000054 $d
|
||||
/tmp/ccuFAPPx.s:1095 .text.HAL_SYSTICK_IRQHandler:00000000 $t
|
||||
/tmp/ccuFAPPx.s:1101 .text.HAL_SYSTICK_IRQHandler:00000000 HAL_SYSTICK_IRQHandler
|
||||
/tmp/ccuFAPPx.s:1121 .text.HAL_MPU_Enable:00000000 $t
|
||||
/tmp/ccuFAPPx.s:1127 .text.HAL_MPU_Enable:00000000 HAL_MPU_Enable
|
||||
/tmp/ccuFAPPx.s:1175 .text.HAL_MPU_Enable:00000014 $d
|
||||
/tmp/ccuFAPPx.s:1180 .text.HAL_MPU_Disable:00000000 $t
|
||||
/tmp/ccuFAPPx.s:1186 .text.HAL_MPU_Disable:00000000 HAL_MPU_Disable
|
||||
/tmp/ccuFAPPx.s:1217 .text.HAL_MPU_Disable:00000010 $d
|
||||
/tmp/ccuFAPPx.s:1222 .text.HAL_MPU_EnableRegion:00000000 $t
|
||||
/tmp/ccuFAPPx.s:1228 .text.HAL_MPU_EnableRegion:00000000 HAL_MPU_EnableRegion
|
||||
/tmp/ccuFAPPx.s:1250 .text.HAL_MPU_EnableRegion:00000014 $d
|
||||
/tmp/ccuFAPPx.s:1255 .text.HAL_MPU_DisableRegion:00000000 $t
|
||||
/tmp/ccuFAPPx.s:1261 .text.HAL_MPU_DisableRegion:00000000 HAL_MPU_DisableRegion
|
||||
/tmp/ccuFAPPx.s:1283 .text.HAL_MPU_DisableRegion:00000014 $d
|
||||
/tmp/ccuFAPPx.s:1288 .text.HAL_MPU_ConfigRegion:00000000 $t
|
||||
/tmp/ccuFAPPx.s:1294 .text.HAL_MPU_ConfigRegion:00000000 HAL_MPU_ConfigRegion
|
||||
/tmp/ccuFAPPx.s:1371 .text.HAL_MPU_ConfigRegion:00000054 $d
|
||||
|
||||
NO UNDEFINED SYMBOLS
|
||||
|
||||
Binary file not shown.
+1389
-1399
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
ARM GAS /tmp/ccLeczU6.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m4
|
||||
@@ -58,7 +58,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
27:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** [..]
|
||||
28:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** (+) Each Exti line can be configured within this driver.
|
||||
29:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c ****
|
||||
ARM GAS /tmp/ccXNCPlv.s page 2
|
||||
ARM GAS /tmp/ccLeczU6.s page 2
|
||||
|
||||
|
||||
30:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** (+) Exti line can be configured in 3 different modes
|
||||
@@ -118,7 +118,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
84:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** */
|
||||
85:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c ****
|
||||
86:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** /* Includes ------------------------------------------------------------------*/
|
||||
ARM GAS /tmp/ccXNCPlv.s page 3
|
||||
ARM GAS /tmp/ccLeczU6.s page 3
|
||||
|
||||
|
||||
87:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** #include "stm32g4xx_hal.h"
|
||||
@@ -178,7 +178,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
141:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** * @param pExtiConfig Pointer on EXTI configuration to be set.
|
||||
142:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** * @retval HAL Status.
|
||||
143:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** */
|
||||
ARM GAS /tmp/ccXNCPlv.s page 4
|
||||
ARM GAS /tmp/ccLeczU6.s page 4
|
||||
|
||||
|
||||
144:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** HAL_StatusTypeDef HAL_EXTI_SetConfigLine(EXTI_HandleTypeDef *hexti, EXTI_ConfigTypeDef *pExtiConfig
|
||||
@@ -238,7 +238,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
165:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** /* Compute line register offset */
|
||||
166:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** offset = ((pExtiConfig->Line & EXTI_REG_MASK) >> EXTI_REG_SHIFT);
|
||||
62 .loc 1 166 3 is_stmt 1 view .LVU15
|
||||
ARM GAS /tmp/ccXNCPlv.s page 5
|
||||
ARM GAS /tmp/ccLeczU6.s page 5
|
||||
|
||||
|
||||
63 .loc 1 166 10 is_stmt 0 view .LVU16
|
||||
@@ -298,7 +298,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
99 .loc 1 184 14 is_stmt 0 view .LVU34
|
||||
100 0032 0543 orrs r5, r5, r0
|
||||
101 .LVL7:
|
||||
ARM GAS /tmp/ccXNCPlv.s page 6
|
||||
ARM GAS /tmp/ccLeczU6.s page 6
|
||||
|
||||
|
||||
102 .L5:
|
||||
@@ -358,7 +358,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
128 .loc 1 212 28 is_stmt 0 view .LVU48
|
||||
129 004c 0D68 ldr r5, [r1]
|
||||
130 .LVL11:
|
||||
ARM GAS /tmp/ccXNCPlv.s page 7
|
||||
ARM GAS /tmp/ccLeczU6.s page 7
|
||||
|
||||
|
||||
131 .loc 1 212 28 view .LVU49
|
||||
@@ -418,7 +418,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
237:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c ****
|
||||
238:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** /* Store interrupt mode */
|
||||
239:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** *regaddr = regval;
|
||||
ARM GAS /tmp/ccXNCPlv.s page 8
|
||||
ARM GAS /tmp/ccLeczU6.s page 8
|
||||
|
||||
|
||||
161 .loc 1 239 3 is_stmt 1 view .LVU60
|
||||
@@ -478,7 +478,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
195 .cfi_restore 7
|
||||
196 .cfi_restore 6
|
||||
197 .cfi_restore 5
|
||||
ARM GAS /tmp/ccXNCPlv.s page 9
|
||||
ARM GAS /tmp/ccLeczU6.s page 9
|
||||
|
||||
|
||||
198 .cfi_restore 4
|
||||
@@ -538,7 +538,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
238 .loc 1 218 69 view .LVU90
|
||||
239 00a0 9200 lsls r2, r2, #2
|
||||
218:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** regval |= (pExtiConfig->GPIOSel << (SYSCFG_EXTICR1_EXTI1_Pos * (linepos & 0x03u)));
|
||||
ARM GAS /tmp/ccXNCPlv.s page 10
|
||||
ARM GAS /tmp/ccLeczU6.s page 10
|
||||
|
||||
|
||||
240 .loc 1 218 40 view .LVU91
|
||||
@@ -598,7 +598,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
281 .cfi_restore 7
|
||||
155:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** }
|
||||
282 .loc 1 155 12 view .LVU105
|
||||
ARM GAS /tmp/ccXNCPlv.s page 11
|
||||
ARM GAS /tmp/ccLeczU6.s page 11
|
||||
|
||||
|
||||
283 00c2 0120 movs r0, #1
|
||||
@@ -658,7 +658,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
322 .loc 1 274 3 view .LVU114
|
||||
275:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c ****
|
||||
276:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** /* Check null pointer */
|
||||
ARM GAS /tmp/ccXNCPlv.s page 12
|
||||
ARM GAS /tmp/ccLeczU6.s page 12
|
||||
|
||||
|
||||
277:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** if ((hexti == NULL) || (pExtiConfig == NULL))
|
||||
@@ -718,7 +718,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
356 .loc 1 296 26 is_stmt 0 view .LVU130
|
||||
357 001c 4001 lsls r0, r0, #5
|
||||
358 .LVL46:
|
||||
ARM GAS /tmp/ccXNCPlv.s page 13
|
||||
ARM GAS /tmp/ccLeczU6.s page 13
|
||||
|
||||
|
||||
359 .loc 1 296 11 view .LVU131
|
||||
@@ -778,7 +778,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
393 .LVL52:
|
||||
394 .loc 1 316 23 view .LVU147
|
||||
395 003c 44F00204 orr r4, r4, #2
|
||||
ARM GAS /tmp/ccXNCPlv.s page 14
|
||||
ARM GAS /tmp/ccLeczU6.s page 14
|
||||
|
||||
|
||||
396 0040 4C60 str r4, [r1, #4]
|
||||
@@ -838,7 +838,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
430 005a 164C ldr r4, .L37+8
|
||||
431 .LVL56:
|
||||
337:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** regval = *regaddr;
|
||||
ARM GAS /tmp/ccXNCPlv.s page 15
|
||||
ARM GAS /tmp/ccLeczU6.s page 15
|
||||
|
||||
|
||||
432 .loc 1 337 5 is_stmt 1 view .LVU165
|
||||
@@ -898,7 +898,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
465 .loc 1 306 23 view .LVU179
|
||||
466 007a 4C60 str r4, [r1, #4]
|
||||
467 007c D9E7 b .L24
|
||||
ARM GAS /tmp/ccXNCPlv.s page 16
|
||||
ARM GAS /tmp/ccLeczU6.s page 16
|
||||
|
||||
|
||||
468 .LVL62:
|
||||
@@ -958,7 +958,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
279:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** }
|
||||
509 .loc 1 279 12 view .LVU194
|
||||
510 00a2 0120 movs r0, #1
|
||||
ARM GAS /tmp/ccXNCPlv.s page 17
|
||||
ARM GAS /tmp/ccLeczU6.s page 17
|
||||
|
||||
|
||||
511 .LVL69:
|
||||
@@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
369:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** uint32_t maskline;
|
||||
553 .loc 1 369 3 view .LVU202
|
||||
370:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** uint32_t offset;
|
||||
ARM GAS /tmp/ccXNCPlv.s page 18
|
||||
ARM GAS /tmp/ccLeczU6.s page 18
|
||||
|
||||
|
||||
554 .loc 1 370 3 view .LVU203
|
||||
@@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
588 001a 03F18041 add r1, r3, #1073741824
|
||||
589 001e 01F58231 add r1, r1, #66560
|
||||
590 .LVL77:
|
||||
ARM GAS /tmp/ccXNCPlv.s page 19
|
||||
ARM GAS /tmp/ccLeczU6.s page 19
|
||||
|
||||
|
||||
390:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** regval = (*regaddr & ~maskline);
|
||||
@@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
632 0044 2A40 ands r2, r2, r5
|
||||
633 .LVL85:
|
||||
403:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** *regaddr = regval;
|
||||
ARM GAS /tmp/ccXNCPlv.s page 20
|
||||
ARM GAS /tmp/ccLeczU6.s page 20
|
||||
|
||||
|
||||
634 .loc 1 403 5 is_stmt 1 view .LVU239
|
||||
@@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
668 .LVL90:
|
||||
414:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** regval &= ~(SYSCFG_EXTICR1_EXTI0 << (SYSCFG_EXTICR1_EXTI1_Pos * (linepos & 0x03u)));
|
||||
669 .loc 1 414 14 view .LVU256
|
||||
ARM GAS /tmp/ccXNCPlv.s page 21
|
||||
ARM GAS /tmp/ccLeczU6.s page 21
|
||||
|
||||
|
||||
670 0066 0D49 ldr r1, .L49+12
|
||||
@@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
714 .L40:
|
||||
715 .loc 1 421 1 view .LVU268
|
||||
716 008c 30BD pop {r4, r5, pc}
|
||||
ARM GAS /tmp/ccXNCPlv.s page 22
|
||||
ARM GAS /tmp/ccLeczU6.s page 22
|
||||
|
||||
|
||||
717 .L50:
|
||||
@@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
434:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c ****
|
||||
750 .loc 1 434 21 is_stmt 0 view .LVU276
|
||||
751 0004 0846 mov r0, r1
|
||||
ARM GAS /tmp/ccXNCPlv.s page 23
|
||||
ARM GAS /tmp/ccLeczU6.s page 23
|
||||
|
||||
|
||||
752 .LVL99:
|
||||
@@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
787 @ link register save eliminated.
|
||||
465:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** /* Check the parameters */
|
||||
466:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** assert_param(IS_EXTI_LINE(ExtiLine));
|
||||
ARM GAS /tmp/ccXNCPlv.s page 24
|
||||
ARM GAS /tmp/ccLeczU6.s page 24
|
||||
|
||||
|
||||
788 .loc 1 466 3 view .LVU286
|
||||
@@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
489:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** *
|
||||
490:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** @verbatim
|
||||
491:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** ===============================================================================
|
||||
ARM GAS /tmp/ccXNCPlv.s page 25
|
||||
ARM GAS /tmp/ccLeczU6.s page 25
|
||||
|
||||
|
||||
492:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** ##### IO operation functions #####
|
||||
@@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
849 .loc 1 517 25 is_stmt 0 view .LVU309
|
||||
850 0010 5301 lsls r3, r2, #5
|
||||
851 .loc 1 517 11 view .LVU310
|
||||
ARM GAS /tmp/ccXNCPlv.s page 26
|
||||
ARM GAS /tmp/ccLeczU6.s page 26
|
||||
|
||||
|
||||
852 0012 044A ldr r2, .L60
|
||||
@@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
894 .LVL115:
|
||||
895 .LFB335:
|
||||
532:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c ****
|
||||
ARM GAS /tmp/ccXNCPlv.s page 27
|
||||
ARM GAS /tmp/ccLeczU6.s page 27
|
||||
|
||||
|
||||
533:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** /**
|
||||
@@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
559:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** /* Get pending bit */
|
||||
560:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** regaddr = (&EXTI->PR1 + (EXTI_CONFIG_OFFSET * offset));
|
||||
924 .loc 1 560 3 is_stmt 1 view .LVU339
|
||||
ARM GAS /tmp/ccXNCPlv.s page 28
|
||||
ARM GAS /tmp/ccLeczU6.s page 28
|
||||
|
||||
|
||||
925 .loc 1 560 25 is_stmt 0 view .LVU340
|
||||
@@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
576:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** __IO uint32_t *regaddr;
|
||||
966 .loc 1 576 3 view .LVU349
|
||||
577:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c **** uint32_t maskline;
|
||||
ARM GAS /tmp/ccXNCPlv.s page 29
|
||||
ARM GAS /tmp/ccLeczU6.s page 29
|
||||
|
||||
|
||||
967 .loc 1 577 3 view .LVU350
|
||||
@@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
1003 .cfi_endproc
|
||||
1004 .LFE336:
|
||||
1006 .section .text.HAL_EXTI_GenerateSWI,"ax",%progbits
|
||||
ARM GAS /tmp/ccXNCPlv.s page 30
|
||||
ARM GAS /tmp/ccLeczU6.s page 30
|
||||
|
||||
|
||||
1007 .align 1
|
||||
@@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
1039 .loc 1 618 3 is_stmt 1 view .LVU380
|
||||
1040 .loc 1 618 28 is_stmt 0 view .LVU381
|
||||
1041 000e 5301 lsls r3, r2, #5
|
||||
ARM GAS /tmp/ccXNCPlv.s page 31
|
||||
ARM GAS /tmp/ccLeczU6.s page 31
|
||||
|
||||
|
||||
1042 .loc 1 618 11 view .LVU382
|
||||
@@ -1820,40 +1820,40 @@ ARM GAS /tmp/ccXNCPlv.s page 1
|
||||
1056 .LFE337:
|
||||
1058 .text
|
||||
1059 .Letext0:
|
||||
1060 .file 2 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
1061 .file 3 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
1060 .file 2 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
1061 .file 3 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
1062 .file 4 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h"
|
||||
1063 .file 5 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h"
|
||||
1064 .file 6 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h"
|
||||
ARM GAS /tmp/ccXNCPlv.s page 32
|
||||
ARM GAS /tmp/ccLeczU6.s page 32
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 stm32g4xx_hal_exti.c
|
||||
/tmp/ccXNCPlv.s:21 .text.HAL_EXTI_SetConfigLine:00000000 $t
|
||||
/tmp/ccXNCPlv.s:27 .text.HAL_EXTI_SetConfigLine:00000000 HAL_EXTI_SetConfigLine
|
||||
/tmp/ccXNCPlv.s:297 .text.HAL_EXTI_SetConfigLine:000000cc $d
|
||||
/tmp/ccXNCPlv.s:305 .text.HAL_EXTI_GetConfigLine:00000000 $t
|
||||
/tmp/ccXNCPlv.s:311 .text.HAL_EXTI_GetConfigLine:00000000 HAL_EXTI_GetConfigLine
|
||||
/tmp/ccXNCPlv.s:529 .text.HAL_EXTI_GetConfigLine:000000ac $d
|
||||
/tmp/ccXNCPlv.s:537 .text.HAL_EXTI_ClearConfigLine:00000000 $t
|
||||
/tmp/ccXNCPlv.s:543 .text.HAL_EXTI_ClearConfigLine:00000000 HAL_EXTI_ClearConfigLine
|
||||
/tmp/ccXNCPlv.s:720 .text.HAL_EXTI_ClearConfigLine:00000090 $d
|
||||
/tmp/ccXNCPlv.s:728 .text.HAL_EXTI_RegisterCallback:00000000 $t
|
||||
/tmp/ccXNCPlv.s:734 .text.HAL_EXTI_RegisterCallback:00000000 HAL_EXTI_RegisterCallback
|
||||
/tmp/ccXNCPlv.s:774 .text.HAL_EXTI_GetHandle:00000000 $t
|
||||
/tmp/ccXNCPlv.s:780 .text.HAL_EXTI_GetHandle:00000000 HAL_EXTI_GetHandle
|
||||
/tmp/ccXNCPlv.s:812 .text.HAL_EXTI_IRQHandler:00000000 $t
|
||||
/tmp/ccXNCPlv.s:818 .text.HAL_EXTI_IRQHandler:00000000 HAL_EXTI_IRQHandler
|
||||
/tmp/ccXNCPlv.s:882 .text.HAL_EXTI_IRQHandler:00000024 $d
|
||||
/tmp/ccXNCPlv.s:887 .text.HAL_EXTI_GetPending:00000000 $t
|
||||
/tmp/ccXNCPlv.s:893 .text.HAL_EXTI_GetPending:00000000 HAL_EXTI_GetPending
|
||||
/tmp/ccXNCPlv.s:947 .text.HAL_EXTI_GetPending:0000001c $d
|
||||
/tmp/ccXNCPlv.s:952 .text.HAL_EXTI_ClearPending:00000000 $t
|
||||
/tmp/ccXNCPlv.s:958 .text.HAL_EXTI_ClearPending:00000000 HAL_EXTI_ClearPending
|
||||
/tmp/ccXNCPlv.s:1002 .text.HAL_EXTI_ClearPending:00000018 $d
|
||||
/tmp/ccXNCPlv.s:1007 .text.HAL_EXTI_GenerateSWI:00000000 $t
|
||||
/tmp/ccXNCPlv.s:1013 .text.HAL_EXTI_GenerateSWI:00000000 HAL_EXTI_GenerateSWI
|
||||
/tmp/ccXNCPlv.s:1054 .text.HAL_EXTI_GenerateSWI:00000018 $d
|
||||
/tmp/ccLeczU6.s:21 .text.HAL_EXTI_SetConfigLine:00000000 $t
|
||||
/tmp/ccLeczU6.s:27 .text.HAL_EXTI_SetConfigLine:00000000 HAL_EXTI_SetConfigLine
|
||||
/tmp/ccLeczU6.s:297 .text.HAL_EXTI_SetConfigLine:000000cc $d
|
||||
/tmp/ccLeczU6.s:305 .text.HAL_EXTI_GetConfigLine:00000000 $t
|
||||
/tmp/ccLeczU6.s:311 .text.HAL_EXTI_GetConfigLine:00000000 HAL_EXTI_GetConfigLine
|
||||
/tmp/ccLeczU6.s:529 .text.HAL_EXTI_GetConfigLine:000000ac $d
|
||||
/tmp/ccLeczU6.s:537 .text.HAL_EXTI_ClearConfigLine:00000000 $t
|
||||
/tmp/ccLeczU6.s:543 .text.HAL_EXTI_ClearConfigLine:00000000 HAL_EXTI_ClearConfigLine
|
||||
/tmp/ccLeczU6.s:720 .text.HAL_EXTI_ClearConfigLine:00000090 $d
|
||||
/tmp/ccLeczU6.s:728 .text.HAL_EXTI_RegisterCallback:00000000 $t
|
||||
/tmp/ccLeczU6.s:734 .text.HAL_EXTI_RegisterCallback:00000000 HAL_EXTI_RegisterCallback
|
||||
/tmp/ccLeczU6.s:774 .text.HAL_EXTI_GetHandle:00000000 $t
|
||||
/tmp/ccLeczU6.s:780 .text.HAL_EXTI_GetHandle:00000000 HAL_EXTI_GetHandle
|
||||
/tmp/ccLeczU6.s:812 .text.HAL_EXTI_IRQHandler:00000000 $t
|
||||
/tmp/ccLeczU6.s:818 .text.HAL_EXTI_IRQHandler:00000000 HAL_EXTI_IRQHandler
|
||||
/tmp/ccLeczU6.s:882 .text.HAL_EXTI_IRQHandler:00000024 $d
|
||||
/tmp/ccLeczU6.s:887 .text.HAL_EXTI_GetPending:00000000 $t
|
||||
/tmp/ccLeczU6.s:893 .text.HAL_EXTI_GetPending:00000000 HAL_EXTI_GetPending
|
||||
/tmp/ccLeczU6.s:947 .text.HAL_EXTI_GetPending:0000001c $d
|
||||
/tmp/ccLeczU6.s:952 .text.HAL_EXTI_ClearPending:00000000 $t
|
||||
/tmp/ccLeczU6.s:958 .text.HAL_EXTI_ClearPending:00000000 HAL_EXTI_ClearPending
|
||||
/tmp/ccLeczU6.s:1002 .text.HAL_EXTI_ClearPending:00000018 $d
|
||||
/tmp/ccLeczU6.s:1007 .text.HAL_EXTI_GenerateSWI:00000000 $t
|
||||
/tmp/ccLeczU6.s:1013 .text.HAL_EXTI_GenerateSWI:00000000 HAL_EXTI_GenerateSWI
|
||||
/tmp/ccLeczU6.s:1054 .text.HAL_EXTI_GenerateSWI:00000018 $d
|
||||
|
||||
NO UNDEFINED SYMBOLS
|
||||
|
||||
Binary file not shown.
+1145
-1147
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1689
-1696
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccrFjpCU.s page 1
|
||||
ARM GAS /tmp/cc0Ul7iw.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m4
|
||||
@@ -58,7 +58,7 @@ ARM GAS /tmp/ccrFjpCU.s page 1
|
||||
28:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c **** [..] RAM functions are defined using a specific toolchain keyword "__ramfunc".
|
||||
29:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c ****
|
||||
30:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c **** *** GNU Compiler ***
|
||||
ARM GAS /tmp/ccrFjpCU.s page 2
|
||||
ARM GAS /tmp/cc0Ul7iw.s page 2
|
||||
|
||||
|
||||
31:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c **** --------------------
|
||||
@@ -118,7 +118,7 @@ ARM GAS /tmp/ccrFjpCU.s page 1
|
||||
85:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c **** */
|
||||
86:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c ****
|
||||
87:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c **** /**
|
||||
ARM GAS /tmp/ccrFjpCU.s page 3
|
||||
ARM GAS /tmp/cc0Ul7iw.s page 3
|
||||
|
||||
|
||||
88:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c **** * @brief Enable the Power down in Run Mode
|
||||
@@ -178,7 +178,7 @@ ARM GAS /tmp/ccrFjpCU.s page 1
|
||||
105:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c **** */
|
||||
106:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c **** __RAM_FUNC HAL_StatusTypeDef HAL_FLASHEx_DisableRunPowerDown(void)
|
||||
107:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c **** {
|
||||
ARM GAS /tmp/ccrFjpCU.s page 4
|
||||
ARM GAS /tmp/cc0Ul7iw.s page 4
|
||||
|
||||
|
||||
68 .loc 1 107 1 is_stmt 1 view -0
|
||||
@@ -218,20 +218,20 @@ ARM GAS /tmp/ccrFjpCU.s page 1
|
||||
97 .LFE330:
|
||||
99 .text
|
||||
100 .Letext0:
|
||||
101 .file 2 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
102 .file 3 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
101 .file 2 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
102 .file 3 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
103 .file 4 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h"
|
||||
104 .file 5 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h"
|
||||
ARM GAS /tmp/ccrFjpCU.s page 5
|
||||
ARM GAS /tmp/cc0Ul7iw.s page 5
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 stm32g4xx_hal_flash_ramfunc.c
|
||||
/tmp/ccrFjpCU.s:21 .RamFunc:00000000 $t
|
||||
/tmp/ccrFjpCU.s:27 .RamFunc:00000000 HAL_FLASHEx_EnableRunPowerDown
|
||||
/tmp/ccrFjpCU.s:54 .RamFunc:00000018 $d
|
||||
/tmp/ccrFjpCU.s:60 .RamFunc:00000024 $t
|
||||
/tmp/ccrFjpCU.s:66 .RamFunc:00000024 HAL_FLASHEx_DisableRunPowerDown
|
||||
/tmp/ccrFjpCU.s:93 .RamFunc:0000003c $d
|
||||
/tmp/cc0Ul7iw.s:21 .RamFunc:00000000 $t
|
||||
/tmp/cc0Ul7iw.s:27 .RamFunc:00000000 HAL_FLASHEx_EnableRunPowerDown
|
||||
/tmp/cc0Ul7iw.s:54 .RamFunc:00000018 $d
|
||||
/tmp/cc0Ul7iw.s:60 .RamFunc:00000024 $t
|
||||
/tmp/cc0Ul7iw.s:66 .RamFunc:00000024 HAL_FLASHEx_DisableRunPowerDown
|
||||
/tmp/cc0Ul7iw.s:93 .RamFunc:0000003c $d
|
||||
|
||||
NO UNDEFINED SYMBOLS
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
ARM GAS /tmp/ccy7u3l1.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m4
|
||||
@@ -58,7 +58,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
27:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** (+) Each port bit of the general-purpose I/O (GPIO) ports can be individually
|
||||
28:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** configured by software in several modes:
|
||||
29:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** (++) Input mode
|
||||
ARM GAS /tmp/ccpK9PRu.s page 2
|
||||
ARM GAS /tmp/ccy7u3l1.s page 2
|
||||
|
||||
|
||||
30:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** (++) Analog mode
|
||||
@@ -118,7 +118,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
84:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** (#) To set/reset the level of a pin configured in output mode use
|
||||
85:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** HAL_GPIO_WritePin()/HAL_GPIO_TogglePin().
|
||||
86:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c ****
|
||||
ARM GAS /tmp/ccpK9PRu.s page 3
|
||||
ARM GAS /tmp/ccy7u3l1.s page 3
|
||||
|
||||
|
||||
87:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** (#) To lock pin configuration until next reset use HAL_GPIO_LockPin().
|
||||
@@ -178,7 +178,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
141:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** */
|
||||
142:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c ****
|
||||
143:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** /** @defgroup GPIO_Exported_Functions_Group1 Initialization/de-initialization functions
|
||||
ARM GAS /tmp/ccpK9PRu.s page 4
|
||||
ARM GAS /tmp/ccy7u3l1.s page 4
|
||||
|
||||
|
||||
144:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** * @brief Initialization and Configuration functions
|
||||
@@ -238,7 +238,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
53 .loc 1 174 3 view .LVU8
|
||||
164:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** uint32_t iocurrent;
|
||||
54 .loc 1 164 12 is_stmt 0 view .LVU9
|
||||
ARM GAS /tmp/ccpK9PRu.s page 5
|
||||
ARM GAS /tmp/ccy7u3l1.s page 5
|
||||
|
||||
|
||||
55 0004 0023 movs r3, #0
|
||||
@@ -298,7 +298,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
88 .LVL6:
|
||||
196:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** temp &= ~(GPIO_OTYPER_OT0 << position) ;
|
||||
89 .loc 1 196 9 is_stmt 1 view .LVU26
|
||||
ARM GAS /tmp/ccpK9PRu.s page 6
|
||||
ARM GAS /tmp/ccy7u3l1.s page 6
|
||||
|
||||
|
||||
90 .loc 1 196 14 is_stmt 0 view .LVU27
|
||||
@@ -358,7 +358,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
118 .loc 1 222 9 is_stmt 1 view .LVU40
|
||||
119 .loc 1 222 38 is_stmt 0 view .LVU41
|
||||
120 0038 03F0070C and ip, r3, #7
|
||||
ARM GAS /tmp/ccpK9PRu.s page 7
|
||||
ARM GAS /tmp/ccy7u3l1.s page 7
|
||||
|
||||
|
||||
121 .loc 1 222 47 view .LVU42
|
||||
@@ -418,7 +418,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
243:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** SYSCFG->EXTICR[position >> 2U] = temp;
|
||||
155 .loc 1 243 9 is_stmt 1 view .LVU55
|
||||
156 .loc 1 243 40 is_stmt 0 view .LVU56
|
||||
ARM GAS /tmp/ccpK9PRu.s page 8
|
||||
ARM GAS /tmp/ccy7u3l1.s page 8
|
||||
|
||||
|
||||
157 0068 0CF1020C add ip, ip, #2
|
||||
@@ -478,7 +478,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
198 0094 17F4001F tst r7, #2097152
|
||||
199 0098 01D0 beq .L9
|
||||
257:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** {
|
||||
ARM GAS /tmp/ccpK9PRu.s page 9
|
||||
ARM GAS /tmp/ccy7u3l1.s page 9
|
||||
|
||||
|
||||
258:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** temp |= iocurrent;
|
||||
@@ -538,7 +538,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
273:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** if ((GPIO_Init->Mode & EXTI_IT) != 0x00U)
|
||||
239 .loc 1 273 9 is_stmt 1 view .LVU93
|
||||
240 .loc 1 273 23 is_stmt 0 view .LVU94
|
||||
ARM GAS /tmp/ccpK9PRu.s page 10
|
||||
ARM GAS /tmp/ccy7u3l1.s page 10
|
||||
|
||||
|
||||
241 00bc 4E68 ldr r6, [r1, #4]
|
||||
@@ -598,7 +598,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
279 00e2 F3D0 beq .L3
|
||||
183:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** ((GPIO_Init->Mode & GPIO_MODE) == MODE_AF))
|
||||
280 .loc 1 183 7 is_stmt 1 view .LVU111
|
||||
ARM GAS /tmp/ccpK9PRu.s page 11
|
||||
ARM GAS /tmp/ccy7u3l1.s page 11
|
||||
|
||||
|
||||
183:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** ((GPIO_Init->Mode & GPIO_MODE) == MODE_AF))
|
||||
@@ -658,7 +658,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
317 010c AC40 lsls r4, r4, r5
|
||||
209:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** GPIOx->PUPDR = temp;
|
||||
318 .loc 1 209 14 view .LVU130
|
||||
ARM GAS /tmp/ccpK9PRu.s page 12
|
||||
ARM GAS /tmp/ccy7u3l1.s page 12
|
||||
|
||||
|
||||
319 010e 44EA0C04 orr r4, r4, ip
|
||||
@@ -718,7 +718,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
356 013a 44EA0C04 orr r4, r4, ip
|
||||
357 .LVL39:
|
||||
231:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c ****
|
||||
ARM GAS /tmp/ccpK9PRu.s page 13
|
||||
ARM GAS /tmp/ccy7u3l1.s page 13
|
||||
|
||||
|
||||
358 .loc 1 231 7 is_stmt 1 view .LVU148
|
||||
@@ -778,7 +778,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
396 .loc 1 241 33 view .LVU164
|
||||
397 016e 4FEA8E0E lsl lr, lr, #2
|
||||
241:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** temp |= (GPIO_GET_INDEX(GPIOx) << (4U * (position & 0x03U)));
|
||||
ARM GAS /tmp/ccpK9PRu.s page 14
|
||||
ARM GAS /tmp/ccy7u3l1.s page 14
|
||||
|
||||
|
||||
398 .loc 1 241 26 view .LVU165
|
||||
@@ -838,7 +838,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
440 .loc 1 242 18 discriminator 8 view .LVU177
|
||||
441 01b8 0324 movs r4, #3
|
||||
442 01ba 52E7 b .L7
|
||||
ARM GAS /tmp/ccpK9PRu.s page 15
|
||||
ARM GAS /tmp/ccy7u3l1.s page 15
|
||||
|
||||
|
||||
443 .L17:
|
||||
@@ -898,7 +898,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
298:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** /* Check the parameters */
|
||||
299:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** assert_param(IS_GPIO_ALL_INSTANCE(GPIOx));
|
||||
482 .loc 1 299 3 view .LVU184
|
||||
ARM GAS /tmp/ccpK9PRu.s page 16
|
||||
ARM GAS /tmp/ccy7u3l1.s page 16
|
||||
|
||||
|
||||
300:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** assert_param(IS_GPIO_PIN(GPIO_Pin));
|
||||
@@ -958,7 +958,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
318:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** EXTI->IMR1 &= ~(iocurrent);
|
||||
319:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** EXTI->EMR1 &= ~(iocurrent);
|
||||
320:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c ****
|
||||
ARM GAS /tmp/ccpK9PRu.s page 17
|
||||
ARM GAS /tmp/ccy7u3l1.s page 17
|
||||
|
||||
|
||||
321:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** /* Clear Rising Falling edge configuration */
|
||||
@@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
551 0054 4468 ldr r4, [r0, #4]
|
||||
552 .loc 1 340 22 view .LVU210
|
||||
553 0056 24EA0202 bic r2, r4, r2
|
||||
ARM GAS /tmp/ccpK9PRu.s page 18
|
||||
ARM GAS /tmp/ccy7u3l1.s page 18
|
||||
|
||||
|
||||
554 .LVL49:
|
||||
@@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
592 .loc 1 314 7 is_stmt 1 view .LVU226
|
||||
314:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** if (tmp == (GPIO_GET_INDEX(GPIOx) << (4U * (position & 0x03U))))
|
||||
593 .loc 1 314 41 is_stmt 0 view .LVU227
|
||||
ARM GAS /tmp/ccpK9PRu.s page 19
|
||||
ARM GAS /tmp/ccy7u3l1.s page 19
|
||||
|
||||
|
||||
594 0084 03F0030C and ip, r3, #3
|
||||
@@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
635 .loc 1 315 19 discriminator 6 view .LVU240
|
||||
636 00c8 0225 movs r5, #2
|
||||
637 00ca A3E7 b .L29
|
||||
ARM GAS /tmp/ccpK9PRu.s page 20
|
||||
ARM GAS /tmp/ccy7u3l1.s page 20
|
||||
|
||||
|
||||
638 .L35:
|
||||
@@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
326:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** }
|
||||
676 .loc 1 326 9 view .LVU257
|
||||
326:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** }
|
||||
ARM GAS /tmp/ccpK9PRu.s page 21
|
||||
ARM GAS /tmp/ccy7u3l1.s page 21
|
||||
|
||||
|
||||
677 .loc 1 326 23 is_stmt 0 view .LVU258
|
||||
@@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
357:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** @verbatim
|
||||
358:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** ===============================================================================
|
||||
359:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** ##### IO operation functions #####
|
||||
ARM GAS /tmp/ccpK9PRu.s page 22
|
||||
ARM GAS /tmp/ccy7u3l1.s page 22
|
||||
|
||||
|
||||
360:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** ===============================================================================
|
||||
@@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
745 .loc 1 389 1 is_stmt 0 view .LVU273
|
||||
746 000c 7047 bx lr
|
||||
747 .cfi_endproc
|
||||
ARM GAS /tmp/ccpK9PRu.s page 23
|
||||
ARM GAS /tmp/ccy7u3l1.s page 23
|
||||
|
||||
|
||||
748 .LFE331:
|
||||
@@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
419:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** GPIOx->BRR = (uint32_t)GPIO_Pin;
|
||||
775 .loc 1 419 5 is_stmt 1 view .LVU281
|
||||
776 .loc 1 419 16 is_stmt 0 view .LVU282
|
||||
ARM GAS /tmp/ccpK9PRu.s page 24
|
||||
ARM GAS /tmp/ccy7u3l1.s page 24
|
||||
|
||||
|
||||
777 0006 8162 str r1, [r0, #40]
|
||||
@@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
811 000a 41EA0241 orr r1, r1, r2, lsl #16
|
||||
812 .loc 1 441 15 view .LVU293
|
||||
813 000e 8161 str r1, [r0, #24]
|
||||
ARM GAS /tmp/ccpK9PRu.s page 25
|
||||
ARM GAS /tmp/ccy7u3l1.s page 25
|
||||
|
||||
|
||||
442:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** }
|
||||
@@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
847 000a 0B43 orrs r3, r3, r1
|
||||
848 000c 0193 str r3, [sp, #4]
|
||||
465:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** /* Set LCKx bit(s): LCKK='1' + LCK[15-0] */
|
||||
ARM GAS /tmp/ccpK9PRu.s page 26
|
||||
ARM GAS /tmp/ccy7u3l1.s page 26
|
||||
|
||||
|
||||
466:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** GPIOx->LCKR = tmp;
|
||||
@@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
885 .cfi_restore_state
|
||||
481:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c **** }
|
||||
886 .loc 1 481 12 view .LVU317
|
||||
ARM GAS /tmp/ccpK9PRu.s page 27
|
||||
ARM GAS /tmp/ccy7u3l1.s page 27
|
||||
|
||||
|
||||
887 002a 0120 movs r0, #1
|
||||
@@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
912 .cfi_endproc
|
||||
913 .LFE336:
|
||||
915 .section .text.HAL_GPIO_EXTI_IRQHandler,"ax",%progbits
|
||||
ARM GAS /tmp/ccpK9PRu.s page 28
|
||||
ARM GAS /tmp/ccy7u3l1.s page 28
|
||||
|
||||
|
||||
916 .align 1
|
||||
@@ -1677,37 +1677,37 @@ ARM GAS /tmp/ccpK9PRu.s page 1
|
||||
961 .LFE335:
|
||||
963 .text
|
||||
964 .Letext0:
|
||||
965 .file 2 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
ARM GAS /tmp/ccpK9PRu.s page 29
|
||||
965 .file 2 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
ARM GAS /tmp/ccy7u3l1.s page 29
|
||||
|
||||
|
||||
966 .file 3 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
966 .file 3 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
967 .file 4 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h"
|
||||
968 .file 5 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h"
|
||||
969 .file 6 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h"
|
||||
ARM GAS /tmp/ccpK9PRu.s page 30
|
||||
ARM GAS /tmp/ccy7u3l1.s page 30
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 stm32g4xx_hal_gpio.c
|
||||
/tmp/ccpK9PRu.s:21 .text.HAL_GPIO_Init:00000000 $t
|
||||
/tmp/ccpK9PRu.s:27 .text.HAL_GPIO_Init:00000000 HAL_GPIO_Init
|
||||
/tmp/ccpK9PRu.s:458 .text.HAL_GPIO_Init:000001c4 $d
|
||||
/tmp/ccpK9PRu.s:466 .text.HAL_GPIO_DeInit:00000000 $t
|
||||
/tmp/ccpK9PRu.s:472 .text.HAL_GPIO_DeInit:00000000 HAL_GPIO_DeInit
|
||||
/tmp/ccpK9PRu.s:705 .text.HAL_GPIO_DeInit:00000110 $d
|
||||
/tmp/ccpK9PRu.s:712 .text.HAL_GPIO_ReadPin:00000000 $t
|
||||
/tmp/ccpK9PRu.s:718 .text.HAL_GPIO_ReadPin:00000000 HAL_GPIO_ReadPin
|
||||
/tmp/ccpK9PRu.s:751 .text.HAL_GPIO_WritePin:00000000 $t
|
||||
/tmp/ccpK9PRu.s:757 .text.HAL_GPIO_WritePin:00000000 HAL_GPIO_WritePin
|
||||
/tmp/ccpK9PRu.s:784 .text.HAL_GPIO_TogglePin:00000000 $t
|
||||
/tmp/ccpK9PRu.s:790 .text.HAL_GPIO_TogglePin:00000000 HAL_GPIO_TogglePin
|
||||
/tmp/ccpK9PRu.s:820 .text.HAL_GPIO_LockPin:00000000 $t
|
||||
/tmp/ccpK9PRu.s:826 .text.HAL_GPIO_LockPin:00000000 HAL_GPIO_LockPin
|
||||
/tmp/ccpK9PRu.s:895 .text.HAL_GPIO_EXTI_Callback:00000000 $t
|
||||
/tmp/ccpK9PRu.s:901 .text.HAL_GPIO_EXTI_Callback:00000000 HAL_GPIO_EXTI_Callback
|
||||
/tmp/ccpK9PRu.s:916 .text.HAL_GPIO_EXTI_IRQHandler:00000000 $t
|
||||
/tmp/ccpK9PRu.s:922 .text.HAL_GPIO_EXTI_IRQHandler:00000000 HAL_GPIO_EXTI_IRQHandler
|
||||
/tmp/ccpK9PRu.s:959 .text.HAL_GPIO_EXTI_IRQHandler:00000018 $d
|
||||
/tmp/ccy7u3l1.s:21 .text.HAL_GPIO_Init:00000000 $t
|
||||
/tmp/ccy7u3l1.s:27 .text.HAL_GPIO_Init:00000000 HAL_GPIO_Init
|
||||
/tmp/ccy7u3l1.s:458 .text.HAL_GPIO_Init:000001c4 $d
|
||||
/tmp/ccy7u3l1.s:466 .text.HAL_GPIO_DeInit:00000000 $t
|
||||
/tmp/ccy7u3l1.s:472 .text.HAL_GPIO_DeInit:00000000 HAL_GPIO_DeInit
|
||||
/tmp/ccy7u3l1.s:705 .text.HAL_GPIO_DeInit:00000110 $d
|
||||
/tmp/ccy7u3l1.s:712 .text.HAL_GPIO_ReadPin:00000000 $t
|
||||
/tmp/ccy7u3l1.s:718 .text.HAL_GPIO_ReadPin:00000000 HAL_GPIO_ReadPin
|
||||
/tmp/ccy7u3l1.s:751 .text.HAL_GPIO_WritePin:00000000 $t
|
||||
/tmp/ccy7u3l1.s:757 .text.HAL_GPIO_WritePin:00000000 HAL_GPIO_WritePin
|
||||
/tmp/ccy7u3l1.s:784 .text.HAL_GPIO_TogglePin:00000000 $t
|
||||
/tmp/ccy7u3l1.s:790 .text.HAL_GPIO_TogglePin:00000000 HAL_GPIO_TogglePin
|
||||
/tmp/ccy7u3l1.s:820 .text.HAL_GPIO_LockPin:00000000 $t
|
||||
/tmp/ccy7u3l1.s:826 .text.HAL_GPIO_LockPin:00000000 HAL_GPIO_LockPin
|
||||
/tmp/ccy7u3l1.s:895 .text.HAL_GPIO_EXTI_Callback:00000000 $t
|
||||
/tmp/ccy7u3l1.s:901 .text.HAL_GPIO_EXTI_Callback:00000000 HAL_GPIO_EXTI_Callback
|
||||
/tmp/ccy7u3l1.s:916 .text.HAL_GPIO_EXTI_IRQHandler:00000000 $t
|
||||
/tmp/ccy7u3l1.s:922 .text.HAL_GPIO_EXTI_IRQHandler:00000000 HAL_GPIO_EXTI_IRQHandler
|
||||
/tmp/ccy7u3l1.s:959 .text.HAL_GPIO_EXTI_IRQHandler:00000018 $d
|
||||
|
||||
NO UNDEFINED SYMBOLS
|
||||
|
||||
Binary file not shown.
+15302
-15399
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1485
-1318
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m4
|
||||
@@ -58,7 +58,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
28:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** * @{
|
||||
29:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** */
|
||||
30:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c ****
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 2
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 2
|
||||
|
||||
|
||||
31:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** /** @defgroup PWR PWR
|
||||
@@ -118,7 +118,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
85:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** */
|
||||
86:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** void HAL_PWR_DeInit(void)
|
||||
87:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** {
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 3
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 3
|
||||
|
||||
|
||||
29 .loc 1 87 1 view -0
|
||||
@@ -178,7 +178,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
66 .loc 1 106 3 view .LVU5
|
||||
67 0000 024A ldr r2, .L5
|
||||
68 0002 1368 ldr r3, [r2]
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 4
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 4
|
||||
|
||||
|
||||
69 0004 43F48073 orr r3, r3, #256
|
||||
@@ -238,7 +238,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
116 .LVL0:
|
||||
117 .LFB332:
|
||||
118:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c ****
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 5
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 5
|
||||
|
||||
|
||||
119:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c ****
|
||||
@@ -298,7 +298,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
173:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c ****
|
||||
174:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** *** Low-power run mode ***
|
||||
175:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** ==========================
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 6
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 6
|
||||
|
||||
|
||||
176:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** [..]
|
||||
@@ -358,7 +358,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
230:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c ****
|
||||
231:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** *** Standby mode ***
|
||||
232:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** ====================
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 7
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 7
|
||||
|
||||
|
||||
233:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** [..]
|
||||
@@ -418,7 +418,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
287:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** is necessary to configure the RTC to detect the tamper or time stamp event using the
|
||||
288:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** HAL_RTCEx_SetTimeStamp_IT() or HAL_RTCEx_SetTamper_IT() functions.
|
||||
289:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c ****
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 8
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 8
|
||||
|
||||
|
||||
290:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** (++) To wake up from the Stop mode with an RTC WakeUp event, it is necessary to
|
||||
@@ -478,7 +478,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
141 .loc 1 320 3 view .LVU16
|
||||
142 0020 DA68 ldr r2, [r3, #12]
|
||||
143 0022 22F48032 bic r2, r2, #65536
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 9
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 9
|
||||
|
||||
|
||||
144 0026 DA60 str r2, [r3, #12]
|
||||
@@ -538,7 +538,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
180 005c 084A ldr r2, .L15+4
|
||||
181 005e 9368 ldr r3, [r2, #8]
|
||||
182 0060 43F48033 orr r3, r3, #65536
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 10
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 10
|
||||
|
||||
|
||||
183 0064 9360 str r3, [r2, #8]
|
||||
@@ -598,7 +598,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
222 @ args = 0, pretend = 0, frame = 0
|
||||
223 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
224 @ link register save eliminated.
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 11
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 11
|
||||
|
||||
|
||||
356:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** SET_BIT(PWR->CR2, PWR_CR2_PVDE);
|
||||
@@ -658,7 +658,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
271 .thumb
|
||||
272 .thumb_func
|
||||
274 HAL_PWR_EnableWakeUpPin:
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 12
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 12
|
||||
|
||||
|
||||
275 .LVL2:
|
||||
@@ -718,7 +718,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
400:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** }
|
||||
296 .loc 1 400 1 is_stmt 0 view .LVU48
|
||||
297 0018 7047 bx lr
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 13
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 13
|
||||
|
||||
|
||||
298 .L25:
|
||||
@@ -778,7 +778,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
341 .syntax unified
|
||||
342 .thumb
|
||||
343 .thumb_func
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 14
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 14
|
||||
|
||||
|
||||
345 HAL_PWR_EnterSLEEPMode:
|
||||
@@ -838,7 +838,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
450:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** /* If in low-power run mode at this point, exit it */
|
||||
451:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF))
|
||||
364 .loc 1 451 5 is_stmt 1 view .LVU60
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 15
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 15
|
||||
|
||||
|
||||
365 .loc 1 451 9 is_stmt 0 view .LVU61
|
||||
@@ -898,7 +898,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
390 @ 0 "" 2
|
||||
481:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** __WFE();
|
||||
391 .loc 1 481 5 view .LVU68
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 16
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 16
|
||||
|
||||
|
||||
392 @ 481 "Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c" 1
|
||||
@@ -958,7 +958,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
434 0040 00700040 .word 1073770496
|
||||
435 0044 00ED00E0 .word -536810240
|
||||
436 .cfi_endproc
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 17
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 17
|
||||
|
||||
|
||||
437 .LFE337:
|
||||
@@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
519:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** assert_param(IS_PWR_REGULATOR(Regulator));
|
||||
459 .loc 1 519 3 is_stmt 1 view .LVU81
|
||||
520:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c ****
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 18
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 18
|
||||
|
||||
|
||||
521:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** if(Regulator == PWR_LOWPOWERREGULATOR_ON)
|
||||
@@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
539:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** * to set RRS bit.
|
||||
540:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** * The BOR is available.
|
||||
541:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** * @note The I/Os can be configured either with a pull-up or pull-down or can be kept in analog s
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 19
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 19
|
||||
|
||||
|
||||
542:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** * HAL_PWREx_EnableGPIOPullUp() and HAL_PWREx_EnableGPIOPullDown() respectively enable Pull
|
||||
@@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
528 .section .text.HAL_PWR_EnableSleepOnExit,"ax",%progbits
|
||||
529 .align 1
|
||||
530 .global HAL_PWR_EnableSleepOnExit
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 20
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 20
|
||||
|
||||
|
||||
531 .syntax unified
|
||||
@@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
587:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** */
|
||||
588:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** void HAL_PWR_DisableSleepOnExit(void)
|
||||
589:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** {
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 21
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 21
|
||||
|
||||
|
||||
565 .loc 1 589 1 is_stmt 1 view -0
|
||||
@@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
604 000a 7047 bx lr
|
||||
605 .L55:
|
||||
606 .align 2
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 22
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 22
|
||||
|
||||
|
||||
607 .L54:
|
||||
@@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
623:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c ****
|
||||
624:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c ****
|
||||
625:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** /**
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 23
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 23
|
||||
|
||||
|
||||
626:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c **** * @brief PWR PVD interrupt callback
|
||||
@@ -1341,64 +1341,64 @@ ARM GAS /tmp/ccHFZ5oa.s page 1
|
||||
657 .LFE344:
|
||||
659 .text
|
||||
660 .Letext0:
|
||||
661 .file 2 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
662 .file 3 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
661 .file 2 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
662 .file 3 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
663 .file 4 "Drivers/CMSIS/Include/core_cm4.h"
|
||||
664 .file 5 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h"
|
||||
665 .file 6 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h"
|
||||
666 .file 7 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h"
|
||||
667 .file 8 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h"
|
||||
ARM GAS /tmp/ccHFZ5oa.s page 24
|
||||
ARM GAS /tmp/cc4VFJMZ.s page 24
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 stm32g4xx_hal_pwr.c
|
||||
/tmp/ccHFZ5oa.s:21 .text.HAL_PWR_DeInit:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:27 .text.HAL_PWR_DeInit:00000000 HAL_PWR_DeInit
|
||||
/tmp/ccHFZ5oa.s:48 .text.HAL_PWR_DeInit:00000014 $d
|
||||
/tmp/ccHFZ5oa.s:53 .text.HAL_PWR_EnableBkUpAccess:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:59 .text.HAL_PWR_EnableBkUpAccess:00000000 HAL_PWR_EnableBkUpAccess
|
||||
/tmp/ccHFZ5oa.s:76 .text.HAL_PWR_EnableBkUpAccess:0000000c $d
|
||||
/tmp/ccHFZ5oa.s:81 .text.HAL_PWR_DisableBkUpAccess:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:87 .text.HAL_PWR_DisableBkUpAccess:00000000 HAL_PWR_DisableBkUpAccess
|
||||
/tmp/ccHFZ5oa.s:104 .text.HAL_PWR_DisableBkUpAccess:0000000c $d
|
||||
/tmp/ccHFZ5oa.s:109 .text.HAL_PWR_ConfigPVD:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:115 .text.HAL_PWR_ConfigPVD:00000000 HAL_PWR_ConfigPVD
|
||||
/tmp/ccHFZ5oa.s:206 .text.HAL_PWR_ConfigPVD:0000007c $d
|
||||
/tmp/ccHFZ5oa.s:212 .text.HAL_PWR_EnablePVD:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:218 .text.HAL_PWR_EnablePVD:00000000 HAL_PWR_EnablePVD
|
||||
/tmp/ccHFZ5oa.s:235 .text.HAL_PWR_EnablePVD:0000000c $d
|
||||
/tmp/ccHFZ5oa.s:240 .text.HAL_PWR_DisablePVD:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:246 .text.HAL_PWR_DisablePVD:00000000 HAL_PWR_DisablePVD
|
||||
/tmp/ccHFZ5oa.s:263 .text.HAL_PWR_DisablePVD:0000000c $d
|
||||
/tmp/ccHFZ5oa.s:268 .text.HAL_PWR_EnableWakeUpPin:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:274 .text.HAL_PWR_EnableWakeUpPin:00000000 HAL_PWR_EnableWakeUpPin
|
||||
/tmp/ccHFZ5oa.s:301 .text.HAL_PWR_EnableWakeUpPin:0000001c $d
|
||||
/tmp/ccHFZ5oa.s:306 .text.HAL_PWR_DisableWakeUpPin:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:312 .text.HAL_PWR_DisableWakeUpPin:00000000 HAL_PWR_DisableWakeUpPin
|
||||
/tmp/ccHFZ5oa.s:334 .text.HAL_PWR_DisableWakeUpPin:00000010 $d
|
||||
/tmp/ccHFZ5oa.s:339 .text.HAL_PWR_EnterSLEEPMode:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:345 .text.HAL_PWR_EnterSLEEPMode:00000000 HAL_PWR_EnterSLEEPMode
|
||||
/tmp/ccHFZ5oa.s:434 .text.HAL_PWR_EnterSLEEPMode:00000040 $d
|
||||
/tmp/ccHFZ5oa.s:440 .text.HAL_PWR_EnterSTOPMode:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:446 .text.HAL_PWR_EnterSTOPMode:00000000 HAL_PWR_EnterSTOPMode
|
||||
/tmp/ccHFZ5oa.s:487 .text.HAL_PWR_EnterSTANDBYMode:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:493 .text.HAL_PWR_EnterSTANDBYMode:00000000 HAL_PWR_EnterSTANDBYMode
|
||||
/tmp/ccHFZ5oa.s:523 .text.HAL_PWR_EnterSTANDBYMode:0000001c $d
|
||||
/tmp/ccHFZ5oa.s:529 .text.HAL_PWR_EnableSleepOnExit:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:535 .text.HAL_PWR_EnableSleepOnExit:00000000 HAL_PWR_EnableSleepOnExit
|
||||
/tmp/ccHFZ5oa.s:552 .text.HAL_PWR_EnableSleepOnExit:0000000c $d
|
||||
/tmp/ccHFZ5oa.s:557 .text.HAL_PWR_DisableSleepOnExit:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:563 .text.HAL_PWR_DisableSleepOnExit:00000000 HAL_PWR_DisableSleepOnExit
|
||||
/tmp/ccHFZ5oa.s:580 .text.HAL_PWR_DisableSleepOnExit:0000000c $d
|
||||
/tmp/ccHFZ5oa.s:585 .text.HAL_PWR_EnableSEVOnPend:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:591 .text.HAL_PWR_EnableSEVOnPend:00000000 HAL_PWR_EnableSEVOnPend
|
||||
/tmp/ccHFZ5oa.s:608 .text.HAL_PWR_EnableSEVOnPend:0000000c $d
|
||||
/tmp/ccHFZ5oa.s:613 .text.HAL_PWR_DisableSEVOnPend:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:619 .text.HAL_PWR_DisableSEVOnPend:00000000 HAL_PWR_DisableSEVOnPend
|
||||
/tmp/ccHFZ5oa.s:636 .text.HAL_PWR_DisableSEVOnPend:0000000c $d
|
||||
/tmp/ccHFZ5oa.s:641 .text.HAL_PWR_PVDCallback:00000000 $t
|
||||
/tmp/ccHFZ5oa.s:647 .text.HAL_PWR_PVDCallback:00000000 HAL_PWR_PVDCallback
|
||||
/tmp/cc4VFJMZ.s:21 .text.HAL_PWR_DeInit:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:27 .text.HAL_PWR_DeInit:00000000 HAL_PWR_DeInit
|
||||
/tmp/cc4VFJMZ.s:48 .text.HAL_PWR_DeInit:00000014 $d
|
||||
/tmp/cc4VFJMZ.s:53 .text.HAL_PWR_EnableBkUpAccess:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:59 .text.HAL_PWR_EnableBkUpAccess:00000000 HAL_PWR_EnableBkUpAccess
|
||||
/tmp/cc4VFJMZ.s:76 .text.HAL_PWR_EnableBkUpAccess:0000000c $d
|
||||
/tmp/cc4VFJMZ.s:81 .text.HAL_PWR_DisableBkUpAccess:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:87 .text.HAL_PWR_DisableBkUpAccess:00000000 HAL_PWR_DisableBkUpAccess
|
||||
/tmp/cc4VFJMZ.s:104 .text.HAL_PWR_DisableBkUpAccess:0000000c $d
|
||||
/tmp/cc4VFJMZ.s:109 .text.HAL_PWR_ConfigPVD:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:115 .text.HAL_PWR_ConfigPVD:00000000 HAL_PWR_ConfigPVD
|
||||
/tmp/cc4VFJMZ.s:206 .text.HAL_PWR_ConfigPVD:0000007c $d
|
||||
/tmp/cc4VFJMZ.s:212 .text.HAL_PWR_EnablePVD:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:218 .text.HAL_PWR_EnablePVD:00000000 HAL_PWR_EnablePVD
|
||||
/tmp/cc4VFJMZ.s:235 .text.HAL_PWR_EnablePVD:0000000c $d
|
||||
/tmp/cc4VFJMZ.s:240 .text.HAL_PWR_DisablePVD:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:246 .text.HAL_PWR_DisablePVD:00000000 HAL_PWR_DisablePVD
|
||||
/tmp/cc4VFJMZ.s:263 .text.HAL_PWR_DisablePVD:0000000c $d
|
||||
/tmp/cc4VFJMZ.s:268 .text.HAL_PWR_EnableWakeUpPin:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:274 .text.HAL_PWR_EnableWakeUpPin:00000000 HAL_PWR_EnableWakeUpPin
|
||||
/tmp/cc4VFJMZ.s:301 .text.HAL_PWR_EnableWakeUpPin:0000001c $d
|
||||
/tmp/cc4VFJMZ.s:306 .text.HAL_PWR_DisableWakeUpPin:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:312 .text.HAL_PWR_DisableWakeUpPin:00000000 HAL_PWR_DisableWakeUpPin
|
||||
/tmp/cc4VFJMZ.s:334 .text.HAL_PWR_DisableWakeUpPin:00000010 $d
|
||||
/tmp/cc4VFJMZ.s:339 .text.HAL_PWR_EnterSLEEPMode:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:345 .text.HAL_PWR_EnterSLEEPMode:00000000 HAL_PWR_EnterSLEEPMode
|
||||
/tmp/cc4VFJMZ.s:434 .text.HAL_PWR_EnterSLEEPMode:00000040 $d
|
||||
/tmp/cc4VFJMZ.s:440 .text.HAL_PWR_EnterSTOPMode:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:446 .text.HAL_PWR_EnterSTOPMode:00000000 HAL_PWR_EnterSTOPMode
|
||||
/tmp/cc4VFJMZ.s:487 .text.HAL_PWR_EnterSTANDBYMode:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:493 .text.HAL_PWR_EnterSTANDBYMode:00000000 HAL_PWR_EnterSTANDBYMode
|
||||
/tmp/cc4VFJMZ.s:523 .text.HAL_PWR_EnterSTANDBYMode:0000001c $d
|
||||
/tmp/cc4VFJMZ.s:529 .text.HAL_PWR_EnableSleepOnExit:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:535 .text.HAL_PWR_EnableSleepOnExit:00000000 HAL_PWR_EnableSleepOnExit
|
||||
/tmp/cc4VFJMZ.s:552 .text.HAL_PWR_EnableSleepOnExit:0000000c $d
|
||||
/tmp/cc4VFJMZ.s:557 .text.HAL_PWR_DisableSleepOnExit:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:563 .text.HAL_PWR_DisableSleepOnExit:00000000 HAL_PWR_DisableSleepOnExit
|
||||
/tmp/cc4VFJMZ.s:580 .text.HAL_PWR_DisableSleepOnExit:0000000c $d
|
||||
/tmp/cc4VFJMZ.s:585 .text.HAL_PWR_EnableSEVOnPend:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:591 .text.HAL_PWR_EnableSEVOnPend:00000000 HAL_PWR_EnableSEVOnPend
|
||||
/tmp/cc4VFJMZ.s:608 .text.HAL_PWR_EnableSEVOnPend:0000000c $d
|
||||
/tmp/cc4VFJMZ.s:613 .text.HAL_PWR_DisableSEVOnPend:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:619 .text.HAL_PWR_DisableSEVOnPend:00000000 HAL_PWR_DisableSEVOnPend
|
||||
/tmp/cc4VFJMZ.s:636 .text.HAL_PWR_DisableSEVOnPend:0000000c $d
|
||||
/tmp/cc4VFJMZ.s:641 .text.HAL_PWR_PVDCallback:00000000 $t
|
||||
/tmp/cc4VFJMZ.s:647 .text.HAL_PWR_PVDCallback:00000000 HAL_PWR_PVDCallback
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
HAL_PWREx_DisableLowPowerRunMode
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccebRljS.s page 1
|
||||
ARM GAS /tmp/ccas351m.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m4
|
||||
@@ -58,7 +58,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
28:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @{
|
||||
29:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** */
|
||||
30:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c ****
|
||||
ARM GAS /tmp/ccebRljS.s page 2
|
||||
ARM GAS /tmp/ccas351m.s page 2
|
||||
|
||||
|
||||
31:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** /** @defgroup PWREx PWREx
|
||||
@@ -118,7 +118,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
85:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c ****
|
||||
86:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** /** @defgroup PWREx_Exported_Functions PWR Extended Exported Functions
|
||||
87:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @{
|
||||
ARM GAS /tmp/ccebRljS.s page 3
|
||||
ARM GAS /tmp/ccas351m.s page 3
|
||||
|
||||
|
||||
88:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** */
|
||||
@@ -178,7 +178,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
122:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** return PWR_REGULATOR_VOLTAGE_SCALE1_BOOST;
|
||||
123:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** }
|
||||
124:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** }
|
||||
ARM GAS /tmp/ccebRljS.s page 4
|
||||
ARM GAS /tmp/ccas351m.s page 4
|
||||
|
||||
|
||||
49 .loc 1 124 1 view .LVU7
|
||||
@@ -238,7 +238,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
74 @ args = 0, pretend = 0, frame = 0
|
||||
75 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
76 @ link register save eliminated.
|
||||
ARM GAS /tmp/ccebRljS.s page 5
|
||||
ARM GAS /tmp/ccas351m.s page 5
|
||||
|
||||
|
||||
155:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** uint32_t wait_loop_index;
|
||||
@@ -298,7 +298,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
190:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** /* If current range is range 2 */
|
||||
191:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** if (READ_BIT(PWR->CR1, PWR_CR1_VOS) == PWR_REGULATOR_VOLTAGE_SCALE2)
|
||||
192:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** {
|
||||
ARM GAS /tmp/ccebRljS.s page 6
|
||||
ARM GAS /tmp/ccas351m.s page 6
|
||||
|
||||
|
||||
193:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** /* Make sure Range 1 Boost is disabled */
|
||||
@@ -358,7 +358,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
171:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) && (wait_loop_index != 0U))
|
||||
114 .loc 1 171 53 is_stmt 0 view .LVU23
|
||||
115 003e 314B ldr r3, .L23+4
|
||||
ARM GAS /tmp/ccebRljS.s page 7
|
||||
ARM GAS /tmp/ccas351m.s page 7
|
||||
|
||||
|
||||
116 0040 1B68 ldr r3, [r3]
|
||||
@@ -418,7 +418,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
156 006e 0020 movs r0, #0
|
||||
157 .LVL6:
|
||||
158 .loc 1 225 10 view .LVU39
|
||||
ARM GAS /tmp/ccebRljS.s page 8
|
||||
ARM GAS /tmp/ccas351m.s page 8
|
||||
|
||||
|
||||
159 0070 7047 bx lr
|
||||
@@ -478,7 +478,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
204 .loc 1 197 7 view .LVU52
|
||||
205 00b8 1368 ldr r3, [r2]
|
||||
206 00ba 23F4C063 bic r3, r3, #1536
|
||||
ARM GAS /tmp/ccebRljS.s page 9
|
||||
ARM GAS /tmp/ccas351m.s page 9
|
||||
|
||||
|
||||
207 00be 43F40073 orr r3, r3, #512
|
||||
@@ -538,7 +538,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
246 .loc 1 205 11 view .LVU67
|
||||
247 00ec 5B69 ldr r3, [r3, #20]
|
||||
205:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** {
|
||||
ARM GAS /tmp/ccebRljS.s page 10
|
||||
ARM GAS /tmp/ccas351m.s page 10
|
||||
|
||||
|
||||
248 .loc 1 205 10 view .LVU68
|
||||
@@ -598,7 +598,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
238:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection)
|
||||
239:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** {
|
||||
289 .loc 1 239 1 is_stmt 1 view -0
|
||||
ARM GAS /tmp/ccebRljS.s page 11
|
||||
ARM GAS /tmp/ccas351m.s page 11
|
||||
|
||||
|
||||
290 .cfi_startproc
|
||||
@@ -658,7 +658,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
329 0000 024A ldr r2, .L29
|
||||
330 0002 D368 ldr r3, [r2, #12]
|
||||
331 0004 23F48073 bic r3, r3, #256
|
||||
ARM GAS /tmp/ccebRljS.s page 12
|
||||
ARM GAS /tmp/ccas351m.s page 12
|
||||
|
||||
|
||||
332 0008 D360 str r3, [r2, #12]
|
||||
@@ -718,7 +718,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
268:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c ****
|
||||
269:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c ****
|
||||
270:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** /**
|
||||
ARM GAS /tmp/ccebRljS.s page 13
|
||||
ARM GAS /tmp/ccas351m.s page 13
|
||||
|
||||
|
||||
271:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @brief Disable Internal Wake-up Line.
|
||||
@@ -778,7 +778,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
298:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * I/O pins are available) or the logical OR of several of them to set
|
||||
299:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * several bits for a given port in a single API call.
|
||||
300:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @retval HAL Status
|
||||
ARM GAS /tmp/ccebRljS.s page 14
|
||||
ARM GAS /tmp/ccas351m.s page 14
|
||||
|
||||
|
||||
301:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** */
|
||||
@@ -838,7 +838,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
447 0028 0020 movs r0, #0
|
||||
448 .loc 1 314 8 view .LVU100
|
||||
449 002a 7047 bx lr
|
||||
ARM GAS /tmp/ccebRljS.s page 15
|
||||
ARM GAS /tmp/ccas351m.s page 15
|
||||
|
||||
|
||||
450 .LVL24:
|
||||
@@ -898,7 +898,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
492 005c 0A43 orrs r2, r2, r1
|
||||
493 005e 9A63 str r2, [r3, #56]
|
||||
325:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** CLEAR_BIT(PWR->PDCRD, GPIONumber);
|
||||
ARM GAS /tmp/ccebRljS.s page 16
|
||||
ARM GAS /tmp/ccas351m.s page 16
|
||||
|
||||
|
||||
494 .loc 1 325 8 view .LVU113
|
||||
@@ -958,7 +958,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
537 .loc 1 334 8 view .LVU125
|
||||
304:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c ****
|
||||
538 .loc 1 304 21 is_stmt 0 view .LVU126
|
||||
ARM GAS /tmp/ccebRljS.s page 17
|
||||
ARM GAS /tmp/ccas351m.s page 17
|
||||
|
||||
|
||||
539 0098 0020 movs r0, #0
|
||||
@@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
581 .thumb
|
||||
582 .thumb_func
|
||||
584 HAL_PWREx_DisableGPIOPullUp:
|
||||
ARM GAS /tmp/ccebRljS.s page 18
|
||||
ARM GAS /tmp/ccas351m.s page 18
|
||||
|
||||
|
||||
585 .LVL41:
|
||||
@@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
611 0012 136A ldr r3, [r2, #32]
|
||||
612 0014 21F48041 bic r1, r1, #16384
|
||||
613 .LVL42:
|
||||
ARM GAS /tmp/ccebRljS.s page 19
|
||||
ARM GAS /tmp/ccas351m.s page 19
|
||||
|
||||
|
||||
614 .loc 1 373 8 is_stmt 0 view .LVU143
|
||||
@@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
383:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** break;
|
||||
656 .loc 1 383 8 view .LVU156
|
||||
365:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c ****
|
||||
ARM GAS /tmp/ccebRljS.s page 20
|
||||
ARM GAS /tmp/ccas351m.s page 20
|
||||
|
||||
|
||||
657 .loc 1 365 21 is_stmt 0 view .LVU157
|
||||
@@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
701 0078 23EA0103 bic r3, r3, r1
|
||||
702 007c 1365 str r3, [r2, #80]
|
||||
392:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** break;
|
||||
ARM GAS /tmp/ccebRljS.s page 21
|
||||
ARM GAS /tmp/ccas351m.s page 21
|
||||
|
||||
|
||||
703 .loc 1 392 8 is_stmt 1 view .LVU170
|
||||
@@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
416:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * (or PWR_GPIO_I depending on the devices) to select the GPIO peripheral.
|
||||
417:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @param GPIONumber: Specify the I/O pins numbers.
|
||||
418:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * This parameter can be one of the following values:
|
||||
ARM GAS /tmp/ccebRljS.s page 22
|
||||
ARM GAS /tmp/ccas351m.s page 22
|
||||
|
||||
|
||||
419:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * PWR_GPIO_BIT_0, ..., PWR_GPIO_BIT_15 (except for the port where less
|
||||
@@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
436:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** break;
|
||||
771 .loc 1 436 8 is_stmt 1 view .LVU185
|
||||
426:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c ****
|
||||
ARM GAS /tmp/ccebRljS.s page 23
|
||||
ARM GAS /tmp/ccas351m.s page 23
|
||||
|
||||
|
||||
772 .loc 1 426 21 is_stmt 0 view .LVU186
|
||||
@@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
814 .loc 1 446 8 is_stmt 1 view .LVU199
|
||||
815 0058 174B ldr r3, .L74
|
||||
816 005a DA6B ldr r2, [r3, #60]
|
||||
ARM GAS /tmp/ccebRljS.s page 24
|
||||
ARM GAS /tmp/ccas351m.s page 24
|
||||
|
||||
|
||||
817 005c 0A43 orrs r2, r2, r1
|
||||
@@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
860 0092 22EA0102 bic r2, r2, r1
|
||||
861 0096 9A64 str r2, [r3, #72]
|
||||
456:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** break;
|
||||
ARM GAS /tmp/ccebRljS.s page 25
|
||||
ARM GAS /tmp/ccas351m.s page 25
|
||||
|
||||
|
||||
862 .loc 1 456 8 view .LVU212
|
||||
@@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
903 .align 1
|
||||
904 .global HAL_PWREx_DisableGPIOPullDown
|
||||
905 .syntax unified
|
||||
ARM GAS /tmp/ccebRljS.s page 26
|
||||
ARM GAS /tmp/ccas351m.s page 26
|
||||
|
||||
|
||||
906 .thumb
|
||||
@@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
495:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** CLEAR_BIT(PWR->PDCRA, (GPIONumber & (~(PWR_GPIO_BIT_13|PWR_GPIO_BIT_15))));
|
||||
934 .loc 1 495 8 view .LVU229
|
||||
935 0010 1C4A ldr r2, .L87
|
||||
ARM GAS /tmp/ccebRljS.s page 27
|
||||
ARM GAS /tmp/ccas351m.s page 27
|
||||
|
||||
|
||||
936 0012 536A ldr r3, [r2, #36]
|
||||
@@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
504:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** CLEAR_BIT(PWR->PDCRD, GPIONumber);
|
||||
979 .loc 1 504 8 is_stmt 1 view .LVU243
|
||||
980 0042 104A ldr r2, .L87
|
||||
ARM GAS /tmp/ccebRljS.s page 28
|
||||
ARM GAS /tmp/ccas351m.s page 28
|
||||
|
||||
|
||||
981 0044 D36B ldr r3, [r2, #60]
|
||||
@@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1023 .loc 1 513 8 is_stmt 1 view .LVU256
|
||||
1024 0074 034B ldr r3, .L87
|
||||
1025 0076 5A6D ldr r2, [r3, #84]
|
||||
ARM GAS /tmp/ccebRljS.s page 29
|
||||
ARM GAS /tmp/ccas351m.s page 29
|
||||
|
||||
|
||||
1026 0078 5A65 str r2, [r3, #84]
|
||||
@@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1057 .loc 1 536 1 is_stmt 1 view -0
|
||||
1058 .cfi_startproc
|
||||
1059 @ args = 0, pretend = 0, frame = 0
|
||||
ARM GAS /tmp/ccebRljS.s page 30
|
||||
ARM GAS /tmp/ccas351m.s page 30
|
||||
|
||||
|
||||
1060 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
@@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1102 .LFE340:
|
||||
1104 .section .text.HAL_PWREx_EnableSRAM2ContentRetention,"ax",%progbits
|
||||
1105 .align 1
|
||||
ARM GAS /tmp/ccebRljS.s page 31
|
||||
ARM GAS /tmp/ccas351m.s page 31
|
||||
|
||||
|
||||
1106 .global HAL_PWREx_EnableSRAM2ContentRetention
|
||||
@@ -1858,7 +1858,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
573:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** {
|
||||
1141 .loc 1 573 1 is_stmt 1 view -0
|
||||
1142 .cfi_startproc
|
||||
ARM GAS /tmp/ccebRljS.s page 32
|
||||
ARM GAS /tmp/ccas351m.s page 32
|
||||
|
||||
|
||||
1143 @ args = 0, pretend = 0, frame = 0
|
||||
@@ -1918,7 +1918,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1184 000c 00700040 .word 1073770496
|
||||
1185 .cfi_endproc
|
||||
1186 .LFE343:
|
||||
ARM GAS /tmp/ccebRljS.s page 33
|
||||
ARM GAS /tmp/ccas351m.s page 33
|
||||
|
||||
|
||||
1188 .section .text.HAL_PWREx_DisablePVM1,"ax",%progbits
|
||||
@@ -1978,7 +1978,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1226 .cfi_startproc
|
||||
1227 @ args = 0, pretend = 0, frame = 0
|
||||
1228 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
ARM GAS /tmp/ccebRljS.s page 34
|
||||
ARM GAS /tmp/ccas351m.s page 34
|
||||
|
||||
|
||||
1229 @ link register save eliminated.
|
||||
@@ -2038,7 +2038,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1275 .syntax unified
|
||||
1276 .thumb
|
||||
1277 .thumb_func
|
||||
ARM GAS /tmp/ccebRljS.s page 35
|
||||
ARM GAS /tmp/ccas351m.s page 35
|
||||
|
||||
|
||||
1279 HAL_PWREx_EnablePVM3:
|
||||
@@ -2098,7 +2098,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1316 0002 5368 ldr r3, [r2, #4]
|
||||
1317 0004 23F04003 bic r3, r3, #64
|
||||
1318 0008 5360 str r3, [r2, #4]
|
||||
ARM GAS /tmp/ccebRljS.s page 36
|
||||
ARM GAS /tmp/ccas351m.s page 36
|
||||
|
||||
|
||||
638:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** }
|
||||
@@ -2158,7 +2158,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
650:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** /**
|
||||
651:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @brief Disable the Power Voltage Monitoring 4: VDDA versus OPAMP/DAC minimum voltage 1.8V.
|
||||
652:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @retval None
|
||||
ARM GAS /tmp/ccebRljS.s page 37
|
||||
ARM GAS /tmp/ccas351m.s page 37
|
||||
|
||||
|
||||
653:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** */
|
||||
@@ -2218,7 +2218,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1398 @ link register save eliminated.
|
||||
676:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** HAL_StatusTypeDef status = HAL_OK;
|
||||
1399 .loc 1 676 3 view .LVU300
|
||||
ARM GAS /tmp/ccebRljS.s page 38
|
||||
ARM GAS /tmp/ccas351m.s page 38
|
||||
|
||||
|
||||
677:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c ****
|
||||
@@ -2278,7 +2278,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
718:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** break;
|
||||
719:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** #endif /* PWR_CR2_PVME1 */
|
||||
720:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c ****
|
||||
ARM GAS /tmp/ccebRljS.s page 39
|
||||
ARM GAS /tmp/ccas351m.s page 39
|
||||
|
||||
|
||||
721:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** #if defined(PWR_CR2_PVME2)
|
||||
@@ -2338,7 +2338,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1449 004e 664A ldr r2, .L150
|
||||
1450 0050 536A ldr r3, [r2, #36]
|
||||
1451 0052 43F01003 orr r3, r3, #16
|
||||
ARM GAS /tmp/ccebRljS.s page 40
|
||||
ARM GAS /tmp/ccas351m.s page 40
|
||||
|
||||
|
||||
1452 0056 5362 str r3, [r2, #36]
|
||||
@@ -2398,7 +2398,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
686:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** {
|
||||
1491 .loc 1 686 3 view .LVU330
|
||||
1492 0086 802B cmp r3, #128
|
||||
ARM GAS /tmp/ccebRljS.s page 41
|
||||
ARM GAS /tmp/ccas351m.s page 41
|
||||
|
||||
|
||||
1493 0088 36D1 bne .L149
|
||||
@@ -2458,7 +2458,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
790:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** __HAL_PWR_PVM4_EXTI_DISABLE_RISING_EDGE();
|
||||
1507 .loc 1 790 7 view .LVU334
|
||||
1508 00a4 9A6A ldr r2, [r3, #40]
|
||||
ARM GAS /tmp/ccebRljS.s page 42
|
||||
ARM GAS /tmp/ccas351m.s page 42
|
||||
|
||||
|
||||
1509 00a6 22F04002 bic r2, r2, #64
|
||||
@@ -2518,7 +2518,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1546 .L143:
|
||||
808:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** }
|
||||
809:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c ****
|
||||
ARM GAS /tmp/ccebRljS.s page 43
|
||||
ARM GAS /tmp/ccas351m.s page 43
|
||||
|
||||
|
||||
810:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** if((sConfigPVM->Mode & PVM_FALLING_EDGE) == PVM_FALLING_EDGE)
|
||||
@@ -2578,7 +2578,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1589 .loc 1 697 7 view .LVU359
|
||||
697:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** {
|
||||
1590 .loc 1 697 21 is_stmt 0 view .LVU360
|
||||
ARM GAS /tmp/ccebRljS.s page 44
|
||||
ARM GAS /tmp/ccas351m.s page 44
|
||||
|
||||
|
||||
1591 011e 4368 ldr r3, [r0, #4]
|
||||
@@ -2638,7 +2638,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1631 .loc 1 716 9 is_stmt 1 view .LVU374
|
||||
1632 015c 224A ldr r2, .L150
|
||||
1633 015e D36A ldr r3, [r2, #44]
|
||||
ARM GAS /tmp/ccebRljS.s page 45
|
||||
ARM GAS /tmp/ccas351m.s page 45
|
||||
|
||||
|
||||
1634 0160 43F00803 orr r3, r3, #8
|
||||
@@ -2698,7 +2698,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1675 .loc 1 768 9 view .LVU387
|
||||
1676 01a0 13F4003F tst r3, #131072
|
||||
1677 01a4 04D0 beq .L139
|
||||
ARM GAS /tmp/ccebRljS.s page 46
|
||||
ARM GAS /tmp/ccas351m.s page 46
|
||||
|
||||
|
||||
770:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** }
|
||||
@@ -2758,7 +2758,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1719 .LVL112:
|
||||
1720 .L145:
|
||||
676:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c ****
|
||||
ARM GAS /tmp/ccebRljS.s page 47
|
||||
ARM GAS /tmp/ccas351m.s page 47
|
||||
|
||||
|
||||
1721 .loc 1 676 21 view .LVU401
|
||||
@@ -2818,7 +2818,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
829:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * Flash in power-down monde in setting the RUN_PD bit in FLASH_ACR register.
|
||||
830:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * Additionally, the clock frequency must be reduced below 2 MHz.
|
||||
831:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * Setting RUN_PD in FLASH_ACR then appropriately reducing the clock frequency must
|
||||
ARM GAS /tmp/ccebRljS.s page 48
|
||||
ARM GAS /tmp/ccas351m.s page 48
|
||||
|
||||
|
||||
832:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * be done before calling HAL_PWREx_EnableLowPowerRunMode() API.
|
||||
@@ -2878,7 +2878,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
854:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** /* Clear LPR bit */
|
||||
855:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** CLEAR_BIT(PWR->CR1, PWR_CR1_LPR);
|
||||
1791 .loc 1 855 3 view .LVU413
|
||||
ARM GAS /tmp/ccebRljS.s page 49
|
||||
ARM GAS /tmp/ccas351m.s page 49
|
||||
|
||||
|
||||
1792 0000 124A ldr r2, .L161
|
||||
@@ -2938,7 +2938,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1834 003a 5B69 ldr r3, [r3, #20]
|
||||
1835 .loc 1 863 6 view .LVU428
|
||||
1836 003c 13F4007F tst r3, #512
|
||||
ARM GAS /tmp/ccebRljS.s page 50
|
||||
ARM GAS /tmp/ccas351m.s page 50
|
||||
|
||||
|
||||
1837 0040 01D1 bne .L160
|
||||
@@ -2998,7 +2998,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
892:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @retval None
|
||||
893:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** */
|
||||
894:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** void HAL_PWREx_EnterSTOP0Mode(uint8_t STOPEntry)
|
||||
ARM GAS /tmp/ccebRljS.s page 51
|
||||
ARM GAS /tmp/ccas351m.s page 51
|
||||
|
||||
|
||||
895:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** {
|
||||
@@ -3058,7 +3058,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1896 @ 0 "" 2
|
||||
1897 .thumb
|
||||
1898 .syntax unified
|
||||
ARM GAS /tmp/ccebRljS.s page 52
|
||||
ARM GAS /tmp/ccas351m.s page 52
|
||||
|
||||
|
||||
1899 .L165:
|
||||
@@ -3118,7 +3118,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
937:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * is set.
|
||||
938:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @note Due to low power mode, an additional startup delay is incurred when waking up from Stop
|
||||
939:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @param STOPEntry specifies if Stop mode in entered with WFI or WFE instruction.
|
||||
ARM GAS /tmp/ccebRljS.s page 53
|
||||
ARM GAS /tmp/ccas351m.s page 53
|
||||
|
||||
|
||||
940:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * This parameter can be one of the following values:
|
||||
@@ -3178,7 +3178,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1961 @ 966 "Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c" 1
|
||||
1962 001e 20BF wfe
|
||||
1963 @ 0 "" 2
|
||||
ARM GAS /tmp/ccebRljS.s page 54
|
||||
ARM GAS /tmp/ccas351m.s page 54
|
||||
|
||||
|
||||
967:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** __WFE();
|
||||
@@ -3238,7 +3238,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
982:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * The BOR is not available.
|
||||
983:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @note The I/Os can be configured either with a pull-up or pull-down or can be kept in analog s
|
||||
984:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @retval None
|
||||
ARM GAS /tmp/ccebRljS.s page 55
|
||||
ARM GAS /tmp/ccas351m.s page 55
|
||||
|
||||
|
||||
985:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** */
|
||||
@@ -3298,7 +3298,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
2042 .thumb_func
|
||||
2044 HAL_PWREx_PVM1Callback:
|
||||
2045 .LFB358:
|
||||
ARM GAS /tmp/ccebRljS.s page 56
|
||||
ARM GAS /tmp/ccas351m.s page 56
|
||||
|
||||
|
||||
1002:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c ****
|
||||
@@ -3358,7 +3358,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1056:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** /* Clear PVM4 exti pending bit */
|
||||
1057:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** __HAL_PWR_PVM4_EXTI_CLEAR_FLAG();
|
||||
1058:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** }
|
||||
ARM GAS /tmp/ccebRljS.s page 57
|
||||
ARM GAS /tmp/ccas351m.s page 57
|
||||
|
||||
|
||||
1059:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** }
|
||||
@@ -3418,7 +3418,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
2076 .align 1
|
||||
2077 .weak HAL_PWREx_PVM3Callback
|
||||
2078 .syntax unified
|
||||
ARM GAS /tmp/ccebRljS.s page 58
|
||||
ARM GAS /tmp/ccas351m.s page 58
|
||||
|
||||
|
||||
2079 .thumb
|
||||
@@ -3478,7 +3478,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
2114 .align 1
|
||||
2115 .global HAL_PWREx_PVD_PVM_IRQHandler
|
||||
2116 .syntax unified
|
||||
ARM GAS /tmp/ccebRljS.s page 59
|
||||
ARM GAS /tmp/ccas351m.s page 59
|
||||
|
||||
|
||||
2117 .thumb
|
||||
@@ -3538,7 +3538,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
2159 .loc 1 1043 5 view .LVU481
|
||||
2160 0024 13F0200F tst r3, #32
|
||||
2161 0028 18D1 bne .L192
|
||||
ARM GAS /tmp/ccebRljS.s page 60
|
||||
ARM GAS /tmp/ccas351m.s page 60
|
||||
|
||||
|
||||
2162 .L186:
|
||||
@@ -3598,7 +3598,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
2204 .loc 1 1049 5 view .LVU493
|
||||
2205 0060 044B ldr r3, .L194
|
||||
2206 0062 2022 movs r2, #32
|
||||
ARM GAS /tmp/ccebRljS.s page 61
|
||||
ARM GAS /tmp/ccas351m.s page 61
|
||||
|
||||
|
||||
2207 0064 5A63 str r2, [r3, #52]
|
||||
@@ -3658,7 +3658,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
2249 .L197:
|
||||
2250 000c 00700040 .word 1073770496
|
||||
2251 .cfi_endproc
|
||||
ARM GAS /tmp/ccebRljS.s page 62
|
||||
ARM GAS /tmp/ccas351m.s page 62
|
||||
|
||||
|
||||
2252 .LFE362:
|
||||
@@ -3718,7 +3718,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
1139:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** * @retval None
|
||||
1140:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** */
|
||||
1141:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** void HAL_PWREx_EnableUCPDDeadBattery(void)
|
||||
ARM GAS /tmp/ccebRljS.s page 63
|
||||
ARM GAS /tmp/ccas351m.s page 63
|
||||
|
||||
|
||||
1142:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** {
|
||||
@@ -3778,7 +3778,7 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
2328 0008 9360 str r3, [r2, #8]
|
||||
1161:Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c **** }
|
||||
2329 .loc 1 1161 1 is_stmt 0 view .LVU508
|
||||
ARM GAS /tmp/ccebRljS.s page 64
|
||||
ARM GAS /tmp/ccas351m.s page 64
|
||||
|
||||
|
||||
2330 000a 7047 bx lr
|
||||
@@ -3790,144 +3790,144 @@ ARM GAS /tmp/ccebRljS.s page 1
|
||||
2336 .LFE365:
|
||||
2338 .text
|
||||
2339 .Letext0:
|
||||
2340 .file 2 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
2341 .file 3 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
2340 .file 2 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
2341 .file 3 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
2342 .file 4 "Drivers/CMSIS/Include/core_cm4.h"
|
||||
2343 .file 5 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h"
|
||||
2344 .file 6 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h"
|
||||
2345 .file 7 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h"
|
||||
2346 .file 8 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/system_stm32g4xx.h"
|
||||
2347 .file 9 "Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h"
|
||||
ARM GAS /tmp/ccebRljS.s page 65
|
||||
ARM GAS /tmp/ccas351m.s page 65
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 stm32g4xx_hal_pwr_ex.c
|
||||
/tmp/ccebRljS.s:21 .text.HAL_PWREx_GetVoltageRange:00000000 $t
|
||||
/tmp/ccebRljS.s:27 .text.HAL_PWREx_GetVoltageRange:00000000 HAL_PWREx_GetVoltageRange
|
||||
/tmp/ccebRljS.s:58 .text.HAL_PWREx_GetVoltageRange:00000020 $d
|
||||
/tmp/ccebRljS.s:63 .text.HAL_PWREx_ControlVoltageScaling:00000000 $t
|
||||
/tmp/ccebRljS.s:69 .text.HAL_PWREx_ControlVoltageScaling:00000000 HAL_PWREx_ControlVoltageScaling
|
||||
/tmp/ccebRljS.s:273 .text.HAL_PWREx_ControlVoltageScaling:00000100 $d
|
||||
/tmp/ccebRljS.s:280 .text.HAL_PWREx_EnableBatteryCharging:00000000 $t
|
||||
/tmp/ccebRljS.s:286 .text.HAL_PWREx_EnableBatteryCharging:00000000 HAL_PWREx_EnableBatteryCharging
|
||||
/tmp/ccebRljS.s:310 .text.HAL_PWREx_EnableBatteryCharging:00000018 $d
|
||||
/tmp/ccebRljS.s:315 .text.HAL_PWREx_DisableBatteryCharging:00000000 $t
|
||||
/tmp/ccebRljS.s:321 .text.HAL_PWREx_DisableBatteryCharging:00000000 HAL_PWREx_DisableBatteryCharging
|
||||
/tmp/ccebRljS.s:338 .text.HAL_PWREx_DisableBatteryCharging:0000000c $d
|
||||
/tmp/ccebRljS.s:343 .text.HAL_PWREx_EnableInternalWakeUpLine:00000000 $t
|
||||
/tmp/ccebRljS.s:349 .text.HAL_PWREx_EnableInternalWakeUpLine:00000000 HAL_PWREx_EnableInternalWakeUpLine
|
||||
/tmp/ccebRljS.s:366 .text.HAL_PWREx_EnableInternalWakeUpLine:0000000c $d
|
||||
/tmp/ccebRljS.s:371 .text.HAL_PWREx_DisableInternalWakeUpLine:00000000 $t
|
||||
/tmp/ccebRljS.s:377 .text.HAL_PWREx_DisableInternalWakeUpLine:00000000 HAL_PWREx_DisableInternalWakeUpLine
|
||||
/tmp/ccebRljS.s:394 .text.HAL_PWREx_DisableInternalWakeUpLine:0000000c $d
|
||||
/tmp/ccebRljS.s:399 .text.HAL_PWREx_EnableGPIOPullUp:00000000 $t
|
||||
/tmp/ccebRljS.s:405 .text.HAL_PWREx_EnableGPIOPullUp:00000000 HAL_PWREx_EnableGPIOPullUp
|
||||
/tmp/ccebRljS.s:421 .text.HAL_PWREx_EnableGPIOPullUp:00000008 $d
|
||||
/tmp/ccebRljS.s:573 .text.HAL_PWREx_EnableGPIOPullUp:000000b4 $d
|
||||
/tmp/ccebRljS.s:578 .text.HAL_PWREx_DisableGPIOPullUp:00000000 $t
|
||||
/tmp/ccebRljS.s:584 .text.HAL_PWREx_DisableGPIOPullUp:00000000 HAL_PWREx_DisableGPIOPullUp
|
||||
/tmp/ccebRljS.s:600 .text.HAL_PWREx_DisableGPIOPullUp:00000008 $d
|
||||
/tmp/ccebRljS.s:720 .text.HAL_PWREx_DisableGPIOPullUp:00000088 $d
|
||||
/tmp/ccebRljS.s:725 .text.HAL_PWREx_EnableGPIOPullDown:00000000 $t
|
||||
/tmp/ccebRljS.s:731 .text.HAL_PWREx_EnableGPIOPullDown:00000000 HAL_PWREx_EnableGPIOPullDown
|
||||
/tmp/ccebRljS.s:747 .text.HAL_PWREx_EnableGPIOPullDown:00000008 $d
|
||||
/tmp/ccebRljS.s:898 .text.HAL_PWREx_EnableGPIOPullDown:000000b8 $d
|
||||
/tmp/ccebRljS.s:903 .text.HAL_PWREx_DisableGPIOPullDown:00000000 $t
|
||||
/tmp/ccebRljS.s:909 .text.HAL_PWREx_DisableGPIOPullDown:00000000 HAL_PWREx_DisableGPIOPullDown
|
||||
/tmp/ccebRljS.s:925 .text.HAL_PWREx_DisableGPIOPullDown:00000008 $d
|
||||
/tmp/ccebRljS.s:1044 .text.HAL_PWREx_DisableGPIOPullDown:00000084 $d
|
||||
/tmp/ccebRljS.s:1049 .text.HAL_PWREx_EnablePullUpPullDownConfig:00000000 $t
|
||||
/tmp/ccebRljS.s:1055 .text.HAL_PWREx_EnablePullUpPullDownConfig:00000000 HAL_PWREx_EnablePullUpPullDownConfig
|
||||
/tmp/ccebRljS.s:1072 .text.HAL_PWREx_EnablePullUpPullDownConfig:0000000c $d
|
||||
/tmp/ccebRljS.s:1077 .text.HAL_PWREx_DisablePullUpPullDownConfig:00000000 $t
|
||||
/tmp/ccebRljS.s:1083 .text.HAL_PWREx_DisablePullUpPullDownConfig:00000000 HAL_PWREx_DisablePullUpPullDownConfig
|
||||
/tmp/ccebRljS.s:1100 .text.HAL_PWREx_DisablePullUpPullDownConfig:0000000c $d
|
||||
/tmp/ccebRljS.s:1105 .text.HAL_PWREx_EnableSRAM2ContentRetention:00000000 $t
|
||||
/tmp/ccebRljS.s:1111 .text.HAL_PWREx_EnableSRAM2ContentRetention:00000000 HAL_PWREx_EnableSRAM2ContentRetention
|
||||
/tmp/ccebRljS.s:1128 .text.HAL_PWREx_EnableSRAM2ContentRetention:0000000c $d
|
||||
/tmp/ccebRljS.s:1133 .text.HAL_PWREx_DisableSRAM2ContentRetention:00000000 $t
|
||||
/tmp/ccebRljS.s:1139 .text.HAL_PWREx_DisableSRAM2ContentRetention:00000000 HAL_PWREx_DisableSRAM2ContentRetention
|
||||
/tmp/ccebRljS.s:1156 .text.HAL_PWREx_DisableSRAM2ContentRetention:0000000c $d
|
||||
/tmp/ccebRljS.s:1161 .text.HAL_PWREx_EnablePVM1:00000000 $t
|
||||
/tmp/ccebRljS.s:1167 .text.HAL_PWREx_EnablePVM1:00000000 HAL_PWREx_EnablePVM1
|
||||
/tmp/ccebRljS.s:1184 .text.HAL_PWREx_EnablePVM1:0000000c $d
|
||||
/tmp/ccebRljS.s:1189 .text.HAL_PWREx_DisablePVM1:00000000 $t
|
||||
/tmp/ccebRljS.s:1195 .text.HAL_PWREx_DisablePVM1:00000000 HAL_PWREx_DisablePVM1
|
||||
/tmp/ccebRljS.s:1212 .text.HAL_PWREx_DisablePVM1:0000000c $d
|
||||
/tmp/ccebRljS.s:1217 .text.HAL_PWREx_EnablePVM2:00000000 $t
|
||||
/tmp/ccebRljS.s:1223 .text.HAL_PWREx_EnablePVM2:00000000 HAL_PWREx_EnablePVM2
|
||||
/tmp/ccebRljS.s:1240 .text.HAL_PWREx_EnablePVM2:0000000c $d
|
||||
ARM GAS /tmp/ccebRljS.s page 66
|
||||
/tmp/ccas351m.s:21 .text.HAL_PWREx_GetVoltageRange:00000000 $t
|
||||
/tmp/ccas351m.s:27 .text.HAL_PWREx_GetVoltageRange:00000000 HAL_PWREx_GetVoltageRange
|
||||
/tmp/ccas351m.s:58 .text.HAL_PWREx_GetVoltageRange:00000020 $d
|
||||
/tmp/ccas351m.s:63 .text.HAL_PWREx_ControlVoltageScaling:00000000 $t
|
||||
/tmp/ccas351m.s:69 .text.HAL_PWREx_ControlVoltageScaling:00000000 HAL_PWREx_ControlVoltageScaling
|
||||
/tmp/ccas351m.s:273 .text.HAL_PWREx_ControlVoltageScaling:00000100 $d
|
||||
/tmp/ccas351m.s:280 .text.HAL_PWREx_EnableBatteryCharging:00000000 $t
|
||||
/tmp/ccas351m.s:286 .text.HAL_PWREx_EnableBatteryCharging:00000000 HAL_PWREx_EnableBatteryCharging
|
||||
/tmp/ccas351m.s:310 .text.HAL_PWREx_EnableBatteryCharging:00000018 $d
|
||||
/tmp/ccas351m.s:315 .text.HAL_PWREx_DisableBatteryCharging:00000000 $t
|
||||
/tmp/ccas351m.s:321 .text.HAL_PWREx_DisableBatteryCharging:00000000 HAL_PWREx_DisableBatteryCharging
|
||||
/tmp/ccas351m.s:338 .text.HAL_PWREx_DisableBatteryCharging:0000000c $d
|
||||
/tmp/ccas351m.s:343 .text.HAL_PWREx_EnableInternalWakeUpLine:00000000 $t
|
||||
/tmp/ccas351m.s:349 .text.HAL_PWREx_EnableInternalWakeUpLine:00000000 HAL_PWREx_EnableInternalWakeUpLine
|
||||
/tmp/ccas351m.s:366 .text.HAL_PWREx_EnableInternalWakeUpLine:0000000c $d
|
||||
/tmp/ccas351m.s:371 .text.HAL_PWREx_DisableInternalWakeUpLine:00000000 $t
|
||||
/tmp/ccas351m.s:377 .text.HAL_PWREx_DisableInternalWakeUpLine:00000000 HAL_PWREx_DisableInternalWakeUpLine
|
||||
/tmp/ccas351m.s:394 .text.HAL_PWREx_DisableInternalWakeUpLine:0000000c $d
|
||||
/tmp/ccas351m.s:399 .text.HAL_PWREx_EnableGPIOPullUp:00000000 $t
|
||||
/tmp/ccas351m.s:405 .text.HAL_PWREx_EnableGPIOPullUp:00000000 HAL_PWREx_EnableGPIOPullUp
|
||||
/tmp/ccas351m.s:421 .text.HAL_PWREx_EnableGPIOPullUp:00000008 $d
|
||||
/tmp/ccas351m.s:573 .text.HAL_PWREx_EnableGPIOPullUp:000000b4 $d
|
||||
/tmp/ccas351m.s:578 .text.HAL_PWREx_DisableGPIOPullUp:00000000 $t
|
||||
/tmp/ccas351m.s:584 .text.HAL_PWREx_DisableGPIOPullUp:00000000 HAL_PWREx_DisableGPIOPullUp
|
||||
/tmp/ccas351m.s:600 .text.HAL_PWREx_DisableGPIOPullUp:00000008 $d
|
||||
/tmp/ccas351m.s:720 .text.HAL_PWREx_DisableGPIOPullUp:00000088 $d
|
||||
/tmp/ccas351m.s:725 .text.HAL_PWREx_EnableGPIOPullDown:00000000 $t
|
||||
/tmp/ccas351m.s:731 .text.HAL_PWREx_EnableGPIOPullDown:00000000 HAL_PWREx_EnableGPIOPullDown
|
||||
/tmp/ccas351m.s:747 .text.HAL_PWREx_EnableGPIOPullDown:00000008 $d
|
||||
/tmp/ccas351m.s:898 .text.HAL_PWREx_EnableGPIOPullDown:000000b8 $d
|
||||
/tmp/ccas351m.s:903 .text.HAL_PWREx_DisableGPIOPullDown:00000000 $t
|
||||
/tmp/ccas351m.s:909 .text.HAL_PWREx_DisableGPIOPullDown:00000000 HAL_PWREx_DisableGPIOPullDown
|
||||
/tmp/ccas351m.s:925 .text.HAL_PWREx_DisableGPIOPullDown:00000008 $d
|
||||
/tmp/ccas351m.s:1044 .text.HAL_PWREx_DisableGPIOPullDown:00000084 $d
|
||||
/tmp/ccas351m.s:1049 .text.HAL_PWREx_EnablePullUpPullDownConfig:00000000 $t
|
||||
/tmp/ccas351m.s:1055 .text.HAL_PWREx_EnablePullUpPullDownConfig:00000000 HAL_PWREx_EnablePullUpPullDownConfig
|
||||
/tmp/ccas351m.s:1072 .text.HAL_PWREx_EnablePullUpPullDownConfig:0000000c $d
|
||||
/tmp/ccas351m.s:1077 .text.HAL_PWREx_DisablePullUpPullDownConfig:00000000 $t
|
||||
/tmp/ccas351m.s:1083 .text.HAL_PWREx_DisablePullUpPullDownConfig:00000000 HAL_PWREx_DisablePullUpPullDownConfig
|
||||
/tmp/ccas351m.s:1100 .text.HAL_PWREx_DisablePullUpPullDownConfig:0000000c $d
|
||||
/tmp/ccas351m.s:1105 .text.HAL_PWREx_EnableSRAM2ContentRetention:00000000 $t
|
||||
/tmp/ccas351m.s:1111 .text.HAL_PWREx_EnableSRAM2ContentRetention:00000000 HAL_PWREx_EnableSRAM2ContentRetention
|
||||
/tmp/ccas351m.s:1128 .text.HAL_PWREx_EnableSRAM2ContentRetention:0000000c $d
|
||||
/tmp/ccas351m.s:1133 .text.HAL_PWREx_DisableSRAM2ContentRetention:00000000 $t
|
||||
/tmp/ccas351m.s:1139 .text.HAL_PWREx_DisableSRAM2ContentRetention:00000000 HAL_PWREx_DisableSRAM2ContentRetention
|
||||
/tmp/ccas351m.s:1156 .text.HAL_PWREx_DisableSRAM2ContentRetention:0000000c $d
|
||||
/tmp/ccas351m.s:1161 .text.HAL_PWREx_EnablePVM1:00000000 $t
|
||||
/tmp/ccas351m.s:1167 .text.HAL_PWREx_EnablePVM1:00000000 HAL_PWREx_EnablePVM1
|
||||
/tmp/ccas351m.s:1184 .text.HAL_PWREx_EnablePVM1:0000000c $d
|
||||
/tmp/ccas351m.s:1189 .text.HAL_PWREx_DisablePVM1:00000000 $t
|
||||
/tmp/ccas351m.s:1195 .text.HAL_PWREx_DisablePVM1:00000000 HAL_PWREx_DisablePVM1
|
||||
/tmp/ccas351m.s:1212 .text.HAL_PWREx_DisablePVM1:0000000c $d
|
||||
/tmp/ccas351m.s:1217 .text.HAL_PWREx_EnablePVM2:00000000 $t
|
||||
/tmp/ccas351m.s:1223 .text.HAL_PWREx_EnablePVM2:00000000 HAL_PWREx_EnablePVM2
|
||||
/tmp/ccas351m.s:1240 .text.HAL_PWREx_EnablePVM2:0000000c $d
|
||||
ARM GAS /tmp/ccas351m.s page 66
|
||||
|
||||
|
||||
/tmp/ccebRljS.s:1245 .text.HAL_PWREx_DisablePVM2:00000000 $t
|
||||
/tmp/ccebRljS.s:1251 .text.HAL_PWREx_DisablePVM2:00000000 HAL_PWREx_DisablePVM2
|
||||
/tmp/ccebRljS.s:1268 .text.HAL_PWREx_DisablePVM2:0000000c $d
|
||||
/tmp/ccebRljS.s:1273 .text.HAL_PWREx_EnablePVM3:00000000 $t
|
||||
/tmp/ccebRljS.s:1279 .text.HAL_PWREx_EnablePVM3:00000000 HAL_PWREx_EnablePVM3
|
||||
/tmp/ccebRljS.s:1296 .text.HAL_PWREx_EnablePVM3:0000000c $d
|
||||
/tmp/ccebRljS.s:1301 .text.HAL_PWREx_DisablePVM3:00000000 $t
|
||||
/tmp/ccebRljS.s:1307 .text.HAL_PWREx_DisablePVM3:00000000 HAL_PWREx_DisablePVM3
|
||||
/tmp/ccebRljS.s:1324 .text.HAL_PWREx_DisablePVM3:0000000c $d
|
||||
/tmp/ccebRljS.s:1329 .text.HAL_PWREx_EnablePVM4:00000000 $t
|
||||
/tmp/ccebRljS.s:1335 .text.HAL_PWREx_EnablePVM4:00000000 HAL_PWREx_EnablePVM4
|
||||
/tmp/ccebRljS.s:1352 .text.HAL_PWREx_EnablePVM4:0000000c $d
|
||||
/tmp/ccebRljS.s:1357 .text.HAL_PWREx_DisablePVM4:00000000 $t
|
||||
/tmp/ccebRljS.s:1363 .text.HAL_PWREx_DisablePVM4:00000000 HAL_PWREx_DisablePVM4
|
||||
/tmp/ccebRljS.s:1380 .text.HAL_PWREx_DisablePVM4:0000000c $d
|
||||
/tmp/ccebRljS.s:1385 .text.HAL_PWREx_ConfigPVM:00000000 $t
|
||||
/tmp/ccebRljS.s:1391 .text.HAL_PWREx_ConfigPVM:00000000 HAL_PWREx_ConfigPVM
|
||||
/tmp/ccebRljS.s:1744 .text.HAL_PWREx_ConfigPVM:000001e8 $d
|
||||
/tmp/ccebRljS.s:1749 .text.HAL_PWREx_EnableLowPowerRunMode:00000000 $t
|
||||
/tmp/ccebRljS.s:1755 .text.HAL_PWREx_EnableLowPowerRunMode:00000000 HAL_PWREx_EnableLowPowerRunMode
|
||||
/tmp/ccebRljS.s:1772 .text.HAL_PWREx_EnableLowPowerRunMode:0000000c $d
|
||||
/tmp/ccebRljS.s:1777 .text.HAL_PWREx_DisableLowPowerRunMode:00000000 $t
|
||||
/tmp/ccebRljS.s:1783 .text.HAL_PWREx_DisableLowPowerRunMode:00000000 HAL_PWREx_DisableLowPowerRunMode
|
||||
/tmp/ccebRljS.s:1849 .text.HAL_PWREx_DisableLowPowerRunMode:0000004c $d
|
||||
/tmp/ccebRljS.s:1855 .text.HAL_PWREx_EnterSTOP0Mode:00000000 $t
|
||||
/tmp/ccebRljS.s:1861 .text.HAL_PWREx_EnterSTOP0Mode:00000000 HAL_PWREx_EnterSTOP0Mode
|
||||
/tmp/ccebRljS.s:1919 .text.HAL_PWREx_EnterSTOP0Mode:00000030 $d
|
||||
/tmp/ccebRljS.s:1925 .text.HAL_PWREx_EnterSTOP1Mode:00000000 $t
|
||||
/tmp/ccebRljS.s:1931 .text.HAL_PWREx_EnterSTOP1Mode:00000000 HAL_PWREx_EnterSTOP1Mode
|
||||
/tmp/ccebRljS.s:1990 .text.HAL_PWREx_EnterSTOP1Mode:00000034 $d
|
||||
/tmp/ccebRljS.s:1996 .text.HAL_PWREx_EnterSHUTDOWNMode:00000000 $t
|
||||
/tmp/ccebRljS.s:2002 .text.HAL_PWREx_EnterSHUTDOWNMode:00000000 HAL_PWREx_EnterSHUTDOWNMode
|
||||
/tmp/ccebRljS.s:2032 .text.HAL_PWREx_EnterSHUTDOWNMode:0000001c $d
|
||||
/tmp/ccebRljS.s:2038 .text.HAL_PWREx_PVM1Callback:00000000 $t
|
||||
/tmp/ccebRljS.s:2044 .text.HAL_PWREx_PVM1Callback:00000000 HAL_PWREx_PVM1Callback
|
||||
/tmp/ccebRljS.s:2057 .text.HAL_PWREx_PVM2Callback:00000000 $t
|
||||
/tmp/ccebRljS.s:2063 .text.HAL_PWREx_PVM2Callback:00000000 HAL_PWREx_PVM2Callback
|
||||
/tmp/ccebRljS.s:2076 .text.HAL_PWREx_PVM3Callback:00000000 $t
|
||||
/tmp/ccebRljS.s:2082 .text.HAL_PWREx_PVM3Callback:00000000 HAL_PWREx_PVM3Callback
|
||||
/tmp/ccebRljS.s:2095 .text.HAL_PWREx_PVM4Callback:00000000 $t
|
||||
/tmp/ccebRljS.s:2101 .text.HAL_PWREx_PVM4Callback:00000000 HAL_PWREx_PVM4Callback
|
||||
/tmp/ccebRljS.s:2114 .text.HAL_PWREx_PVD_PVM_IRQHandler:00000000 $t
|
||||
/tmp/ccebRljS.s:2120 .text.HAL_PWREx_PVD_PVM_IRQHandler:00000000 HAL_PWREx_PVD_PVM_IRQHandler
|
||||
/tmp/ccebRljS.s:2222 .text.HAL_PWREx_PVD_PVM_IRQHandler:00000074 $d
|
||||
/tmp/ccebRljS.s:2227 .text.HAL_PWREx_EnableUCPDStandbyMode:00000000 $t
|
||||
/tmp/ccebRljS.s:2233 .text.HAL_PWREx_EnableUCPDStandbyMode:00000000 HAL_PWREx_EnableUCPDStandbyMode
|
||||
/tmp/ccebRljS.s:2250 .text.HAL_PWREx_EnableUCPDStandbyMode:0000000c $d
|
||||
/tmp/ccebRljS.s:2255 .text.HAL_PWREx_DisableUCPDStandbyMode:00000000 $t
|
||||
/tmp/ccebRljS.s:2261 .text.HAL_PWREx_DisableUCPDStandbyMode:00000000 HAL_PWREx_DisableUCPDStandbyMode
|
||||
/tmp/ccebRljS.s:2278 .text.HAL_PWREx_DisableUCPDStandbyMode:0000000c $d
|
||||
/tmp/ccebRljS.s:2283 .text.HAL_PWREx_EnableUCPDDeadBattery:00000000 $t
|
||||
/tmp/ccebRljS.s:2289 .text.HAL_PWREx_EnableUCPDDeadBattery:00000000 HAL_PWREx_EnableUCPDDeadBattery
|
||||
/tmp/ccebRljS.s:2306 .text.HAL_PWREx_EnableUCPDDeadBattery:0000000c $d
|
||||
/tmp/ccebRljS.s:2311 .text.HAL_PWREx_DisableUCPDDeadBattery:00000000 $t
|
||||
/tmp/ccebRljS.s:2317 .text.HAL_PWREx_DisableUCPDDeadBattery:00000000 HAL_PWREx_DisableUCPDDeadBattery
|
||||
/tmp/ccebRljS.s:2334 .text.HAL_PWREx_DisableUCPDDeadBattery:0000000c $d
|
||||
/tmp/ccebRljS.s:428 .text.HAL_PWREx_EnableGPIOPullUp:0000000f $d
|
||||
ARM GAS /tmp/ccebRljS.s page 67
|
||||
/tmp/ccas351m.s:1245 .text.HAL_PWREx_DisablePVM2:00000000 $t
|
||||
/tmp/ccas351m.s:1251 .text.HAL_PWREx_DisablePVM2:00000000 HAL_PWREx_DisablePVM2
|
||||
/tmp/ccas351m.s:1268 .text.HAL_PWREx_DisablePVM2:0000000c $d
|
||||
/tmp/ccas351m.s:1273 .text.HAL_PWREx_EnablePVM3:00000000 $t
|
||||
/tmp/ccas351m.s:1279 .text.HAL_PWREx_EnablePVM3:00000000 HAL_PWREx_EnablePVM3
|
||||
/tmp/ccas351m.s:1296 .text.HAL_PWREx_EnablePVM3:0000000c $d
|
||||
/tmp/ccas351m.s:1301 .text.HAL_PWREx_DisablePVM3:00000000 $t
|
||||
/tmp/ccas351m.s:1307 .text.HAL_PWREx_DisablePVM3:00000000 HAL_PWREx_DisablePVM3
|
||||
/tmp/ccas351m.s:1324 .text.HAL_PWREx_DisablePVM3:0000000c $d
|
||||
/tmp/ccas351m.s:1329 .text.HAL_PWREx_EnablePVM4:00000000 $t
|
||||
/tmp/ccas351m.s:1335 .text.HAL_PWREx_EnablePVM4:00000000 HAL_PWREx_EnablePVM4
|
||||
/tmp/ccas351m.s:1352 .text.HAL_PWREx_EnablePVM4:0000000c $d
|
||||
/tmp/ccas351m.s:1357 .text.HAL_PWREx_DisablePVM4:00000000 $t
|
||||
/tmp/ccas351m.s:1363 .text.HAL_PWREx_DisablePVM4:00000000 HAL_PWREx_DisablePVM4
|
||||
/tmp/ccas351m.s:1380 .text.HAL_PWREx_DisablePVM4:0000000c $d
|
||||
/tmp/ccas351m.s:1385 .text.HAL_PWREx_ConfigPVM:00000000 $t
|
||||
/tmp/ccas351m.s:1391 .text.HAL_PWREx_ConfigPVM:00000000 HAL_PWREx_ConfigPVM
|
||||
/tmp/ccas351m.s:1744 .text.HAL_PWREx_ConfigPVM:000001e8 $d
|
||||
/tmp/ccas351m.s:1749 .text.HAL_PWREx_EnableLowPowerRunMode:00000000 $t
|
||||
/tmp/ccas351m.s:1755 .text.HAL_PWREx_EnableLowPowerRunMode:00000000 HAL_PWREx_EnableLowPowerRunMode
|
||||
/tmp/ccas351m.s:1772 .text.HAL_PWREx_EnableLowPowerRunMode:0000000c $d
|
||||
/tmp/ccas351m.s:1777 .text.HAL_PWREx_DisableLowPowerRunMode:00000000 $t
|
||||
/tmp/ccas351m.s:1783 .text.HAL_PWREx_DisableLowPowerRunMode:00000000 HAL_PWREx_DisableLowPowerRunMode
|
||||
/tmp/ccas351m.s:1849 .text.HAL_PWREx_DisableLowPowerRunMode:0000004c $d
|
||||
/tmp/ccas351m.s:1855 .text.HAL_PWREx_EnterSTOP0Mode:00000000 $t
|
||||
/tmp/ccas351m.s:1861 .text.HAL_PWREx_EnterSTOP0Mode:00000000 HAL_PWREx_EnterSTOP0Mode
|
||||
/tmp/ccas351m.s:1919 .text.HAL_PWREx_EnterSTOP0Mode:00000030 $d
|
||||
/tmp/ccas351m.s:1925 .text.HAL_PWREx_EnterSTOP1Mode:00000000 $t
|
||||
/tmp/ccas351m.s:1931 .text.HAL_PWREx_EnterSTOP1Mode:00000000 HAL_PWREx_EnterSTOP1Mode
|
||||
/tmp/ccas351m.s:1990 .text.HAL_PWREx_EnterSTOP1Mode:00000034 $d
|
||||
/tmp/ccas351m.s:1996 .text.HAL_PWREx_EnterSHUTDOWNMode:00000000 $t
|
||||
/tmp/ccas351m.s:2002 .text.HAL_PWREx_EnterSHUTDOWNMode:00000000 HAL_PWREx_EnterSHUTDOWNMode
|
||||
/tmp/ccas351m.s:2032 .text.HAL_PWREx_EnterSHUTDOWNMode:0000001c $d
|
||||
/tmp/ccas351m.s:2038 .text.HAL_PWREx_PVM1Callback:00000000 $t
|
||||
/tmp/ccas351m.s:2044 .text.HAL_PWREx_PVM1Callback:00000000 HAL_PWREx_PVM1Callback
|
||||
/tmp/ccas351m.s:2057 .text.HAL_PWREx_PVM2Callback:00000000 $t
|
||||
/tmp/ccas351m.s:2063 .text.HAL_PWREx_PVM2Callback:00000000 HAL_PWREx_PVM2Callback
|
||||
/tmp/ccas351m.s:2076 .text.HAL_PWREx_PVM3Callback:00000000 $t
|
||||
/tmp/ccas351m.s:2082 .text.HAL_PWREx_PVM3Callback:00000000 HAL_PWREx_PVM3Callback
|
||||
/tmp/ccas351m.s:2095 .text.HAL_PWREx_PVM4Callback:00000000 $t
|
||||
/tmp/ccas351m.s:2101 .text.HAL_PWREx_PVM4Callback:00000000 HAL_PWREx_PVM4Callback
|
||||
/tmp/ccas351m.s:2114 .text.HAL_PWREx_PVD_PVM_IRQHandler:00000000 $t
|
||||
/tmp/ccas351m.s:2120 .text.HAL_PWREx_PVD_PVM_IRQHandler:00000000 HAL_PWREx_PVD_PVM_IRQHandler
|
||||
/tmp/ccas351m.s:2222 .text.HAL_PWREx_PVD_PVM_IRQHandler:00000074 $d
|
||||
/tmp/ccas351m.s:2227 .text.HAL_PWREx_EnableUCPDStandbyMode:00000000 $t
|
||||
/tmp/ccas351m.s:2233 .text.HAL_PWREx_EnableUCPDStandbyMode:00000000 HAL_PWREx_EnableUCPDStandbyMode
|
||||
/tmp/ccas351m.s:2250 .text.HAL_PWREx_EnableUCPDStandbyMode:0000000c $d
|
||||
/tmp/ccas351m.s:2255 .text.HAL_PWREx_DisableUCPDStandbyMode:00000000 $t
|
||||
/tmp/ccas351m.s:2261 .text.HAL_PWREx_DisableUCPDStandbyMode:00000000 HAL_PWREx_DisableUCPDStandbyMode
|
||||
/tmp/ccas351m.s:2278 .text.HAL_PWREx_DisableUCPDStandbyMode:0000000c $d
|
||||
/tmp/ccas351m.s:2283 .text.HAL_PWREx_EnableUCPDDeadBattery:00000000 $t
|
||||
/tmp/ccas351m.s:2289 .text.HAL_PWREx_EnableUCPDDeadBattery:00000000 HAL_PWREx_EnableUCPDDeadBattery
|
||||
/tmp/ccas351m.s:2306 .text.HAL_PWREx_EnableUCPDDeadBattery:0000000c $d
|
||||
/tmp/ccas351m.s:2311 .text.HAL_PWREx_DisableUCPDDeadBattery:00000000 $t
|
||||
/tmp/ccas351m.s:2317 .text.HAL_PWREx_DisableUCPDDeadBattery:00000000 HAL_PWREx_DisableUCPDDeadBattery
|
||||
/tmp/ccas351m.s:2334 .text.HAL_PWREx_DisableUCPDDeadBattery:0000000c $d
|
||||
/tmp/ccas351m.s:428 .text.HAL_PWREx_EnableGPIOPullUp:0000000f $d
|
||||
ARM GAS /tmp/ccas351m.s page 67
|
||||
|
||||
|
||||
/tmp/ccebRljS.s:428 .text.HAL_PWREx_EnableGPIOPullUp:00000010 $t
|
||||
/tmp/ccebRljS.s:607 .text.HAL_PWREx_DisableGPIOPullUp:0000000f $d
|
||||
/tmp/ccebRljS.s:607 .text.HAL_PWREx_DisableGPIOPullUp:00000010 $t
|
||||
/tmp/ccebRljS.s:754 .text.HAL_PWREx_EnableGPIOPullDown:0000000f $d
|
||||
/tmp/ccebRljS.s:754 .text.HAL_PWREx_EnableGPIOPullDown:00000010 $t
|
||||
/tmp/ccebRljS.s:932 .text.HAL_PWREx_DisableGPIOPullDown:0000000f $d
|
||||
/tmp/ccebRljS.s:932 .text.HAL_PWREx_DisableGPIOPullDown:00000010 $t
|
||||
/tmp/ccas351m.s:428 .text.HAL_PWREx_EnableGPIOPullUp:00000010 $t
|
||||
/tmp/ccas351m.s:607 .text.HAL_PWREx_DisableGPIOPullUp:0000000f $d
|
||||
/tmp/ccas351m.s:607 .text.HAL_PWREx_DisableGPIOPullUp:00000010 $t
|
||||
/tmp/ccas351m.s:754 .text.HAL_PWREx_EnableGPIOPullDown:0000000f $d
|
||||
/tmp/ccas351m.s:754 .text.HAL_PWREx_EnableGPIOPullDown:00000010 $t
|
||||
/tmp/ccas351m.s:932 .text.HAL_PWREx_DisableGPIOPullDown:0000000f $d
|
||||
/tmp/ccas351m.s:932 .text.HAL_PWREx_DisableGPIOPullDown:00000010 $t
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
SystemCoreClock
|
||||
|
||||
Binary file not shown.
+2402
-2394
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+1228
-1227
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+16913
-16990
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+7486
-7579
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+3084
-3080
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+533
-495
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccuf3S2j.s page 1
|
||||
ARM GAS /tmp/ccAKK91I.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m4
|
||||
@@ -21,7 +21,7 @@ ARM GAS /tmp/ccuf3S2j.s page 1
|
||||
18 .cfi_sections .debug_frame
|
||||
19 .file 1 "Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c"
|
||||
20 .Letext0:
|
||||
ARM GAS /tmp/ccuf3S2j.s page 2
|
||||
ARM GAS /tmp/ccAKK91I.s page 2
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
ARM GAS /tmp/ccwgOdCz.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m4
|
||||
@@ -58,7 +58,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
28:Src/syscalls.c **** #include <signal.h>
|
||||
29:Src/syscalls.c **** #include <time.h>
|
||||
30:Src/syscalls.c **** #include <sys/time.h>
|
||||
ARM GAS /tmp/ccmoNW8o.s page 2
|
||||
ARM GAS /tmp/ccwgOdCz.s page 2
|
||||
|
||||
|
||||
31:Src/syscalls.c **** #include <sys/times.h>
|
||||
@@ -118,7 +118,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
65 .thumb_func
|
||||
67 _kill:
|
||||
68 .LVL0:
|
||||
ARM GAS /tmp/ccmoNW8o.s page 3
|
||||
ARM GAS /tmp/ccwgOdCz.s page 3
|
||||
|
||||
|
||||
69 .LFB27:
|
||||
@@ -178,7 +178,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
114 .cfi_offset 3, -8
|
||||
115 .cfi_offset 14, -4
|
||||
63:Src/syscalls.c **** _kill(status, -1);
|
||||
ARM GAS /tmp/ccmoNW8o.s page 4
|
||||
ARM GAS /tmp/ccwgOdCz.s page 4
|
||||
|
||||
|
||||
116 .loc 1 63 3 is_stmt 1 view .LVU15
|
||||
@@ -238,7 +238,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
74:Src/syscalls.c **** *ptr++ = __io_getchar();
|
||||
162 .loc 1 74 5 is_stmt 1 view .LVU26
|
||||
163 .loc 1 74 14 is_stmt 0 view .LVU27
|
||||
ARM GAS /tmp/ccmoNW8o.s page 5
|
||||
ARM GAS /tmp/ccwgOdCz.s page 5
|
||||
|
||||
|
||||
164 000a FFF7FEFF bl __io_getchar
|
||||
@@ -298,7 +298,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
211 .cfi_offset 14, -4
|
||||
212 0002 0C46 mov r4, r1
|
||||
213 0004 1646 mov r6, r2
|
||||
ARM GAS /tmp/ccmoNW8o.s page 6
|
||||
ARM GAS /tmp/ccwgOdCz.s page 6
|
||||
|
||||
|
||||
82:Src/syscalls.c **** (void)file;
|
||||
@@ -358,7 +358,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
256 .loc 1 93 1 is_stmt 1 view -0
|
||||
257 .cfi_startproc
|
||||
258 @ args = 0, pretend = 0, frame = 0
|
||||
ARM GAS /tmp/ccmoNW8o.s page 7
|
||||
ARM GAS /tmp/ccwgOdCz.s page 7
|
||||
|
||||
|
||||
259 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
@@ -418,7 +418,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
305 .thumb_func
|
||||
307 _isatty:
|
||||
308 .LVL22:
|
||||
ARM GAS /tmp/ccmoNW8o.s page 8
|
||||
ARM GAS /tmp/ccwgOdCz.s page 8
|
||||
|
||||
|
||||
309 .LFB33:
|
||||
@@ -478,7 +478,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
352 .section .text._open,"ax",%progbits
|
||||
353 .align 1
|
||||
354 .global _open
|
||||
ARM GAS /tmp/ccmoNW8o.s page 9
|
||||
ARM GAS /tmp/ccwgOdCz.s page 9
|
||||
|
||||
|
||||
355 .syntax unified
|
||||
@@ -538,7 +538,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
401 .loc 1 129 1 is_stmt 1 view -0
|
||||
402 .cfi_startproc
|
||||
403 @ args = 0, pretend = 0, frame = 0
|
||||
ARM GAS /tmp/ccmoNW8o.s page 10
|
||||
ARM GAS /tmp/ccwgOdCz.s page 10
|
||||
|
||||
|
||||
404 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
@@ -598,7 +598,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
451 0008 0360 str r3, [r0]
|
||||
139:Src/syscalls.c **** return -1;
|
||||
452 .loc 1 139 3 is_stmt 1 view .LVU94
|
||||
ARM GAS /tmp/ccmoNW8o.s page 11
|
||||
ARM GAS /tmp/ccwgOdCz.s page 11
|
||||
|
||||
|
||||
140:Src/syscalls.c **** }
|
||||
@@ -658,7 +658,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
151:Src/syscalls.c **** st->st_mode = S_IFCHR;
|
||||
500 .loc 1 151 3 view .LVU103
|
||||
501 .loc 1 151 15 is_stmt 0 view .LVU104
|
||||
ARM GAS /tmp/ccmoNW8o.s page 12
|
||||
ARM GAS /tmp/ccwgOdCz.s page 12
|
||||
|
||||
|
||||
502 0000 4FF40053 mov r3, #8192
|
||||
@@ -718,7 +718,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
549 .align 1
|
||||
550 .global _fork
|
||||
551 .syntax unified
|
||||
ARM GAS /tmp/ccmoNW8o.s page 13
|
||||
ARM GAS /tmp/ccwgOdCz.s page 13
|
||||
|
||||
|
||||
552 .thumb
|
||||
@@ -778,7 +778,7 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
599 .loc 1 171 3 is_stmt 1 view .LVU123
|
||||
172:Src/syscalls.c **** (void)argv;
|
||||
600 .loc 1 172 3 view .LVU124
|
||||
ARM GAS /tmp/ccmoNW8o.s page 14
|
||||
ARM GAS /tmp/ccwgOdCz.s page 14
|
||||
|
||||
|
||||
173:Src/syscalls.c **** (void)env;
|
||||
@@ -812,59 +812,59 @@ ARM GAS /tmp/ccmoNW8o.s page 1
|
||||
630 .weak __io_getchar
|
||||
631 .text
|
||||
632 .Letext0:
|
||||
633 .file 2 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
634 .file 3 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
635 .file 4 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
636 .file 5 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
637 .file 6 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
638 .file 7 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
639 .file 8 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
640 .file 9 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
ARM GAS /tmp/ccmoNW8o.s page 15
|
||||
633 .file 2 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
634 .file 3 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
635 .file 4 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
636 .file 5 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
637 .file 6 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
638 .file 7 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
639 .file 8 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
640 .file 9 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
ARM GAS /tmp/ccwgOdCz.s page 15
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 syscalls.c
|
||||
/tmp/ccmoNW8o.s:21 .text.initialise_monitor_handles:00000000 $t
|
||||
/tmp/ccmoNW8o.s:27 .text.initialise_monitor_handles:00000000 initialise_monitor_handles
|
||||
/tmp/ccmoNW8o.s:40 .text._getpid:00000000 $t
|
||||
/tmp/ccmoNW8o.s:46 .text._getpid:00000000 _getpid
|
||||
/tmp/ccmoNW8o.s:61 .text._kill:00000000 $t
|
||||
/tmp/ccmoNW8o.s:67 .text._kill:00000000 _kill
|
||||
/tmp/ccmoNW8o.s:96 .text._exit:00000000 $t
|
||||
/tmp/ccmoNW8o.s:102 .text._exit:00000000 _exit
|
||||
/tmp/ccmoNW8o.s:129 .text._read:00000000 $t
|
||||
/tmp/ccmoNW8o.s:135 .text._read:00000000 _read
|
||||
/tmp/ccmoNW8o.s:191 .text._write:00000000 $t
|
||||
/tmp/ccmoNW8o.s:197 .text._write:00000000 _write
|
||||
/tmp/ccmoNW8o.s:247 .text._close:00000000 $t
|
||||
/tmp/ccmoNW8o.s:253 .text._close:00000000 _close
|
||||
/tmp/ccmoNW8o.s:272 .text._fstat:00000000 $t
|
||||
/tmp/ccmoNW8o.s:278 .text._fstat:00000000 _fstat
|
||||
/tmp/ccmoNW8o.s:301 .text._isatty:00000000 $t
|
||||
/tmp/ccmoNW8o.s:307 .text._isatty:00000000 _isatty
|
||||
/tmp/ccmoNW8o.s:326 .text._lseek:00000000 $t
|
||||
/tmp/ccmoNW8o.s:332 .text._lseek:00000000 _lseek
|
||||
/tmp/ccmoNW8o.s:353 .text._open:00000000 $t
|
||||
/tmp/ccmoNW8o.s:359 .text._open:00000000 _open
|
||||
/tmp/ccmoNW8o.s:392 .text._wait:00000000 $t
|
||||
/tmp/ccmoNW8o.s:398 .text._wait:00000000 _wait
|
||||
/tmp/ccmoNW8o.s:426 .text._unlink:00000000 $t
|
||||
/tmp/ccmoNW8o.s:432 .text._unlink:00000000 _unlink
|
||||
/tmp/ccmoNW8o.s:460 .text._times:00000000 $t
|
||||
/tmp/ccmoNW8o.s:466 .text._times:00000000 _times
|
||||
/tmp/ccmoNW8o.s:485 .text._stat:00000000 $t
|
||||
/tmp/ccmoNW8o.s:491 .text._stat:00000000 _stat
|
||||
/tmp/ccmoNW8o.s:514 .text._link:00000000 $t
|
||||
/tmp/ccmoNW8o.s:520 .text._link:00000000 _link
|
||||
/tmp/ccmoNW8o.s:549 .text._fork:00000000 $t
|
||||
/tmp/ccmoNW8o.s:555 .text._fork:00000000 _fork
|
||||
/tmp/ccmoNW8o.s:580 .text._execve:00000000 $t
|
||||
/tmp/ccmoNW8o.s:586 .text._execve:00000000 _execve
|
||||
/tmp/ccmoNW8o.s:620 .data.environ:00000000 environ
|
||||
/tmp/ccmoNW8o.s:617 .data.environ:00000000 $d
|
||||
/tmp/ccmoNW8o.s:627 .bss.__env:00000000 __env
|
||||
/tmp/ccmoNW8o.s:624 .bss.__env:00000000 $d
|
||||
/tmp/ccwgOdCz.s:21 .text.initialise_monitor_handles:00000000 $t
|
||||
/tmp/ccwgOdCz.s:27 .text.initialise_monitor_handles:00000000 initialise_monitor_handles
|
||||
/tmp/ccwgOdCz.s:40 .text._getpid:00000000 $t
|
||||
/tmp/ccwgOdCz.s:46 .text._getpid:00000000 _getpid
|
||||
/tmp/ccwgOdCz.s:61 .text._kill:00000000 $t
|
||||
/tmp/ccwgOdCz.s:67 .text._kill:00000000 _kill
|
||||
/tmp/ccwgOdCz.s:96 .text._exit:00000000 $t
|
||||
/tmp/ccwgOdCz.s:102 .text._exit:00000000 _exit
|
||||
/tmp/ccwgOdCz.s:129 .text._read:00000000 $t
|
||||
/tmp/ccwgOdCz.s:135 .text._read:00000000 _read
|
||||
/tmp/ccwgOdCz.s:191 .text._write:00000000 $t
|
||||
/tmp/ccwgOdCz.s:197 .text._write:00000000 _write
|
||||
/tmp/ccwgOdCz.s:247 .text._close:00000000 $t
|
||||
/tmp/ccwgOdCz.s:253 .text._close:00000000 _close
|
||||
/tmp/ccwgOdCz.s:272 .text._fstat:00000000 $t
|
||||
/tmp/ccwgOdCz.s:278 .text._fstat:00000000 _fstat
|
||||
/tmp/ccwgOdCz.s:301 .text._isatty:00000000 $t
|
||||
/tmp/ccwgOdCz.s:307 .text._isatty:00000000 _isatty
|
||||
/tmp/ccwgOdCz.s:326 .text._lseek:00000000 $t
|
||||
/tmp/ccwgOdCz.s:332 .text._lseek:00000000 _lseek
|
||||
/tmp/ccwgOdCz.s:353 .text._open:00000000 $t
|
||||
/tmp/ccwgOdCz.s:359 .text._open:00000000 _open
|
||||
/tmp/ccwgOdCz.s:392 .text._wait:00000000 $t
|
||||
/tmp/ccwgOdCz.s:398 .text._wait:00000000 _wait
|
||||
/tmp/ccwgOdCz.s:426 .text._unlink:00000000 $t
|
||||
/tmp/ccwgOdCz.s:432 .text._unlink:00000000 _unlink
|
||||
/tmp/ccwgOdCz.s:460 .text._times:00000000 $t
|
||||
/tmp/ccwgOdCz.s:466 .text._times:00000000 _times
|
||||
/tmp/ccwgOdCz.s:485 .text._stat:00000000 $t
|
||||
/tmp/ccwgOdCz.s:491 .text._stat:00000000 _stat
|
||||
/tmp/ccwgOdCz.s:514 .text._link:00000000 $t
|
||||
/tmp/ccwgOdCz.s:520 .text._link:00000000 _link
|
||||
/tmp/ccwgOdCz.s:549 .text._fork:00000000 $t
|
||||
/tmp/ccwgOdCz.s:555 .text._fork:00000000 _fork
|
||||
/tmp/ccwgOdCz.s:580 .text._execve:00000000 $t
|
||||
/tmp/ccwgOdCz.s:586 .text._execve:00000000 _execve
|
||||
/tmp/ccwgOdCz.s:620 .data.environ:00000000 environ
|
||||
/tmp/ccwgOdCz.s:617 .data.environ:00000000 $d
|
||||
/tmp/ccwgOdCz.s:627 .bss.__env:00000000 __env
|
||||
/tmp/ccwgOdCz.s:624 .bss.__env:00000000 $d
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
__errno
|
||||
|
||||
Binary file not shown.
+14
-14
@@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/cc71oTUd.s page 1
|
||||
ARM GAS /tmp/ccRdhNuV.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m4
|
||||
@@ -58,7 +58,7 @@ ARM GAS /tmp/cc71oTUd.s page 1
|
||||
27:Src/sysmem.c **** /**
|
||||
28:Src/sysmem.c **** * Pointer to the current high watermark of the heap usage
|
||||
29:Src/sysmem.c **** */
|
||||
ARM GAS /tmp/cc71oTUd.s page 2
|
||||
ARM GAS /tmp/ccRdhNuV.s page 2
|
||||
|
||||
|
||||
30:Src/sysmem.c **** static uint8_t *__sbrk_heap_end = NULL;
|
||||
@@ -118,7 +118,7 @@ ARM GAS /tmp/cc71oTUd.s page 1
|
||||
61:Src/sysmem.c ****
|
||||
62:Src/sysmem.c **** /* Initialize heap end at first call */
|
||||
63:Src/sysmem.c **** if (NULL == __sbrk_heap_end)
|
||||
ARM GAS /tmp/cc71oTUd.s page 3
|
||||
ARM GAS /tmp/ccRdhNuV.s page 3
|
||||
|
||||
|
||||
52 .loc 1 63 3 view .LVU9
|
||||
@@ -178,7 +178,7 @@ ARM GAS /tmp/cc71oTUd.s page 1
|
||||
88 0024 0460 str r4, [r0]
|
||||
89 0026 F2E7 b .L2
|
||||
90 .LVL8:
|
||||
ARM GAS /tmp/cc71oTUd.s page 4
|
||||
ARM GAS /tmp/ccRdhNuV.s page 4
|
||||
|
||||
|
||||
91 .L7:
|
||||
@@ -211,20 +211,20 @@ ARM GAS /tmp/cc71oTUd.s page 1
|
||||
117 0000 00000000 .space 4
|
||||
118 .text
|
||||
119 .Letext0:
|
||||
120 .file 2 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/lib/gcc/arm-none-eabi/13.3
|
||||
121 .file 3 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
122 .file 4 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
123 .file 5 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
ARM GAS /tmp/cc71oTUd.s page 5
|
||||
120 .file 2 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/lib/gcc/arm-none-eabi/14.2
|
||||
121 .file 3 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
122 .file 4 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
123 .file 5 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
ARM GAS /tmp/ccRdhNuV.s page 5
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 sysmem.c
|
||||
/tmp/cc71oTUd.s:21 .text._sbrk:00000000 $t
|
||||
/tmp/cc71oTUd.s:27 .text._sbrk:00000000 _sbrk
|
||||
/tmp/cc71oTUd.s:105 .text._sbrk:00000038 $d
|
||||
/tmp/cc71oTUd.s:116 .bss.__sbrk_heap_end:00000000 __sbrk_heap_end
|
||||
/tmp/cc71oTUd.s:113 .bss.__sbrk_heap_end:00000000 $d
|
||||
/tmp/ccRdhNuV.s:21 .text._sbrk:00000000 $t
|
||||
/tmp/ccRdhNuV.s:27 .text._sbrk:00000000 _sbrk
|
||||
/tmp/ccRdhNuV.s:105 .text._sbrk:00000038 $d
|
||||
/tmp/ccRdhNuV.s:116 .bss.__sbrk_heap_end:00000000 __sbrk_heap_end
|
||||
/tmp/ccRdhNuV.s:113 .bss.__sbrk_heap_end:00000000 $d
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
__errno
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccV7jtdT.s page 1
|
||||
ARM GAS /tmp/ccvxi4x8.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m4
|
||||
@@ -58,7 +58,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
|
||||
28:Src/system_stm32g4xx.c **** * System Clock source | HSI
|
||||
29:Src/system_stm32g4xx.c **** *-----------------------------------------------------------------------------
|
||||
30:Src/system_stm32g4xx.c **** * SYSCLK(Hz) | 16000000
|
||||
ARM GAS /tmp/ccV7jtdT.s page 2
|
||||
ARM GAS /tmp/ccvxi4x8.s page 2
|
||||
|
||||
|
||||
31:Src/system_stm32g4xx.c **** *-----------------------------------------------------------------------------
|
||||
@@ -118,7 +118,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
|
||||
85:Src/system_stm32g4xx.c **** #define HSI_VALUE 16000000U /*!< Value of the Internal oscillator in Hz*/
|
||||
86:Src/system_stm32g4xx.c **** #endif /* HSI_VALUE */
|
||||
87:Src/system_stm32g4xx.c ****
|
||||
ARM GAS /tmp/ccV7jtdT.s page 3
|
||||
ARM GAS /tmp/ccvxi4x8.s page 3
|
||||
|
||||
|
||||
88:Src/system_stm32g4xx.c **** /**
|
||||
@@ -178,7 +178,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
|
||||
142:Src/system_stm32g4xx.c **** * @{
|
||||
143:Src/system_stm32g4xx.c **** */
|
||||
144:Src/system_stm32g4xx.c **** /* The SystemCoreClock variable is updated in three ways:
|
||||
ARM GAS /tmp/ccV7jtdT.s page 4
|
||||
ARM GAS /tmp/ccvxi4x8.s page 4
|
||||
|
||||
|
||||
145:Src/system_stm32g4xx.c **** 1) by calling CMSIS function SystemCoreClockUpdate()
|
||||
@@ -238,7 +238,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
|
||||
187:Src/system_stm32g4xx.c **** #if defined(USER_VECT_TAB_ADDRESS)
|
||||
188:Src/system_stm32g4xx.c **** SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM
|
||||
189:Src/system_stm32g4xx.c **** #endif /* USER_VECT_TAB_ADDRESS */
|
||||
ARM GAS /tmp/ccV7jtdT.s page 5
|
||||
ARM GAS /tmp/ccvxi4x8.s page 5
|
||||
|
||||
|
||||
190:Src/system_stm32g4xx.c **** }
|
||||
@@ -298,7 +298,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
|
||||
228:Src/system_stm32g4xx.c **** void SystemCoreClockUpdate(void)
|
||||
229:Src/system_stm32g4xx.c **** {
|
||||
59 .loc 1 229 1 is_stmt 1 view -0
|
||||
ARM GAS /tmp/ccV7jtdT.s page 6
|
||||
ARM GAS /tmp/ccvxi4x8.s page 6
|
||||
|
||||
|
||||
60 .cfi_startproc
|
||||
@@ -358,7 +358,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
|
||||
259:Src/system_stm32g4xx.c **** SystemCoreClock = pllvco/pllr;
|
||||
260:Src/system_stm32g4xx.c **** break;
|
||||
261:Src/system_stm32g4xx.c ****
|
||||
ARM GAS /tmp/ccV7jtdT.s page 7
|
||||
ARM GAS /tmp/ccvxi4x8.s page 7
|
||||
|
||||
|
||||
262:Src/system_stm32g4xx.c **** default:
|
||||
@@ -418,7 +418,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
|
||||
122 0040 D268 ldr r2, [r2, #12]
|
||||
248:Src/system_stm32g4xx.c **** if (pllsource == 0x02UL) /* HSI used as PLL clock source */
|
||||
123 .loc 1 248 49 view .LVU29
|
||||
ARM GAS /tmp/ccV7jtdT.s page 8
|
||||
ARM GAS /tmp/ccvxi4x8.s page 8
|
||||
|
||||
|
||||
124 0042 C2F30312 ubfx r2, r2, #4, #4
|
||||
@@ -478,7 +478,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
|
||||
161 0068 B3FBF2F3 udiv r3, r3, r2
|
||||
162 .LVL8:
|
||||
259:Src/system_stm32g4xx.c **** break;
|
||||
ARM GAS /tmp/ccV7jtdT.s page 9
|
||||
ARM GAS /tmp/ccvxi4x8.s page 9
|
||||
|
||||
|
||||
163 .loc 1 259 23 view .LVU47
|
||||
@@ -512,7 +512,7 @@ ARM GAS /tmp/ccV7jtdT.s page 1
|
||||
185 0080 00000000 .word SystemCoreClock
|
||||
186 0084 0024F400 .word 16000000
|
||||
187 0088 00000000 .word AHBPrescTable
|
||||
188 008c 0080BB00 .word 12288000
|
||||
188 008c 00366E01 .word 24000000
|
||||
189 .cfi_endproc
|
||||
190 .LFE330:
|
||||
192 .global APBPrescTable
|
||||
@@ -537,30 +537,30 @@ ARM GAS /tmp/ccV7jtdT.s page 1
|
||||
213 0000 0024F400 .word 16000000
|
||||
214 .text
|
||||
215 .Letext0:
|
||||
216 .file 2 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
ARM GAS /tmp/ccV7jtdT.s page 10
|
||||
216 .file 2 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/mach
|
||||
ARM GAS /tmp/ccvxi4x8.s page 10
|
||||
|
||||
|
||||
217 .file 3 "/home/fra/bin/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
217 .file 3 "/home/fra/bin/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/arm-none-eabi/include/sys/
|
||||
218 .file 4 "Drivers/CMSIS/Include/core_cm4.h"
|
||||
219 .file 5 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/system_stm32g4xx.h"
|
||||
220 .file 6 "Drivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g431xx.h"
|
||||
ARM GAS /tmp/ccV7jtdT.s page 11
|
||||
ARM GAS /tmp/ccvxi4x8.s page 11
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 system_stm32g4xx.c
|
||||
/tmp/ccV7jtdT.s:21 .text.SystemInit:00000000 $t
|
||||
/tmp/ccV7jtdT.s:27 .text.SystemInit:00000000 SystemInit
|
||||
/tmp/ccV7jtdT.s:46 .text.SystemInit:00000010 $d
|
||||
/tmp/ccV7jtdT.s:51 .text.SystemCoreClockUpdate:00000000 $t
|
||||
/tmp/ccV7jtdT.s:57 .text.SystemCoreClockUpdate:00000000 SystemCoreClockUpdate
|
||||
/tmp/ccV7jtdT.s:184 .text.SystemCoreClockUpdate:0000007c $d
|
||||
/tmp/ccV7jtdT.s:212 .data.SystemCoreClock:00000000 SystemCoreClock
|
||||
/tmp/ccV7jtdT.s:204 .rodata.AHBPrescTable:00000000 AHBPrescTable
|
||||
/tmp/ccV7jtdT.s:197 .rodata.APBPrescTable:00000000 APBPrescTable
|
||||
/tmp/ccV7jtdT.s:194 .rodata.APBPrescTable:00000000 $d
|
||||
/tmp/ccV7jtdT.s:201 .rodata.AHBPrescTable:00000000 $d
|
||||
/tmp/ccV7jtdT.s:209 .data.SystemCoreClock:00000000 $d
|
||||
/tmp/ccvxi4x8.s:21 .text.SystemInit:00000000 $t
|
||||
/tmp/ccvxi4x8.s:27 .text.SystemInit:00000000 SystemInit
|
||||
/tmp/ccvxi4x8.s:46 .text.SystemInit:00000010 $d
|
||||
/tmp/ccvxi4x8.s:51 .text.SystemCoreClockUpdate:00000000 $t
|
||||
/tmp/ccvxi4x8.s:57 .text.SystemCoreClockUpdate:00000000 SystemCoreClockUpdate
|
||||
/tmp/ccvxi4x8.s:184 .text.SystemCoreClockUpdate:0000007c $d
|
||||
/tmp/ccvxi4x8.s:212 .data.SystemCoreClock:00000000 SystemCoreClock
|
||||
/tmp/ccvxi4x8.s:204 .rodata.AHBPrescTable:00000000 AHBPrescTable
|
||||
/tmp/ccvxi4x8.s:197 .rodata.APBPrescTable:00000000 APBPrescTable
|
||||
/tmp/ccvxi4x8.s:194 .rodata.APBPrescTable:00000000 $d
|
||||
/tmp/ccvxi4x8.s:201 .rodata.AHBPrescTable:00000000 $d
|
||||
/tmp/ccvxi4x8.s:209 .data.SystemCoreClock:00000000 $d
|
||||
|
||||
NO UNDEFINED SYMBOLS
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user