solved laser current setup timing issue
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
ARM GAS /tmp/cc91meYU.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m7
|
||||
@ -58,7 +58,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
29:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c ****
|
||||
30:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** /** @defgroup PWREx PWREx
|
||||
31:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** * @brief PWR HAL module driver
|
||||
ARM GAS /tmp/ccu2BQuY.s page 2
|
||||
ARM GAS /tmp/cc91meYU.s page 2
|
||||
|
||||
|
||||
32:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** * @{
|
||||
@ -118,7 +118,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
86:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** -@- Refer to the description of Read protection (RDP) in the Flash
|
||||
87:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** programming manual.
|
||||
88:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c ****
|
||||
ARM GAS /tmp/ccu2BQuY.s page 3
|
||||
ARM GAS /tmp/cc91meYU.s page 3
|
||||
|
||||
|
||||
89:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** (+) The main internal regulator can be configured to have a tradeoff between
|
||||
@ -178,7 +178,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
35 .cfi_offset 4, -8
|
||||
36 .cfi_offset 14, -4
|
||||
136:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** uint32_t tickstart = 0;
|
||||
ARM GAS /tmp/ccu2BQuY.s page 4
|
||||
ARM GAS /tmp/cc91meYU.s page 4
|
||||
|
||||
|
||||
37 .loc 1 136 3 view .LVU1
|
||||
@ -238,7 +238,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
74 .loc 1 153 14 view .LVU16
|
||||
75 0030 0320 movs r0, #3
|
||||
76 0032 00E0 b .L3
|
||||
ARM GAS /tmp/ccu2BQuY.s page 5
|
||||
ARM GAS /tmp/cc91meYU.s page 5
|
||||
|
||||
|
||||
77 .L7:
|
||||
@ -298,7 +298,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
118 000a 5A60 str r2, [r3, #4]
|
||||
169:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c ****
|
||||
170:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** /* Workaround for the following hardware bug: */
|
||||
ARM GAS /tmp/ccu2BQuY.s page 6
|
||||
ARM GAS /tmp/cc91meYU.s page 6
|
||||
|
||||
|
||||
171:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** /* Id 19: PWR : No STANDBY wake-up when Back-up RAM enabled (ref. Errata Sheet p23) */
|
||||
@ -358,7 +358,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
157 .LVL9:
|
||||
158 .L18:
|
||||
159 .loc 1 186 1 view .LVU39
|
||||
ARM GAS /tmp/ccu2BQuY.s page 7
|
||||
ARM GAS /tmp/cc91meYU.s page 7
|
||||
|
||||
|
||||
160 .align 2
|
||||
@ -418,7 +418,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
199:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** * @brief Disables the Flash Power Down in Stop mode.
|
||||
200:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** * @retval None
|
||||
201:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** */
|
||||
ARM GAS /tmp/ccu2BQuY.s page 8
|
||||
ARM GAS /tmp/cc91meYU.s page 8
|
||||
|
||||
|
||||
202:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** void HAL_PWREx_DisableFlashPowerDown(void)
|
||||
@ -478,7 +478,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
247 .loc 1 216 1 view .LVU51
|
||||
248 000a 7047 bx lr
|
||||
249 .L27:
|
||||
ARM GAS /tmp/ccu2BQuY.s page 9
|
||||
ARM GAS /tmp/cc91meYU.s page 9
|
||||
|
||||
|
||||
250 .align 2
|
||||
@ -538,7 +538,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
229:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** * @brief Enables Low Power Regulator low voltage mode.
|
||||
230:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** * @retval None
|
||||
231:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** */
|
||||
ARM GAS /tmp/ccu2BQuY.s page 10
|
||||
ARM GAS /tmp/cc91meYU.s page 10
|
||||
|
||||
|
||||
232:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** void HAL_PWREx_EnableLowRegulatorLowVoltage(void)
|
||||
@ -598,7 +598,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
337 .loc 1 246 1 view .LVU63
|
||||
338 000a 7047 bx lr
|
||||
339 .L36:
|
||||
ARM GAS /tmp/ccu2BQuY.s page 11
|
||||
ARM GAS /tmp/cc91meYU.s page 11
|
||||
|
||||
|
||||
340 .align 2
|
||||
@ -658,7 +658,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
380 0010 03F08053 and r3, r3, #268435456
|
||||
381 0014 0193 str r3, [sp, #4]
|
||||
382 .loc 1 262 3 view .LVU70
|
||||
ARM GAS /tmp/ccu2BQuY.s page 12
|
||||
ARM GAS /tmp/cc91meYU.s page 12
|
||||
|
||||
|
||||
383 0016 019B ldr r3, [sp, #4]
|
||||
@ -718,7 +718,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
282:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** tickstart = HAL_GetTick();
|
||||
283:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c ****
|
||||
284:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** while(!__HAL_PWR_GET_FLAG(PWR_FLAG_ODSWRDY))
|
||||
ARM GAS /tmp/ccu2BQuY.s page 13
|
||||
ARM GAS /tmp/cc91meYU.s page 13
|
||||
|
||||
|
||||
285:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** {
|
||||
@ -778,7 +778,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
454 0062 001B subs r0, r0, r4
|
||||
286:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** {
|
||||
455 .loc 1 286 7 view .LVU95
|
||||
ARM GAS /tmp/ccu2BQuY.s page 14
|
||||
ARM GAS /tmp/cc91meYU.s page 14
|
||||
|
||||
|
||||
456 0064 B0F57A7F cmp r0, #1000
|
||||
@ -838,7 +838,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
496 .LVL18:
|
||||
307:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c ****
|
||||
308:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** __HAL_RCC_PWR_CLK_ENABLE();
|
||||
ARM GAS /tmp/ccu2BQuY.s page 15
|
||||
ARM GAS /tmp/cc91meYU.s page 15
|
||||
|
||||
|
||||
497 .loc 1 308 3 view .LVU100
|
||||
@ -898,7 +898,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
541 003c F4D9 bls .L51
|
||||
319:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** {
|
||||
320:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** return HAL_TIMEOUT;
|
||||
ARM GAS /tmp/ccu2BQuY.s page 16
|
||||
ARM GAS /tmp/cc91meYU.s page 16
|
||||
|
||||
|
||||
542 .loc 1 320 14 view .LVU117
|
||||
@ -958,7 +958,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
571 0054 084B ldr r3, .L61+4
|
||||
572 0056 5B68 ldr r3, [r3, #4]
|
||||
330:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** {
|
||||
ARM GAS /tmp/ccu2BQuY.s page 17
|
||||
ARM GAS /tmp/cc91meYU.s page 17
|
||||
|
||||
|
||||
573 .loc 1 330 8 view .LVU125
|
||||
@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
352:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** * exiting Stop mode.
|
||||
353:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** * When the voltage regulator operates in Under-drive mode, an additional
|
||||
354:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** * startup delay is induced when waking up from Stop mode.
|
||||
ARM GAS /tmp/ccu2BQuY.s page 18
|
||||
ARM GAS /tmp/cc91meYU.s page 18
|
||||
|
||||
|
||||
355:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** *
|
||||
@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
387:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** /* Enable Power ctrl clock */
|
||||
388:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** __HAL_RCC_PWR_CLK_ENABLE();
|
||||
633 .loc 1 388 3 view .LVU138
|
||||
ARM GAS /tmp/ccu2BQuY.s page 19
|
||||
ARM GAS /tmp/cc91meYU.s page 19
|
||||
|
||||
|
||||
634 .LBB4:
|
||||
@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
676 003c B3F5402F cmp r3, #786432
|
||||
677 0040 07D1 bne .L71
|
||||
401:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** {
|
||||
ARM GAS /tmp/ccu2BQuY.s page 20
|
||||
ARM GAS /tmp/cc91meYU.s page 20
|
||||
|
||||
|
||||
402:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** if((HAL_GetTick() - tickstart ) > PWR_UDERDRIVE_TIMEOUT_VALUE)
|
||||
@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
713 .loc 1 420 12 view .LVU169
|
||||
714 0062 43F00403 orr r3, r3, #4
|
||||
715 0066 1361 str r3, [r2, #16]
|
||||
ARM GAS /tmp/ccu2BQuY.s page 21
|
||||
ARM GAS /tmp/cc91meYU.s page 21
|
||||
|
||||
|
||||
716 .LVL36:
|
||||
@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
752 .syntax unified
|
||||
753 @ 426 "Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c" 1
|
||||
754 007e 30BF wfi
|
||||
ARM GAS /tmp/ccu2BQuY.s page 22
|
||||
ARM GAS /tmp/cc91meYU.s page 22
|
||||
|
||||
|
||||
755 @ 0 "" 2
|
||||
@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
802 .syntax unified
|
||||
803 .thumb
|
||||
804 .thumb_func
|
||||
ARM GAS /tmp/ccu2BQuY.s page 23
|
||||
ARM GAS /tmp/cc91meYU.s page 23
|
||||
|
||||
|
||||
805 .fpu fpv5-d16
|
||||
@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
481:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c ****
|
||||
482:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** /* Enable Power ctrl clock */
|
||||
483:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** __HAL_RCC_PWR_CLK_ENABLE();
|
||||
ARM GAS /tmp/ccu2BQuY.s page 24
|
||||
ARM GAS /tmp/cc91meYU.s page 24
|
||||
|
||||
|
||||
827 .loc 1 483 3 view .LVU187
|
||||
@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
870 0038 13F0007F tst r3, #33554432
|
||||
871 003c 06D0 beq .L91
|
||||
495:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** {
|
||||
ARM GAS /tmp/ccu2BQuY.s page 25
|
||||
ARM GAS /tmp/cc91meYU.s page 25
|
||||
|
||||
|
||||
496:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** if((HAL_GetTick() - tickstart ) > PLL_TIMEOUT_VALUE)
|
||||
@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
912 .LVL45:
|
||||
913 0072 0446 mov r4, r0
|
||||
914 .LVL46:
|
||||
ARM GAS /tmp/ccu2BQuY.s page 26
|
||||
ARM GAS /tmp/cc91meYU.s page 26
|
||||
|
||||
|
||||
510:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_pwr_ex.c **** /* Wait till PLL is ready */
|
||||
@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
955 .LVL50:
|
||||
956 .loc 1 523 25 view .LVU236
|
||||
957 00a0 001B subs r0, r0, r4
|
||||
ARM GAS /tmp/ccu2BQuY.s page 27
|
||||
ARM GAS /tmp/cc91meYU.s page 27
|
||||
|
||||
|
||||
958 .loc 1 523 9 view .LVU237
|
||||
@ -1610,50 +1610,50 @@ ARM GAS /tmp/ccu2BQuY.s page 1
|
||||
993 .file 5 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h"
|
||||
994 .file 6 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_def.h"
|
||||
995 .file 7 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h"
|
||||
ARM GAS /tmp/ccu2BQuY.s page 28
|
||||
ARM GAS /tmp/cc91meYU.s page 28
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:0000000000000000 stm32f7xx_hal_pwr_ex.c
|
||||
/tmp/ccu2BQuY.s:17 .text.HAL_PWREx_EnableBkUpReg:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:25 .text.HAL_PWREx_EnableBkUpReg:0000000000000000 HAL_PWREx_EnableBkUpReg
|
||||
/tmp/ccu2BQuY.s:88 .text.HAL_PWREx_EnableBkUpReg:0000000000000038 $d
|
||||
/tmp/ccu2BQuY.s:93 .text.HAL_PWREx_DisableBkUpReg:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:100 .text.HAL_PWREx_DisableBkUpReg:0000000000000000 HAL_PWREx_DisableBkUpReg
|
||||
/tmp/ccu2BQuY.s:162 .text.HAL_PWREx_DisableBkUpReg:0000000000000038 $d
|
||||
/tmp/ccu2BQuY.s:167 .text.HAL_PWREx_EnableFlashPowerDown:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:174 .text.HAL_PWREx_EnableFlashPowerDown:0000000000000000 HAL_PWREx_EnableFlashPowerDown
|
||||
/tmp/ccu2BQuY.s:192 .text.HAL_PWREx_EnableFlashPowerDown:000000000000000c $d
|
||||
/tmp/ccu2BQuY.s:197 .text.HAL_PWREx_DisableFlashPowerDown:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:204 .text.HAL_PWREx_DisableFlashPowerDown:0000000000000000 HAL_PWREx_DisableFlashPowerDown
|
||||
/tmp/ccu2BQuY.s:222 .text.HAL_PWREx_DisableFlashPowerDown:000000000000000c $d
|
||||
/tmp/ccu2BQuY.s:227 .text.HAL_PWREx_EnableMainRegulatorLowVoltage:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:234 .text.HAL_PWREx_EnableMainRegulatorLowVoltage:0000000000000000 HAL_PWREx_EnableMainRegulatorLowVoltage
|
||||
/tmp/ccu2BQuY.s:252 .text.HAL_PWREx_EnableMainRegulatorLowVoltage:000000000000000c $d
|
||||
/tmp/ccu2BQuY.s:257 .text.HAL_PWREx_DisableMainRegulatorLowVoltage:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:264 .text.HAL_PWREx_DisableMainRegulatorLowVoltage:0000000000000000 HAL_PWREx_DisableMainRegulatorLowVoltage
|
||||
/tmp/ccu2BQuY.s:282 .text.HAL_PWREx_DisableMainRegulatorLowVoltage:000000000000000c $d
|
||||
/tmp/ccu2BQuY.s:287 .text.HAL_PWREx_EnableLowRegulatorLowVoltage:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:294 .text.HAL_PWREx_EnableLowRegulatorLowVoltage:0000000000000000 HAL_PWREx_EnableLowRegulatorLowVoltage
|
||||
/tmp/ccu2BQuY.s:312 .text.HAL_PWREx_EnableLowRegulatorLowVoltage:000000000000000c $d
|
||||
/tmp/ccu2BQuY.s:317 .text.HAL_PWREx_DisableLowRegulatorLowVoltage:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:324 .text.HAL_PWREx_DisableLowRegulatorLowVoltage:0000000000000000 HAL_PWREx_DisableLowRegulatorLowVoltage
|
||||
/tmp/ccu2BQuY.s:342 .text.HAL_PWREx_DisableLowRegulatorLowVoltage:000000000000000c $d
|
||||
/tmp/ccu2BQuY.s:347 .text.HAL_PWREx_EnableOverDrive:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:354 .text.HAL_PWREx_EnableOverDrive:0000000000000000 HAL_PWREx_EnableOverDrive
|
||||
/tmp/ccu2BQuY.s:468 .text.HAL_PWREx_EnableOverDrive:0000000000000074 $d
|
||||
/tmp/ccu2BQuY.s:474 .text.HAL_PWREx_DisableOverDrive:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:481 .text.HAL_PWREx_DisableOverDrive:0000000000000000 HAL_PWREx_DisableOverDrive
|
||||
/tmp/ccu2BQuY.s:595 .text.HAL_PWREx_DisableOverDrive:0000000000000074 $d
|
||||
/tmp/ccu2BQuY.s:601 .text.HAL_PWREx_EnterUnderDriveSTOPMode:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:608 .text.HAL_PWREx_EnterUnderDriveSTOPMode:0000000000000000 HAL_PWREx_EnterUnderDriveSTOPMode
|
||||
/tmp/ccu2BQuY.s:762 .text.HAL_PWREx_EnterUnderDriveSTOPMode:0000000000000084 $d
|
||||
/tmp/ccu2BQuY.s:771 .text.HAL_PWREx_GetVoltageRange:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:778 .text.HAL_PWREx_GetVoltageRange:0000000000000000 HAL_PWREx_GetVoltageRange
|
||||
/tmp/ccu2BQuY.s:795 .text.HAL_PWREx_GetVoltageRange:000000000000000c $d
|
||||
/tmp/ccu2BQuY.s:800 .text.HAL_PWREx_ControlVoltageScaling:0000000000000000 $t
|
||||
/tmp/ccu2BQuY.s:807 .text.HAL_PWREx_ControlVoltageScaling:0000000000000000 HAL_PWREx_ControlVoltageScaling
|
||||
/tmp/ccu2BQuY.s:983 .text.HAL_PWREx_ControlVoltageScaling:00000000000000b8 $d
|
||||
/tmp/cc91meYU.s:17 .text.HAL_PWREx_EnableBkUpReg:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:25 .text.HAL_PWREx_EnableBkUpReg:0000000000000000 HAL_PWREx_EnableBkUpReg
|
||||
/tmp/cc91meYU.s:88 .text.HAL_PWREx_EnableBkUpReg:0000000000000038 $d
|
||||
/tmp/cc91meYU.s:93 .text.HAL_PWREx_DisableBkUpReg:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:100 .text.HAL_PWREx_DisableBkUpReg:0000000000000000 HAL_PWREx_DisableBkUpReg
|
||||
/tmp/cc91meYU.s:162 .text.HAL_PWREx_DisableBkUpReg:0000000000000038 $d
|
||||
/tmp/cc91meYU.s:167 .text.HAL_PWREx_EnableFlashPowerDown:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:174 .text.HAL_PWREx_EnableFlashPowerDown:0000000000000000 HAL_PWREx_EnableFlashPowerDown
|
||||
/tmp/cc91meYU.s:192 .text.HAL_PWREx_EnableFlashPowerDown:000000000000000c $d
|
||||
/tmp/cc91meYU.s:197 .text.HAL_PWREx_DisableFlashPowerDown:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:204 .text.HAL_PWREx_DisableFlashPowerDown:0000000000000000 HAL_PWREx_DisableFlashPowerDown
|
||||
/tmp/cc91meYU.s:222 .text.HAL_PWREx_DisableFlashPowerDown:000000000000000c $d
|
||||
/tmp/cc91meYU.s:227 .text.HAL_PWREx_EnableMainRegulatorLowVoltage:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:234 .text.HAL_PWREx_EnableMainRegulatorLowVoltage:0000000000000000 HAL_PWREx_EnableMainRegulatorLowVoltage
|
||||
/tmp/cc91meYU.s:252 .text.HAL_PWREx_EnableMainRegulatorLowVoltage:000000000000000c $d
|
||||
/tmp/cc91meYU.s:257 .text.HAL_PWREx_DisableMainRegulatorLowVoltage:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:264 .text.HAL_PWREx_DisableMainRegulatorLowVoltage:0000000000000000 HAL_PWREx_DisableMainRegulatorLowVoltage
|
||||
/tmp/cc91meYU.s:282 .text.HAL_PWREx_DisableMainRegulatorLowVoltage:000000000000000c $d
|
||||
/tmp/cc91meYU.s:287 .text.HAL_PWREx_EnableLowRegulatorLowVoltage:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:294 .text.HAL_PWREx_EnableLowRegulatorLowVoltage:0000000000000000 HAL_PWREx_EnableLowRegulatorLowVoltage
|
||||
/tmp/cc91meYU.s:312 .text.HAL_PWREx_EnableLowRegulatorLowVoltage:000000000000000c $d
|
||||
/tmp/cc91meYU.s:317 .text.HAL_PWREx_DisableLowRegulatorLowVoltage:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:324 .text.HAL_PWREx_DisableLowRegulatorLowVoltage:0000000000000000 HAL_PWREx_DisableLowRegulatorLowVoltage
|
||||
/tmp/cc91meYU.s:342 .text.HAL_PWREx_DisableLowRegulatorLowVoltage:000000000000000c $d
|
||||
/tmp/cc91meYU.s:347 .text.HAL_PWREx_EnableOverDrive:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:354 .text.HAL_PWREx_EnableOverDrive:0000000000000000 HAL_PWREx_EnableOverDrive
|
||||
/tmp/cc91meYU.s:468 .text.HAL_PWREx_EnableOverDrive:0000000000000074 $d
|
||||
/tmp/cc91meYU.s:474 .text.HAL_PWREx_DisableOverDrive:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:481 .text.HAL_PWREx_DisableOverDrive:0000000000000000 HAL_PWREx_DisableOverDrive
|
||||
/tmp/cc91meYU.s:595 .text.HAL_PWREx_DisableOverDrive:0000000000000074 $d
|
||||
/tmp/cc91meYU.s:601 .text.HAL_PWREx_EnterUnderDriveSTOPMode:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:608 .text.HAL_PWREx_EnterUnderDriveSTOPMode:0000000000000000 HAL_PWREx_EnterUnderDriveSTOPMode
|
||||
/tmp/cc91meYU.s:762 .text.HAL_PWREx_EnterUnderDriveSTOPMode:0000000000000084 $d
|
||||
/tmp/cc91meYU.s:771 .text.HAL_PWREx_GetVoltageRange:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:778 .text.HAL_PWREx_GetVoltageRange:0000000000000000 HAL_PWREx_GetVoltageRange
|
||||
/tmp/cc91meYU.s:795 .text.HAL_PWREx_GetVoltageRange:000000000000000c $d
|
||||
/tmp/cc91meYU.s:800 .text.HAL_PWREx_ControlVoltageScaling:0000000000000000 $t
|
||||
/tmp/cc91meYU.s:807 .text.HAL_PWREx_ControlVoltageScaling:0000000000000000 HAL_PWREx_ControlVoltageScaling
|
||||
/tmp/cc91meYU.s:983 .text.HAL_PWREx_ControlVoltageScaling:00000000000000b8 $d
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
HAL_GetTick
|
||||
|
||||
Reference in New Issue
Block a user