added tec modulation

This commit is contained in:
Ayzen
2026-04-27 18:16:39 +03:00
parent d32db245fa
commit d3d48a5255
60 changed files with 13021 additions and 12456 deletions

View File

@ -1,4 +1,4 @@
ARM GAS /tmp/ccgiwyAE.s page 1
ARM GAS /tmp/ccCHAoiv.s page 1
1 .cpu cortex-m7
@ -58,7 +58,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
29:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** (if the application needs higher frequency/performance)
30:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** (+) Configure the System clock frequency and Flash settings
31:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** (+) Configure the AHB and APB buses prescalers
ARM GAS /tmp/ccgiwyAE.s page 2
ARM GAS /tmp/ccCHAoiv.s page 2
32:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** (+) Enable the clock for the peripheral(s) to be used
@ -118,7 +118,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
86:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
87:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** #define MCO1_CLK_ENABLE() __HAL_RCC_GPIOA_CLK_ENABLE()
88:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** #define MCO1_GPIO_PORT GPIOA
ARM GAS /tmp/ccgiwyAE.s page 3
ARM GAS /tmp/ccCHAoiv.s page 3
89:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** #define MCO1_PIN GPIO_PIN_8
@ -178,7 +178,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
143:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** (#) CSS (Clock security system), once enable using the function HAL_RCC_EnableCSS()
144:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** and if a HSE clock failure occurs(HSE used directly or through PLL as System
145:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** clock source), the System clock is automatically switched to HSI and an interrupt
ARM GAS /tmp/ccgiwyAE.s page 4
ARM GAS /tmp/ccCHAoiv.s page 4
146:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** is generated if enabled. The interrupt is linked to the Cortex-M7 NMI
@ -238,7 +238,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
30 @ args = 0, pretend = 0, frame = 0
31 @ frame_needed = 0, uses_anonymous_args = 0
32 0000 38B5 push {r3, r4, r5, lr}
ARM GAS /tmp/ccgiwyAE.s page 5
ARM GAS /tmp/ccCHAoiv.s page 5
33 .LCFI0:
@ -298,7 +298,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
212:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
213:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
214:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
ARM GAS /tmp/ccgiwyAE.s page 6
ARM GAS /tmp/ccCHAoiv.s page 6
215:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** /* Set HSITRIM[4:0] bits to the reset value */
@ -358,7 +358,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
269:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** /* Wait till PLLI2S is disabled */
270:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** while (READ_BIT(RCC->CR, RCC_CR_PLLI2SRDY) != RESET)
271:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
ARM GAS /tmp/ccgiwyAE.s page 7
ARM GAS /tmp/ccCHAoiv.s page 7
272:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** if ((HAL_GetTick() - tickstart) > PLLI2S_TIMEOUT_VALUE)
@ -418,7 +418,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
326:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
73 .loc 1 326 1 view .LVU14
74 0028 38BD pop {r3, r4, r5, pc}
ARM GAS /tmp/ccgiwyAE.s page 8
ARM GAS /tmp/ccCHAoiv.s page 8
75 .LVL4:
@ -478,7 +478,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
115 .loc 1 234 3 is_stmt 1 view .LVU28
234:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
116 .loc 1 234 15 is_stmt 0 view .LVU29
ARM GAS /tmp/ccgiwyAE.s page 9
ARM GAS /tmp/ccCHAoiv.s page 9
117 005a FFF7FEFF bl HAL_GetTick
@ -538,7 +538,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
158 008c 23F08073 bic r3, r3, #16777216
159 0090 1360 str r3, [r2]
255:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
ARM GAS /tmp/ccgiwyAE.s page 10
ARM GAS /tmp/ccCHAoiv.s page 10
160 .loc 1 255 3 view .LVU43
@ -598,7 +598,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
200 00bc 1B68 ldr r3, [r3]
270:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
201 .loc 1 270 46 view .LVU58
ARM GAS /tmp/ccgiwyAE.s page 11
ARM GAS /tmp/ccCHAoiv.s page 11
202 00be 13F0006F tst r3, #134217728
@ -658,7 +658,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
287:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
242 .loc 1 287 24 discriminator 1 view .LVU73
243 00f0 001B subs r0, r0, r4
ARM GAS /tmp/ccgiwyAE.s page 12
ARM GAS /tmp/ccCHAoiv.s page 12
287:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
@ -718,7 +718,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
318:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
284 .loc 1 318 3 is_stmt 1 view .LVU88
318:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
ARM GAS /tmp/ccgiwyAE.s page 13
ARM GAS /tmp/ccCHAoiv.s page 13
285 .loc 1 318 7 is_stmt 0 view .LVU89
@ -778,7 +778,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
321 .loc 1 344 3 view .LVU93
345:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** uint32_t pll_config;
322 .loc 1 345 3 view .LVU94
ARM GAS /tmp/ccgiwyAE.s page 14
ARM GAS /tmp/ccCHAoiv.s page 14
346:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** FlagStatus pwrclkchanged = RESET;
@ -838,7 +838,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
357 0020 924B ldr r3, .L124
358 0022 9B68 ldr r3, [r3, #8]
359 0024 03F00C03 and r3, r3, #12
ARM GAS /tmp/ccgiwyAE.s page 15
ARM GAS /tmp/ccCHAoiv.s page 15
360 .loc 1 364 9 view .LVU108
@ -898,7 +898,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
398 0060 6368 ldr r3, [r4, #4]
366:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
399 .loc 1 366 58 discriminator 1 view .LVU120
ARM GAS /tmp/ccgiwyAE.s page 16
ARM GAS /tmp/ccCHAoiv.s page 16
400 0062 002B cmp r3, #0
@ -958,7 +958,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
413 .loc 1 415 10 is_stmt 0 view .LVU127
414 0070 7E4B ldr r3, .L124
415 0072 9B68 ldr r3, [r3, #8]
ARM GAS /tmp/ccgiwyAE.s page 17
ARM GAS /tmp/ccCHAoiv.s page 17
416 .loc 1 415 8 view .LVU128
@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
442:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** while (__HAL_RCC_GET_FLAG(RCC_FLAG_HSIRDY) == RESET)
444 .loc 1 442 9 is_stmt 1 view .LVU137
445 .L49:
ARM GAS /tmp/ccgiwyAE.s page 18
ARM GAS /tmp/ccCHAoiv.s page 18
446 .loc 1 442 52 view .LVU138
@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
487 .L40:
383:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
488 .loc 1 383 52 view .LVU155
ARM GAS /tmp/ccgiwyAE.s page 19
ARM GAS /tmp/ccCHAoiv.s page 19
383:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
531 010c 1A60 str r2, [r3]
532 010e D7E7 b .L36
533 .L39:
ARM GAS /tmp/ccgiwyAE.s page 20
ARM GAS /tmp/ccCHAoiv.s page 20
394:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
572 .loc 1 419 12 is_stmt 0 view .LVU183
573 0138 4C4B ldr r3, .L124
574 013a 1B68 ldr r3, [r3]
ARM GAS /tmp/ccgiwyAE.s page 21
ARM GAS /tmp/ccCHAoiv.s page 21
419:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
474:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
475:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** /* Check the parameters */
476:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** assert_param(IS_RCC_LSI(RCC_OscInitStruct->LSIState));
ARM GAS /tmp/ccgiwyAE.s page 22
ARM GAS /tmp/ccCHAoiv.s page 22
598 .loc 1 476 5 is_stmt 1 view .LVU191
@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
636 .L114:
451:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
637 .loc 1 451 9 is_stmt 1 view .LVU207
ARM GAS /tmp/ccgiwyAE.s page 23
ARM GAS /tmp/ccCHAoiv.s page 23
638 018e 374A ldr r2, .L124
@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
680 .L54:
493:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
494:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
ARM GAS /tmp/ccgiwyAE.s page 24
ARM GAS /tmp/ccCHAoiv.s page 24
495:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
515:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** if (((RCC_OscInitStruct->OscillatorType) & RCC_OSCILLATORTYPE_LSE) == RCC_OSCILLATORTYPE_LSE)
715 .loc 1 515 3 is_stmt 1 view .LVU232
716 .loc 1 515 26 is_stmt 0 view .LVU233
ARM GAS /tmp/ccgiwyAE.s page 25
ARM GAS /tmp/ccCHAoiv.s page 25
717 01f0 2368 ldr r3, [r4]
@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
757 0220 10D0 beq .L116
758 .L61:
530:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
ARM GAS /tmp/ccgiwyAE.s page 26
ARM GAS /tmp/ccCHAoiv.s page 26
531:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** /* Enable write access to Backup domain */
@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
791 .loc 1 535 7 is_stmt 1 view .LVU259
535:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
792 .loc 1 535 19 is_stmt 0 view .LVU260
ARM GAS /tmp/ccgiwyAE.s page 27
ARM GAS /tmp/ccCHAoiv.s page 27
793 024e FFF7FEFF bl HAL_GetTick
@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
835 .loc 1 552 7 is_stmt 1 view .LVU273
836 .loc 1 552 19 is_stmt 0 view .LVU274
837 0282 FFF7FEFF bl HAL_GetTick
ARM GAS /tmp/ccgiwyAE.s page 28
ARM GAS /tmp/ccCHAoiv.s page 28
838 .LVL60:
@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
881 02be 1A6F ldr r2, [r3, #112]
882 02c0 42F00402 orr r2, r2, #4
883 02c4 1A67 str r2, [r3, #112]
ARM GAS /tmp/ccgiwyAE.s page 29
ARM GAS /tmp/ccCHAoiv.s page 29
547:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** /* Check the LSE State */
@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
578:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** /* Restore clock configuration if changed */
579:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** if (pwrclkchanged == SET)
919 .loc 1 579 5 is_stmt 1 view .LVU300
ARM GAS /tmp/ccgiwyAE.s page 30
ARM GAS /tmp/ccCHAoiv.s page 30
920 .loc 1 579 8 is_stmt 0 view .LVU301
@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
611:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** while (__HAL_RCC_GET_FLAG(RCC_FLAG_PLLRDY) != RESET)
612:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
613:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** if ((HAL_GetTick() - tickstart) > PLL_TIMEOUT_VALUE)
ARM GAS /tmp/ccgiwyAE.s page 31
ARM GAS /tmp/ccCHAoiv.s page 31
614:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
@ -1858,7 +1858,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
657:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
658:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** /* Wait till PLL is ready */
659:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** while (__HAL_RCC_GET_FLAG(RCC_FLAG_PLLRDY) != RESET)
ARM GAS /tmp/ccgiwyAE.s page 32
ARM GAS /tmp/ccCHAoiv.s page 32
954 .loc 1 659 9 is_stmt 1 view .LVU314
@ -1918,7 +1918,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
608:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
996 .loc 1 608 9 view .LVU331
608:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
ARM GAS /tmp/ccgiwyAE.s page 33
ARM GAS /tmp/ccCHAoiv.s page 33
997 .loc 1 608 21 is_stmt 0 view .LVU332
@ -1978,7 +1978,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1040 .loc 1 636 9 view .LVU343
1041 038e 1368 ldr r3, [r2]
1042 0390 43F08073 orr r3, r3, #16777216
ARM GAS /tmp/ccgiwyAE.s page 34
ARM GAS /tmp/ccCHAoiv.s page 34
1043 0394 1360 str r3, [r2]
@ -2038,7 +2038,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
678:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** (READ_BIT(pll_config, RCC_PLLCFGR_PLLQ) != (RCC_OscInitStruct->PLL.PLLQ << RCC_PLLCFGR_PL
679:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** (READ_BIT(pll_config, RCC_PLLCFGR_PLLR) != (RCC_OscInitStruct->PLL.PLLR << RCC_PLLCFGR_PL
680:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** #else
ARM GAS /tmp/ccgiwyAE.s page 35
ARM GAS /tmp/ccCHAoiv.s page 35
681:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** if (((RCC_OscInitStruct->PLL.PLLState) == RCC_PLL_OFF) ||
@ -2098,7 +2098,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1103 03d6 29D1 bne .L101
676:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** (READ_BIT(pll_config, RCC_PLLCFGR_PLLP) != ((((RCC_OscInitStruct->PLL.PLLP) >> 1U) - 1U)
1104 .loc 1 676 77 view .LVU367
ARM GAS /tmp/ccgiwyAE.s page 36
ARM GAS /tmp/ccCHAoiv.s page 36
1105 03d8 616A ldr r1, [r4, #36]
@ -2158,7 +2158,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1147 .cfi_restore 14
351:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
1148 .loc 1 351 12 view .LVU381
ARM GAS /tmp/ccgiwyAE.s page 37
ARM GAS /tmp/ccCHAoiv.s page 37
1149 0412 0120 movs r0, #1
@ -2218,7 +2218,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1196 042e F7E7 b .L31
1197 .L102:
1198 0430 0120 movs r0, #1
ARM GAS /tmp/ccgiwyAE.s page 38
ARM GAS /tmp/ccCHAoiv.s page 38
1199 0432 F5E7 b .L31
@ -2278,7 +2278,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
721:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** */
722:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** HAL_StatusTypeDef HAL_RCC_ClockConfig(RCC_ClkInitTypeDef *RCC_ClkInitStruct, uint32_t FLatency)
723:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
ARM GAS /tmp/ccgiwyAE.s page 39
ARM GAS /tmp/ccCHAoiv.s page 39
724:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** uint32_t tickstart = 0;
@ -2338,7 +2338,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
778:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
779:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** /* HSE is selected as System Clock Source */
780:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** if (RCC_ClkInitStruct->SYSCLKSource == RCC_SYSCLKSOURCE_HSE)
ARM GAS /tmp/ccgiwyAE.s page 40
ARM GAS /tmp/ccCHAoiv.s page 40
781:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
@ -2398,7 +2398,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
835:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** /*-------------------------- PCLK1 Configuration ---------------------------*/
836:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** if (((RCC_ClkInitStruct->ClockType) & RCC_CLOCKTYPE_PCLK1) == RCC_CLOCKTYPE_PCLK1)
837:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
ARM GAS /tmp/ccgiwyAE.s page 41
ARM GAS /tmp/ccCHAoiv.s page 41
838:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** assert_param(IS_RCC_PCLK(RCC_ClkInitStruct->APB1CLKDivider));
@ -2458,7 +2458,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
892:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** * @arg RCC_MCO2SOURCE_HSE: HSE clock selected as MCO2 source
893:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** * @arg RCC_MCO2SOURCE_PLLCLK: main PLL clock selected as MCO2 source
894:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** * @param RCC_MCODiv specifies the MCOx prescaler.
ARM GAS /tmp/ccgiwyAE.s page 42
ARM GAS /tmp/ccCHAoiv.s page 42
895:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** * This parameter can be one of the following values:
@ -2518,7 +2518,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1261 0014 336B ldr r3, [r6, #48]
1262 0016 03F00103 and r3, r3, #1
1263 001a 0193 str r3, [sp, #4]
ARM GAS /tmp/ccgiwyAE.s page 43
ARM GAS /tmp/ccCHAoiv.s page 43
1264 .loc 1 915 5 view .LVU403
@ -2578,7 +2578,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
928:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** else
929:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
930:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** assert_param(IS_RCC_MCO2SOURCE(RCC_MCOSource));
ARM GAS /tmp/ccgiwyAE.s page 44
ARM GAS /tmp/ccCHAoiv.s page 44
931:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
@ -2638,7 +2638,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1335 .loc 1 936 25 is_stmt 0 view .LVU429
1336 005e 4FF40073 mov r3, #512
1337 0062 0393 str r3, [sp, #12]
ARM GAS /tmp/ccgiwyAE.s page 45
ARM GAS /tmp/ccCHAoiv.s page 45
937:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** GPIO_InitStruct.Speed = GPIO_SPEED_HIGH;
@ -2698,7 +2698,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1379 .LFE144:
1381 .section .text.HAL_RCC_EnableCSS,"ax",%progbits
1382 .align 1
ARM GAS /tmp/ccgiwyAE.s page 46
ARM GAS /tmp/ccCHAoiv.s page 46
1383 .global HAL_RCC_EnableCSS
@ -2758,7 +2758,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1419 .cfi_startproc
1420 @ args = 0, pretend = 0, frame = 0
1421 @ frame_needed = 0, uses_anonymous_args = 0
ARM GAS /tmp/ccgiwyAE.s page 47
ARM GAS /tmp/ccCHAoiv.s page 47
1422 @ link register save eliminated.
@ -2818,7 +2818,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
999:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** * @retval SYSCLK frequency
1000:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** */
1001:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** uint32_t HAL_RCC_GetSysClockFreq(void)
ARM GAS /tmp/ccgiwyAE.s page 48
ARM GAS /tmp/ccCHAoiv.s page 48
1002:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
@ -2878,7 +2878,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1478 .loc 1 1024 11 is_stmt 0 view .LVU461
1479 001a 5B68 ldr r3, [r3, #4]
1480 .loc 1 1024 10 view .LVU462
ARM GAS /tmp/ccgiwyAE.s page 49
ARM GAS /tmp/ccCHAoiv.s page 49
1481 001c 13F4800F tst r3, #4194304
@ -2938,7 +2938,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1046:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
1514 .loc 1 1046 1 is_stmt 0 view .LVU476
1515 0046 08BD pop {r3, pc}
ARM GAS /tmp/ccgiwyAE.s page 50
ARM GAS /tmp/ccCHAoiv.s page 50
1516 .LVL106:
@ -2998,7 +2998,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1560 009a 00BF .align 2
1561 .L147:
1562 009c 00380240 .word 1073887232
ARM GAS /tmp/ccgiwyAE.s page 51
ARM GAS /tmp/ccCHAoiv.s page 51
1563 00a0 40787D01 .word 25000000
@ -3058,7 +3058,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1608 0018 4F4A ldr r2, .L177
1609 001a 1368 ldr r3, [r2]
1610 001c 23F00F03 bic r3, r3, #15
ARM GAS /tmp/ccgiwyAE.s page 52
ARM GAS /tmp/ccCHAoiv.s page 52
1611 0020 0B43 orrs r3, r3, r1
@ -3118,7 +3118,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1650 .loc 1 771 5 view .LVU512
1651 005a 404A ldr r2, .L177+4
1652 005c 9368 ldr r3, [r2, #8]
ARM GAS /tmp/ccgiwyAE.s page 53
ARM GAS /tmp/ccCHAoiv.s page 53
1653 005e 23F0F003 bic r3, r3, #240
@ -3178,7 +3178,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
810:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
1692 .loc 1 810 17 is_stmt 0 view .LVU528
1693 0090 FFF7FEFF bl HAL_GetTick
ARM GAS /tmp/ccgiwyAE.s page 54
ARM GAS /tmp/ccCHAoiv.s page 54
1694 .LVL112:
@ -3238,7 +3238,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1733 00c2 0120 movs r0, #1
1734 .LVL116:
785:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
ARM GAS /tmp/ccgiwyAE.s page 55
ARM GAS /tmp/ccCHAoiv.s page 55
1735 .loc 1 785 16 view .LVU544
@ -3298,7 +3298,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
836:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
1776 .loc 1 836 26 is_stmt 0 view .LVU558
1777 00f6 2368 ldr r3, [r4]
ARM GAS /tmp/ccgiwyAE.s page 56
ARM GAS /tmp/ccCHAoiv.s page 56
836:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
@ -3358,7 +3358,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1818 0134 D840 lsrs r0, r0, r3
850:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
1819 .loc 1 850 19 discriminator 1 view .LVU573
ARM GAS /tmp/ccgiwyAE.s page 57
ARM GAS /tmp/ccCHAoiv.s page 57
1820 0136 0B4B ldr r3, .L177+12
@ -3418,7 +3418,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1864 .loc 1 803 16 view .LVU583
1865 0150 F8E7 b .L150
1866 .LVL128:
ARM GAS /tmp/ccgiwyAE.s page 58
ARM GAS /tmp/ccCHAoiv.s page 58
1867 .L170:
@ -3478,7 +3478,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1911 .syntax unified
1912 .thumb
1913 .thumb_func
ARM GAS /tmp/ccgiwyAE.s page 59
ARM GAS /tmp/ccCHAoiv.s page 59
1915 HAL_RCC_GetPCLK1Freq:
@ -3538,7 +3538,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1072:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** /**
1073:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** * @brief Returns the PCLK2 frequency
1074:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** * @note Each time PCLK2 changes, this function must be called to update the
ARM GAS /tmp/ccgiwyAE.s page 60
ARM GAS /tmp/ccCHAoiv.s page 60
1075:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** * right PCLK2 value. Otherwise, any configuration based on this function will be incorrec
@ -3598,7 +3598,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1089:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** * @retval None
1090:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** */
1091:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** void HAL_RCC_GetOscConfig(RCC_OscInitTypeDef *RCC_OscInitStruct)
ARM GAS /tmp/ccgiwyAE.s page 61
ARM GAS /tmp/ccCHAoiv.s page 61
1092:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
@ -3658,7 +3658,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
2032 .L195:
1114:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
1115:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** else
ARM GAS /tmp/ccgiwyAE.s page 62
ARM GAS /tmp/ccCHAoiv.s page 62
1116:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
@ -3718,7 +3718,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
2063 .L200:
1140:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
1141:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** else
ARM GAS /tmp/ccgiwyAE.s page 63
ARM GAS /tmp/ccCHAoiv.s page 63
1142:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** {
@ -3778,7 +3778,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
2101 .loc 1 1158 60 view .LVU648
2102 0070 03F44033 and r3, r3, #196608
2103 .loc 1 1158 80 view .LVU649
ARM GAS /tmp/ccgiwyAE.s page 64
ARM GAS /tmp/ccCHAoiv.s page 64
2104 0074 03F58033 add r3, r3, #65536
@ -3838,7 +3838,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
31:Drivers/CMSIS/Include/cmsis_gcc.h **** #pragma GCC diagnostic ignored "-Wconversion"
32:Drivers/CMSIS/Include/cmsis_gcc.h **** #pragma GCC diagnostic ignored "-Wunused-parameter"
33:Drivers/CMSIS/Include/cmsis_gcc.h ****
ARM GAS /tmp/ccgiwyAE.s page 65
ARM GAS /tmp/ccCHAoiv.s page 65
34:Drivers/CMSIS/Include/cmsis_gcc.h **** /* Fallback for __has_builtin */
@ -3898,7 +3898,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
88:Drivers/CMSIS/Include/cmsis_gcc.h **** #pragma GCC diagnostic ignored "-Wpacked"
89:Drivers/CMSIS/Include/cmsis_gcc.h **** #pragma GCC diagnostic ignored "-Wattributes"
90:Drivers/CMSIS/Include/cmsis_gcc.h **** __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
ARM GAS /tmp/ccgiwyAE.s page 66
ARM GAS /tmp/ccCHAoiv.s page 66
91:Drivers/CMSIS/Include/cmsis_gcc.h **** #pragma GCC diagnostic pop
@ -3958,7 +3958,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
145:Drivers/CMSIS/Include/cmsis_gcc.h ****
146:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
147:Drivers/CMSIS/Include/cmsis_gcc.h **** \brief Get Control Register
ARM GAS /tmp/ccgiwyAE.s page 67
ARM GAS /tmp/ccCHAoiv.s page 67
148:Drivers/CMSIS/Include/cmsis_gcc.h **** \details Returns the content of the Control Register.
@ -4018,7 +4018,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
202:Drivers/CMSIS/Include/cmsis_gcc.h **** \details Returns the content of the IPSR Register.
203:Drivers/CMSIS/Include/cmsis_gcc.h **** \return IPSR Register value
204:Drivers/CMSIS/Include/cmsis_gcc.h **** */
ARM GAS /tmp/ccgiwyAE.s page 68
ARM GAS /tmp/ccCHAoiv.s page 68
205:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __get_IPSR(void)
@ -4078,7 +4078,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
259:Drivers/CMSIS/Include/cmsis_gcc.h **** \details Returns the current value of the non-secure Process Stack Pointer (PSP) when in secure s
260:Drivers/CMSIS/Include/cmsis_gcc.h **** \return PSP Register value
261:Drivers/CMSIS/Include/cmsis_gcc.h **** */
ARM GAS /tmp/ccgiwyAE.s page 69
ARM GAS /tmp/ccCHAoiv.s page 69
262:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __TZ_get_PSP_NS(void)
@ -4138,7 +4138,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
316:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __TZ_get_MSP_NS(void)
317:Drivers/CMSIS/Include/cmsis_gcc.h **** {
318:Drivers/CMSIS/Include/cmsis_gcc.h **** uint32_t result;
ARM GAS /tmp/ccgiwyAE.s page 70
ARM GAS /tmp/ccCHAoiv.s page 70
319:Drivers/CMSIS/Include/cmsis_gcc.h ****
@ -4198,7 +4198,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
373:Drivers/CMSIS/Include/cmsis_gcc.h **** }
374:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
375:Drivers/CMSIS/Include/cmsis_gcc.h ****
ARM GAS /tmp/ccgiwyAE.s page 71
ARM GAS /tmp/ccCHAoiv.s page 71
376:Drivers/CMSIS/Include/cmsis_gcc.h ****
@ -4258,7 +4258,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
430:Drivers/CMSIS/Include/cmsis_gcc.h ****
431:Drivers/CMSIS/Include/cmsis_gcc.h **** #if ((defined (__ARM_ARCH_7M__ ) && (__ARM_ARCH_7M__ == 1)) || \
432:Drivers/CMSIS/Include/cmsis_gcc.h **** (defined (__ARM_ARCH_7EM__ ) && (__ARM_ARCH_7EM__ == 1)) || \
ARM GAS /tmp/ccgiwyAE.s page 72
ARM GAS /tmp/ccCHAoiv.s page 72
433:Drivers/CMSIS/Include/cmsis_gcc.h **** (defined (__ARM_ARCH_8M_MAIN__ ) && (__ARM_ARCH_8M_MAIN__ == 1)) )
@ -4318,7 +4318,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
487:Drivers/CMSIS/Include/cmsis_gcc.h **** \brief Set Base Priority
488:Drivers/CMSIS/Include/cmsis_gcc.h **** \details Assigns the given value to the Base Priority register.
489:Drivers/CMSIS/Include/cmsis_gcc.h **** \param [in] basePri Base Priority value to set
ARM GAS /tmp/ccgiwyAE.s page 73
ARM GAS /tmp/ccCHAoiv.s page 73
490:Drivers/CMSIS/Include/cmsis_gcc.h **** */
@ -4378,7 +4378,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
544:Drivers/CMSIS/Include/cmsis_gcc.h **** uint32_t result;
545:Drivers/CMSIS/Include/cmsis_gcc.h ****
546:Drivers/CMSIS/Include/cmsis_gcc.h **** __ASM volatile ("MRS %0, faultmask_ns" : "=r" (result) );
ARM GAS /tmp/ccgiwyAE.s page 74
ARM GAS /tmp/ccCHAoiv.s page 74
547:Drivers/CMSIS/Include/cmsis_gcc.h **** return(result);
@ -4438,7 +4438,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
601:Drivers/CMSIS/Include/cmsis_gcc.h **** return result;
602:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
603:Drivers/CMSIS/Include/cmsis_gcc.h **** }
ARM GAS /tmp/ccgiwyAE.s page 75
ARM GAS /tmp/ccCHAoiv.s page 75
604:Drivers/CMSIS/Include/cmsis_gcc.h ****
@ -4498,7 +4498,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
658:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __TZ_set_PSPLIM_NS(uint32_t ProcStackPtrLimit)
659:Drivers/CMSIS/Include/cmsis_gcc.h **** {
660:Drivers/CMSIS/Include/cmsis_gcc.h **** #if (!(defined (__ARM_ARCH_8M_MAIN__ ) && (__ARM_ARCH_8M_MAIN__ == 1)))
ARM GAS /tmp/ccgiwyAE.s page 76
ARM GAS /tmp/ccCHAoiv.s page 76
661:Drivers/CMSIS/Include/cmsis_gcc.h **** // without main extensions, the non-secure PSPLIM is RAZ/WI
@ -4558,7 +4558,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
715:Drivers/CMSIS/Include/cmsis_gcc.h ****
716:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
717:Drivers/CMSIS/Include/cmsis_gcc.h **** \brief Set Main Stack Pointer Limit
ARM GAS /tmp/ccgiwyAE.s page 77
ARM GAS /tmp/ccCHAoiv.s page 77
718:Drivers/CMSIS/Include/cmsis_gcc.h **** Devices without ARMv8-M Main Extensions (i.e. Cortex-M23) lack the non-secure
@ -4618,7 +4618,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
772:Drivers/CMSIS/Include/cmsis_gcc.h **** // || (__GNUC__ > 7) || (__GNUC__ == 7 && __GNUC_MINOR__ >= 2)
773:Drivers/CMSIS/Include/cmsis_gcc.h **** /* see https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00443.html */
774:Drivers/CMSIS/Include/cmsis_gcc.h **** return __builtin_arm_get_fpscr();
ARM GAS /tmp/ccgiwyAE.s page 78
ARM GAS /tmp/ccCHAoiv.s page 78
775:Drivers/CMSIS/Include/cmsis_gcc.h **** #else
@ -4678,7 +4678,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
829:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __CMSIS_GCC_USE_REG(r) "r" (r)
830:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
831:Drivers/CMSIS/Include/cmsis_gcc.h ****
ARM GAS /tmp/ccgiwyAE.s page 79
ARM GAS /tmp/ccCHAoiv.s page 79
832:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
@ -4738,7 +4738,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
886:Drivers/CMSIS/Include/cmsis_gcc.h **** and after the instruction, without ensuring their completion.
887:Drivers/CMSIS/Include/cmsis_gcc.h **** */
888:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __DMB(void)
ARM GAS /tmp/ccgiwyAE.s page 80
ARM GAS /tmp/ccCHAoiv.s page 80
889:Drivers/CMSIS/Include/cmsis_gcc.h **** {
@ -4798,7 +4798,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
943:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
944:Drivers/CMSIS/Include/cmsis_gcc.h **** }
945:Drivers/CMSIS/Include/cmsis_gcc.h ****
ARM GAS /tmp/ccgiwyAE.s page 81
ARM GAS /tmp/ccCHAoiv.s page 81
946:Drivers/CMSIS/Include/cmsis_gcc.h ****
@ -4858,7 +4858,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
990:Drivers/CMSIS/Include/cmsis_gcc.h **** uint32_t s = (4U /*sizeof(v)*/ * 8U) - 1U; /* extra shift needed at end */
991:Drivers/CMSIS/Include/cmsis_gcc.h ****
992:Drivers/CMSIS/Include/cmsis_gcc.h **** result = value; /* r will be reversed bits of v; first get LSB of v */
ARM GAS /tmp/ccgiwyAE.s page 82
ARM GAS /tmp/ccCHAoiv.s page 82
993:Drivers/CMSIS/Include/cmsis_gcc.h **** for (value >>= 1U; value != 0U; value >>= 1U)
@ -4918,7 +4918,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
2169 .loc 1 1117 33 is_stmt 0 view .LVU675
2170 00b4 0023 movs r3, #0
2171 00b6 C360 str r3, [r0, #12]
ARM GAS /tmp/ccgiwyAE.s page 83
ARM GAS /tmp/ccCHAoiv.s page 83
2172 00b8 B3E7 b .L195
@ -4978,7 +4978,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
2216 .thumb_func
2218 HAL_RCC_GetClockConfig:
2219 .LVL134:
ARM GAS /tmp/ccgiwyAE.s page 84
ARM GAS /tmp/ccCHAoiv.s page 84
2220 .LFB152:
@ -5038,7 +5038,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1186:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
1187:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** /* Get the APB2 configuration ----------------------------------------------*/
1188:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** RCC_ClkInitStruct->APB2CLKDivider = (uint32_t)((RCC->CFGR & RCC_CFGR_PPRE2) >> 3);
ARM GAS /tmp/ccgiwyAE.s page 85
ARM GAS /tmp/ccCHAoiv.s page 85
2252 .loc 1 1188 3 is_stmt 1 view .LVU702
@ -5098,7 +5098,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
1210:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
1211:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c ****
1212:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** /**
ARM GAS /tmp/ccgiwyAE.s page 86
ARM GAS /tmp/ccCHAoiv.s page 86
1213:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** * @brief RCC Clock Security System interrupt callback
@ -5158,7 +5158,7 @@ ARM GAS /tmp/ccgiwyAE.s page 1
2328 .LVL135:
1208:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c **** }
2329 .loc 1 1208 5 view .LVU719
ARM GAS /tmp/ccgiwyAE.s page 87
ARM GAS /tmp/ccCHAoiv.s page 87
2330 0012 024B ldr r3, .L213
@ -5184,54 +5184,54 @@ ARM GAS /tmp/ccgiwyAE.s page 1
2350 .file 9 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc.h"
2351 .file 10 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_gpio.h"
2352 .file 11 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h"
ARM GAS /tmp/ccgiwyAE.s page 88
ARM GAS /tmp/ccCHAoiv.s page 88
DEFINED SYMBOLS
*ABS*:00000000 stm32f7xx_hal_rcc.c
/tmp/ccgiwyAE.s:20 .text.HAL_RCC_DeInit:00000000 $t
/tmp/ccgiwyAE.s:26 .text.HAL_RCC_DeInit:00000000 HAL_RCC_DeInit
/tmp/ccgiwyAE.s:299 .text.HAL_RCC_DeInit:00000144 $d
/tmp/ccgiwyAE.s:308 .text.HAL_RCC_OscConfig:00000000 $t
/tmp/ccgiwyAE.s:314 .text.HAL_RCC_OscConfig:00000000 HAL_RCC_OscConfig
/tmp/ccgiwyAE.s:819 .text.HAL_RCC_OscConfig:0000026c $d
/tmp/ccgiwyAE.s:824 .text.HAL_RCC_OscConfig:00000274 $t
/tmp/ccgiwyAE.s:1214 .text.HAL_RCC_OscConfig:00000440 $d
/tmp/ccgiwyAE.s:1219 .text.HAL_RCC_MCOConfig:00000000 $t
/tmp/ccgiwyAE.s:1225 .text.HAL_RCC_MCOConfig:00000000 HAL_RCC_MCOConfig
/tmp/ccgiwyAE.s:1375 .text.HAL_RCC_MCOConfig:0000008c $d
/tmp/ccgiwyAE.s:1382 .text.HAL_RCC_EnableCSS:00000000 $t
/tmp/ccgiwyAE.s:1388 .text.HAL_RCC_EnableCSS:00000000 HAL_RCC_EnableCSS
/tmp/ccgiwyAE.s:1405 .text.HAL_RCC_EnableCSS:0000000c $d
/tmp/ccgiwyAE.s:1410 .text.HAL_RCC_DisableCSS:00000000 $t
/tmp/ccgiwyAE.s:1416 .text.HAL_RCC_DisableCSS:00000000 HAL_RCC_DisableCSS
/tmp/ccgiwyAE.s:1433 .text.HAL_RCC_DisableCSS:0000000c $d
/tmp/ccgiwyAE.s:1439 .text.HAL_RCC_GetSysClockFreq:00000000 $t
/tmp/ccgiwyAE.s:1445 .text.HAL_RCC_GetSysClockFreq:00000000 HAL_RCC_GetSysClockFreq
/tmp/ccgiwyAE.s:1562 .text.HAL_RCC_GetSysClockFreq:0000009c $d
/tmp/ccgiwyAE.s:1569 .text.HAL_RCC_ClockConfig:00000000 $t
/tmp/ccgiwyAE.s:1575 .text.HAL_RCC_ClockConfig:00000000 HAL_RCC_ClockConfig
/tmp/ccgiwyAE.s:1874 .text.HAL_RCC_ClockConfig:00000158 $d
/tmp/ccgiwyAE.s:1883 .text.HAL_RCC_GetHCLKFreq:00000000 $t
/tmp/ccgiwyAE.s:1889 .text.HAL_RCC_GetHCLKFreq:00000000 HAL_RCC_GetHCLKFreq
/tmp/ccgiwyAE.s:1904 .text.HAL_RCC_GetHCLKFreq:00000008 $d
/tmp/ccgiwyAE.s:1909 .text.HAL_RCC_GetPCLK1Freq:00000000 $t
/tmp/ccgiwyAE.s:1915 .text.HAL_RCC_GetPCLK1Freq:00000000 HAL_RCC_GetPCLK1Freq
/tmp/ccgiwyAE.s:1944 .text.HAL_RCC_GetPCLK1Freq:00000018 $d
/tmp/ccgiwyAE.s:1950 .text.HAL_RCC_GetPCLK2Freq:00000000 $t
/tmp/ccgiwyAE.s:1956 .text.HAL_RCC_GetPCLK2Freq:00000000 HAL_RCC_GetPCLK2Freq
/tmp/ccgiwyAE.s:1985 .text.HAL_RCC_GetPCLK2Freq:00000018 $d
/tmp/ccgiwyAE.s:1991 .text.HAL_RCC_GetOscConfig:00000000 $t
/tmp/ccgiwyAE.s:1997 .text.HAL_RCC_GetOscConfig:00000000 HAL_RCC_GetOscConfig
/tmp/ccgiwyAE.s:2207 .text.HAL_RCC_GetOscConfig:000000dc $d
/tmp/ccgiwyAE.s:2212 .text.HAL_RCC_GetClockConfig:00000000 $t
/tmp/ccgiwyAE.s:2218 .text.HAL_RCC_GetClockConfig:00000000 HAL_RCC_GetClockConfig
/tmp/ccgiwyAE.s:2273 .text.HAL_RCC_GetClockConfig:00000034 $d
/tmp/ccgiwyAE.s:2279 .text.HAL_RCC_CSSCallback:00000000 $t
/tmp/ccgiwyAE.s:2285 .text.HAL_RCC_CSSCallback:00000000 HAL_RCC_CSSCallback
/tmp/ccgiwyAE.s:2298 .text.HAL_RCC_NMI_IRQHandler:00000000 $t
/tmp/ccgiwyAE.s:2304 .text.HAL_RCC_NMI_IRQHandler:00000000 HAL_RCC_NMI_IRQHandler
/tmp/ccgiwyAE.s:2338 .text.HAL_RCC_NMI_IRQHandler:0000001c $d
/tmp/ccCHAoiv.s:20 .text.HAL_RCC_DeInit:00000000 $t
/tmp/ccCHAoiv.s:26 .text.HAL_RCC_DeInit:00000000 HAL_RCC_DeInit
/tmp/ccCHAoiv.s:299 .text.HAL_RCC_DeInit:00000144 $d
/tmp/ccCHAoiv.s:308 .text.HAL_RCC_OscConfig:00000000 $t
/tmp/ccCHAoiv.s:314 .text.HAL_RCC_OscConfig:00000000 HAL_RCC_OscConfig
/tmp/ccCHAoiv.s:819 .text.HAL_RCC_OscConfig:0000026c $d
/tmp/ccCHAoiv.s:824 .text.HAL_RCC_OscConfig:00000274 $t
/tmp/ccCHAoiv.s:1214 .text.HAL_RCC_OscConfig:00000440 $d
/tmp/ccCHAoiv.s:1219 .text.HAL_RCC_MCOConfig:00000000 $t
/tmp/ccCHAoiv.s:1225 .text.HAL_RCC_MCOConfig:00000000 HAL_RCC_MCOConfig
/tmp/ccCHAoiv.s:1375 .text.HAL_RCC_MCOConfig:0000008c $d
/tmp/ccCHAoiv.s:1382 .text.HAL_RCC_EnableCSS:00000000 $t
/tmp/ccCHAoiv.s:1388 .text.HAL_RCC_EnableCSS:00000000 HAL_RCC_EnableCSS
/tmp/ccCHAoiv.s:1405 .text.HAL_RCC_EnableCSS:0000000c $d
/tmp/ccCHAoiv.s:1410 .text.HAL_RCC_DisableCSS:00000000 $t
/tmp/ccCHAoiv.s:1416 .text.HAL_RCC_DisableCSS:00000000 HAL_RCC_DisableCSS
/tmp/ccCHAoiv.s:1433 .text.HAL_RCC_DisableCSS:0000000c $d
/tmp/ccCHAoiv.s:1439 .text.HAL_RCC_GetSysClockFreq:00000000 $t
/tmp/ccCHAoiv.s:1445 .text.HAL_RCC_GetSysClockFreq:00000000 HAL_RCC_GetSysClockFreq
/tmp/ccCHAoiv.s:1562 .text.HAL_RCC_GetSysClockFreq:0000009c $d
/tmp/ccCHAoiv.s:1569 .text.HAL_RCC_ClockConfig:00000000 $t
/tmp/ccCHAoiv.s:1575 .text.HAL_RCC_ClockConfig:00000000 HAL_RCC_ClockConfig
/tmp/ccCHAoiv.s:1874 .text.HAL_RCC_ClockConfig:00000158 $d
/tmp/ccCHAoiv.s:1883 .text.HAL_RCC_GetHCLKFreq:00000000 $t
/tmp/ccCHAoiv.s:1889 .text.HAL_RCC_GetHCLKFreq:00000000 HAL_RCC_GetHCLKFreq
/tmp/ccCHAoiv.s:1904 .text.HAL_RCC_GetHCLKFreq:00000008 $d
/tmp/ccCHAoiv.s:1909 .text.HAL_RCC_GetPCLK1Freq:00000000 $t
/tmp/ccCHAoiv.s:1915 .text.HAL_RCC_GetPCLK1Freq:00000000 HAL_RCC_GetPCLK1Freq
/tmp/ccCHAoiv.s:1944 .text.HAL_RCC_GetPCLK1Freq:00000018 $d
/tmp/ccCHAoiv.s:1950 .text.HAL_RCC_GetPCLK2Freq:00000000 $t
/tmp/ccCHAoiv.s:1956 .text.HAL_RCC_GetPCLK2Freq:00000000 HAL_RCC_GetPCLK2Freq
/tmp/ccCHAoiv.s:1985 .text.HAL_RCC_GetPCLK2Freq:00000018 $d
/tmp/ccCHAoiv.s:1991 .text.HAL_RCC_GetOscConfig:00000000 $t
/tmp/ccCHAoiv.s:1997 .text.HAL_RCC_GetOscConfig:00000000 HAL_RCC_GetOscConfig
/tmp/ccCHAoiv.s:2207 .text.HAL_RCC_GetOscConfig:000000dc $d
/tmp/ccCHAoiv.s:2212 .text.HAL_RCC_GetClockConfig:00000000 $t
/tmp/ccCHAoiv.s:2218 .text.HAL_RCC_GetClockConfig:00000000 HAL_RCC_GetClockConfig
/tmp/ccCHAoiv.s:2273 .text.HAL_RCC_GetClockConfig:00000034 $d
/tmp/ccCHAoiv.s:2279 .text.HAL_RCC_CSSCallback:00000000 $t
/tmp/ccCHAoiv.s:2285 .text.HAL_RCC_CSSCallback:00000000 HAL_RCC_CSSCallback
/tmp/ccCHAoiv.s:2298 .text.HAL_RCC_NMI_IRQHandler:00000000 $t
/tmp/ccCHAoiv.s:2304 .text.HAL_RCC_NMI_IRQHandler:00000000 HAL_RCC_NMI_IRQHandler
/tmp/ccCHAoiv.s:2338 .text.HAL_RCC_NMI_IRQHandler:0000001c $d
UNDEFINED SYMBOLS
HAL_GetTick