switched project to make
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
ARM GAS /tmp/ccoG8wtV.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m7
|
||||
@ -58,7 +58,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
29:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** __HAL_RCC_DMA1_CLK_ENABLE() or __HAL_RCC_DMA2_CLK_ENABLE().
|
||||
30:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
31:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** *** Polling mode IO operation ***
|
||||
ARM GAS /tmp/ccRPwCnE.s page 2
|
||||
ARM GAS /tmp/ccoG8wtV.s page 2
|
||||
|
||||
|
||||
32:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** =================================
|
||||
@ -118,7 +118,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
86:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** *
|
||||
87:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** * Copyright (c) 2017 STMicroelectronics.
|
||||
88:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** * All rights reserved.
|
||||
ARM GAS /tmp/ccRPwCnE.s page 3
|
||||
ARM GAS /tmp/ccoG8wtV.s page 3
|
||||
|
||||
|
||||
89:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** *
|
||||
@ -178,7 +178,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
143:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** * @{
|
||||
144:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** */
|
||||
145:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccRPwCnE.s page 4
|
||||
ARM GAS /tmp/ccoG8wtV.s page 4
|
||||
|
||||
|
||||
146:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /** @addtogroup DMA_Exported_Functions_Group1
|
||||
@ -238,7 +238,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
200:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** assert_param(IS_DMA_PERIPHERAL_BURST(hdma->Init.PeriphBurst));
|
||||
201:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
202:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccRPwCnE.s page 5
|
||||
ARM GAS /tmp/ccoG8wtV.s page 5
|
||||
|
||||
|
||||
203:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Change DMA peripheral state */
|
||||
@ -298,7 +298,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
257:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Clear Direct mode and FIFO threshold bits */
|
||||
258:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** tmp &= (uint32_t)~(DMA_SxFCR_DMDIS | DMA_SxFCR_FTH);
|
||||
259:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccRPwCnE.s page 6
|
||||
ARM GAS /tmp/ccoG8wtV.s page 6
|
||||
|
||||
|
||||
260:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Prepare the DMA Stream FIFO configuration */
|
||||
@ -358,7 +358,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
314:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
315:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Check the DMA peripheral state */
|
||||
316:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** if(hdma == NULL)
|
||||
ARM GAS /tmp/ccRPwCnE.s page 7
|
||||
ARM GAS /tmp/ccoG8wtV.s page 7
|
||||
|
||||
|
||||
317:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
@ -418,7 +418,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
371:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
372:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Release Lock */
|
||||
373:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** __HAL_UNLOCK(hdma);
|
||||
ARM GAS /tmp/ccRPwCnE.s page 8
|
||||
ARM GAS /tmp/ccoG8wtV.s page 8
|
||||
|
||||
|
||||
374:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -478,7 +478,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
428:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** DMA_SetConfig(hdma, SrcAddress, DstAddress, DataLength);
|
||||
429:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
430:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Enable the Peripheral */
|
||||
ARM GAS /tmp/ccRPwCnE.s page 9
|
||||
ARM GAS /tmp/ccoG8wtV.s page 9
|
||||
|
||||
|
||||
431:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** __HAL_DMA_ENABLE(hdma);
|
||||
@ -538,7 +538,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
485:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
486:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->Instance->CR |= DMA_IT_HT;
|
||||
487:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
ARM GAS /tmp/ccRPwCnE.s page 10
|
||||
ARM GAS /tmp/ccoG8wtV.s page 10
|
||||
|
||||
|
||||
488:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -598,7 +598,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
542:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
543:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Disable the stream */
|
||||
544:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** __HAL_DMA_DISABLE(hdma);
|
||||
ARM GAS /tmp/ccRPwCnE.s page 11
|
||||
ARM GAS /tmp/ccoG8wtV.s page 11
|
||||
|
||||
|
||||
545:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -658,7 +658,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
599:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
600:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** return HAL_OK;
|
||||
601:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
ARM GAS /tmp/ccRPwCnE.s page 12
|
||||
ARM GAS /tmp/ccoG8wtV.s page 12
|
||||
|
||||
|
||||
602:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -718,7 +718,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
656:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Check for the Timeout (Not applicable in circular mode)*/
|
||||
657:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** if(Timeout != HAL_MAX_DELAY)
|
||||
658:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
ARM GAS /tmp/ccRPwCnE.s page 13
|
||||
ARM GAS /tmp/ccoG8wtV.s page 13
|
||||
|
||||
|
||||
659:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** if((Timeout == 0)||((HAL_GetTick() - tickstart ) > Timeout))
|
||||
@ -778,7 +778,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
713:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
714:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Change the DMA state */
|
||||
715:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->State= HAL_DMA_STATE_READY;
|
||||
ARM GAS /tmp/ccRPwCnE.s page 14
|
||||
ARM GAS /tmp/ccoG8wtV.s page 14
|
||||
|
||||
|
||||
716:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -838,7 +838,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
770:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Clear the transfer error flag */
|
||||
771:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** regs->IFCR = DMA_FLAG_TEIF0_4 << hdma->StreamIndex;
|
||||
772:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccRPwCnE.s page 15
|
||||
ARM GAS /tmp/ccoG8wtV.s page 15
|
||||
|
||||
|
||||
773:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Update error code */
|
||||
@ -898,7 +898,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
827:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->XferM1HalfCpltCallback(hdma);
|
||||
828:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
829:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
ARM GAS /tmp/ccRPwCnE.s page 16
|
||||
ARM GAS /tmp/ccoG8wtV.s page 16
|
||||
|
||||
|
||||
830:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
@ -958,7 +958,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
884:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
885:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Current memory buffer used is Memory 0 */
|
||||
886:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** if((hdma->Instance->CR & DMA_SxCR_CT) == RESET)
|
||||
ARM GAS /tmp/ccRPwCnE.s page 17
|
||||
ARM GAS /tmp/ccoG8wtV.s page 17
|
||||
|
||||
|
||||
887:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
941:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** if (++count > timeout)
|
||||
942:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
943:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** break;
|
||||
ARM GAS /tmp/ccRPwCnE.s page 18
|
||||
ARM GAS /tmp/ccoG8wtV.s page 18
|
||||
|
||||
|
||||
944:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
998:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** case HAL_DMA_XFER_M1HALFCPLT_CB_ID:
|
||||
999:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->XferM1HalfCpltCallback = pCallback;
|
||||
1000:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** break;
|
||||
ARM GAS /tmp/ccRPwCnE.s page 19
|
||||
ARM GAS /tmp/ccoG8wtV.s page 19
|
||||
|
||||
|
||||
1001:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1055:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** case HAL_DMA_XFER_M1CPLT_CB_ID:
|
||||
1056:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->XferM1CpltCallback = NULL;
|
||||
1057:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** break;
|
||||
ARM GAS /tmp/ccRPwCnE.s page 20
|
||||
ARM GAS /tmp/ccoG8wtV.s page 20
|
||||
|
||||
|
||||
1058:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1112:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** * @{
|
||||
1113:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** */
|
||||
1114:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccRPwCnE.s page 21
|
||||
ARM GAS /tmp/ccoG8wtV.s page 21
|
||||
|
||||
|
||||
1115:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /**
|
||||
@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
37 .cfi_offset 4, -8
|
||||
38 .cfi_offset 5, -4
|
||||
1160:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Clear DBM bit */
|
||||
ARM GAS /tmp/ccRPwCnE.s page 22
|
||||
ARM GAS /tmp/ccoG8wtV.s page 22
|
||||
|
||||
|
||||
1161:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->Instance->CR &= (uint32_t)(~DMA_SxCR_DBM);
|
||||
@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1184:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
70 .loc 1 1184 1 view .LVU17
|
||||
71 001e 30BC pop {r4, r5}
|
||||
ARM GAS /tmp/ccRPwCnE.s page 23
|
||||
ARM GAS /tmp/ccoG8wtV.s page 23
|
||||
|
||||
|
||||
72 .LCFI1:
|
||||
@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
113 0000 10B4 push {r4}
|
||||
114 .LCFI3:
|
||||
115 .cfi_def_cfa_offset 4
|
||||
ARM GAS /tmp/ccRPwCnE.s page 24
|
||||
ARM GAS /tmp/ccoG8wtV.s page 24
|
||||
|
||||
|
||||
116 .cfi_offset 4, -4
|
||||
@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
151 .loc 1 1212 1 is_stmt 0 view .LVU42
|
||||
152 0022 806D ldr r0, [r0, #88]
|
||||
153 .LVL8:
|
||||
ARM GAS /tmp/ccRPwCnE.s page 25
|
||||
ARM GAS /tmp/ccoG8wtV.s page 25
|
||||
|
||||
|
||||
154 .loc 1 1212 1 view .LVU43
|
||||
@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1223:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** uint32_t tmp = hdma->Init.FIFOThreshold;
|
||||
197 .loc 1 1223 3 view .LVU49
|
||||
198 .loc 1 1223 12 is_stmt 0 view .LVU50
|
||||
ARM GAS /tmp/ccRPwCnE.s page 26
|
||||
ARM GAS /tmp/ccoG8wtV.s page 26
|
||||
|
||||
|
||||
199 0000 836A ldr r3, [r0, #40]
|
||||
@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
236 .loc 1 1238 10 view .LVU63
|
||||
237 0022 B3F1C07F cmp r3, #25165824
|
||||
238 0026 24D0 beq .L24
|
||||
ARM GAS /tmp/ccRPwCnE.s page 27
|
||||
ARM GAS /tmp/ccoG8wtV.s page 27
|
||||
|
||||
|
||||
1222:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** uint32_t tmp = hdma->Init.FIFOThreshold;
|
||||
@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
250 .loc 1 1279 5 is_stmt 1 view .LVU68
|
||||
251 0032 022B cmp r3, #2
|
||||
252 0034 25D9 bls .L28
|
||||
ARM GAS /tmp/ccRPwCnE.s page 28
|
||||
ARM GAS /tmp/ccoG8wtV.s page 28
|
||||
|
||||
|
||||
253 0036 032B cmp r3, #3
|
||||
@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
292 005c 0DD1 bne .L26
|
||||
1222:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** uint32_t tmp = hdma->Init.FIFOThreshold;
|
||||
293 .loc 1 1222 21 view .LVU79
|
||||
ARM GAS /tmp/ccRPwCnE.s page 29
|
||||
ARM GAS /tmp/ccoG8wtV.s page 29
|
||||
|
||||
|
||||
294 005e 0020 movs r0, #0
|
||||
@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
335 .loc 1 1262 16 view .LVU92
|
||||
336 007a 0120 movs r0, #1
|
||||
337 .LVL37:
|
||||
ARM GAS /tmp/ccRPwCnE.s page 30
|
||||
ARM GAS /tmp/ccoG8wtV.s page 30
|
||||
|
||||
|
||||
1262:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
375 .syntax unified
|
||||
376 .thumb
|
||||
377 .thumb_func
|
||||
ARM GAS /tmp/ccRPwCnE.s page 31
|
||||
ARM GAS /tmp/ccoG8wtV.s page 31
|
||||
|
||||
|
||||
378 .fpu fpv5-d16
|
||||
@ -1858,7 +1858,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
416 .loc 1 192 3 view .LVU119
|
||||
193:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Check the memory burst, peripheral burst and FIFO threshold parameters only
|
||||
417 .loc 1 193 3 view .LVU120
|
||||
ARM GAS /tmp/ccRPwCnE.s page 32
|
||||
ARM GAS /tmp/ccoG8wtV.s page 32
|
||||
|
||||
|
||||
196:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
@ -1918,7 +1918,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
453 .loc 1 217 7 view .LVU139
|
||||
454 0034 052B cmp r3, #5
|
||||
455 0036 F5D9 bls .L34
|
||||
ARM GAS /tmp/ccRPwCnE.s page 33
|
||||
ARM GAS /tmp/ccoG8wtV.s page 33
|
||||
|
||||
|
||||
220:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -1978,7 +1978,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
240:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->Init.PeriphDataAlignment | hdma->Init.MemDataAlignment |
|
||||
493 .loc 1 240 42 view .LVU157
|
||||
494 0056 0A43 orrs r2, r2, r1
|
||||
ARM GAS /tmp/ccRPwCnE.s page 34
|
||||
ARM GAS /tmp/ccoG8wtV.s page 34
|
||||
|
||||
|
||||
241:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->Init.Mode | hdma->Init.Priority;
|
||||
@ -2038,7 +2038,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
258:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
531 .loc 1 258 7 is_stmt 0 view .LVU176
|
||||
532 0076 25F00705 bic r5, r5, #7
|
||||
ARM GAS /tmp/ccRPwCnE.s page 35
|
||||
ARM GAS /tmp/ccoG8wtV.s page 35
|
||||
|
||||
|
||||
533 .LVL57:
|
||||
@ -2098,7 +2098,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
569 0096 FFF7FEFF bl DMA_CalcBaseAndBitshift
|
||||
570 .LVL61:
|
||||
294:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccRPwCnE.s page 36
|
||||
ARM GAS /tmp/ccoG8wtV.s page 36
|
||||
|
||||
|
||||
571 .loc 1 294 3 is_stmt 1 view .LVU195
|
||||
@ -2158,7 +2158,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
608 .loc 1 276 9 is_stmt 1 view .LVU212
|
||||
276:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
609 .loc 1 276 25 is_stmt 0 view .LVU213
|
||||
ARM GAS /tmp/ccRPwCnE.s page 37
|
||||
ARM GAS /tmp/ccoG8wtV.s page 37
|
||||
|
||||
|
||||
610 00b8 4023 movs r3, #64
|
||||
@ -2218,7 +2218,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
655 0004 38B5 push {r3, r4, r5, lr}
|
||||
656 .LCFI7:
|
||||
657 .cfi_def_cfa_offset 16
|
||||
ARM GAS /tmp/ccRPwCnE.s page 38
|
||||
ARM GAS /tmp/ccoG8wtV.s page 38
|
||||
|
||||
|
||||
658 .cfi_offset 3, -16
|
||||
@ -2278,7 +2278,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
695 .loc 1 344 7 is_stmt 0 view .LVU241
|
||||
696 002a 2B68 ldr r3, [r5]
|
||||
344:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccRPwCnE.s page 39
|
||||
ARM GAS /tmp/ccoG8wtV.s page 39
|
||||
|
||||
|
||||
697 .loc 1 344 24 view .LVU242
|
||||
@ -2338,7 +2338,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
732 .loc 1 362 3 is_stmt 1 view .LVU261
|
||||
362:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->XferErrorCallback = NULL;
|
||||
733 .loc 1 362 32 is_stmt 0 view .LVU262
|
||||
ARM GAS /tmp/ccRPwCnE.s page 40
|
||||
ARM GAS /tmp/ccoG8wtV.s page 40
|
||||
|
||||
|
||||
734 004c AC64 str r4, [r5, #72]
|
||||
@ -2398,7 +2398,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
772 .LFE142:
|
||||
774 .section .text.HAL_DMA_Start,"ax",%progbits
|
||||
775 .align 1
|
||||
ARM GAS /tmp/ccRPwCnE.s page 41
|
||||
ARM GAS /tmp/ccoG8wtV.s page 41
|
||||
|
||||
|
||||
776 .global HAL_DMA_Start
|
||||
@ -2458,7 +2458,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
436:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
819 .loc 1 436 5 is_stmt 1 view .LVU291
|
||||
436:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccRPwCnE.s page 42
|
||||
ARM GAS /tmp/ccoG8wtV.s page 42
|
||||
|
||||
|
||||
820 .loc 1 436 5 view .LVU292
|
||||
@ -2518,7 +2518,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
861 .cfi_endproc
|
||||
862 .LFE143:
|
||||
864 .section .text.HAL_DMA_Start_IT,"ax",%progbits
|
||||
ARM GAS /tmp/ccRPwCnE.s page 43
|
||||
ARM GAS /tmp/ccoG8wtV.s page 43
|
||||
|
||||
|
||||
865 .align 1
|
||||
@ -2578,7 +2578,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
907 .loc 1 466 33 is_stmt 0 discriminator 2 view .LVU318
|
||||
908 0014 94F83500 ldrb r0, [r4, #53] @ zero_extendqisi2
|
||||
909 0018 C0B2 uxtb r0, r0
|
||||
ARM GAS /tmp/ccRPwCnE.s page 44
|
||||
ARM GAS /tmp/ccoG8wtV.s page 44
|
||||
|
||||
|
||||
466:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
@ -2638,7 +2638,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
478:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
948 .loc 1 478 16 view .LVU335
|
||||
949 003e AB60 str r3, [r5, #8]
|
||||
ARM GAS /tmp/ccRPwCnE.s page 45
|
||||
ARM GAS /tmp/ccoG8wtV.s page 45
|
||||
|
||||
|
||||
481:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->Instance->FCR |= DMA_IT_FE;
|
||||
@ -2698,7 +2698,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
989 0072 D8E7 b .L59
|
||||
990 .cfi_endproc
|
||||
991 .LFE144:
|
||||
ARM GAS /tmp/ccRPwCnE.s page 46
|
||||
ARM GAS /tmp/ccoG8wtV.s page 46
|
||||
|
||||
|
||||
993 .section .text.HAL_DMA_Abort,"ax",%progbits
|
||||
@ -2758,7 +2758,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1036 .loc 1 528 5 is_stmt 1 view .LVU362
|
||||
528:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1037 .loc 1 528 5 view .LVU363
|
||||
ARM GAS /tmp/ccRPwCnE.s page 47
|
||||
ARM GAS /tmp/ccoG8wtV.s page 47
|
||||
|
||||
|
||||
1038 0018 0023 movs r3, #0
|
||||
@ -2818,7 +2818,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1075 .loc 1 540 27 view .LVU380
|
||||
1076 003e 1368 ldr r3, [r2]
|
||||
1077 0040 23F00803 bic r3, r3, #8
|
||||
ARM GAS /tmp/ccRPwCnE.s page 48
|
||||
ARM GAS /tmp/ccoG8wtV.s page 48
|
||||
|
||||
|
||||
1078 0044 1360 str r3, [r2]
|
||||
@ -2878,7 +2878,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1116 0070 84F83430 strb r3, [r4, #52]
|
||||
559:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1117 .loc 1 559 9 view .LVU397
|
||||
ARM GAS /tmp/ccRPwCnE.s page 49
|
||||
ARM GAS /tmp/ccoG8wtV.s page 49
|
||||
|
||||
|
||||
561:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
@ -2938,7 +2938,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1158 .thumb
|
||||
1159 .thumb_func
|
||||
1160 .fpu fpv5-d16
|
||||
ARM GAS /tmp/ccRPwCnE.s page 50
|
||||
ARM GAS /tmp/ccoG8wtV.s page 50
|
||||
|
||||
|
||||
1162 HAL_DMA_Abort_IT:
|
||||
@ -2998,7 +2998,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
601:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1202 .loc 1 601 1 view .LVU427
|
||||
1203 0024 7047 bx lr
|
||||
ARM GAS /tmp/ccRPwCnE.s page 51
|
||||
ARM GAS /tmp/ccoG8wtV.s page 51
|
||||
|
||||
|
||||
1204 .cfi_endproc
|
||||
@ -3058,7 +3058,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
624:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
1250 .loc 1 624 5 view .LVU438
|
||||
1251 0014 022B cmp r3, #2
|
||||
ARM GAS /tmp/ccRPwCnE.s page 52
|
||||
ARM GAS /tmp/ccoG8wtV.s page 52
|
||||
|
||||
|
||||
1252 0016 07D0 beq .L79
|
||||
@ -3118,7 +3118,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1288 .loc 1 643 20 view .LVU456
|
||||
1289 003c 4FF0200A mov r10, #32
|
||||
1290 0040 0AFA03FA lsl r10, r10, r3
|
||||
ARM GAS /tmp/ccRPwCnE.s page 53
|
||||
ARM GAS /tmp/ccoG8wtV.s page 53
|
||||
|
||||
|
||||
1291 .LVL111:
|
||||
@ -3178,7 +3178,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1329 .loc 1 675 5 is_stmt 1 view .LVU472
|
||||
675:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1330 .loc 1 675 12 is_stmt 0 view .LVU473
|
||||
ARM GAS /tmp/ccRPwCnE.s page 54
|
||||
ARM GAS /tmp/ccoG8wtV.s page 54
|
||||
|
||||
|
||||
1331 006c 3B68 ldr r3, [r7]
|
||||
@ -3238,7 +3238,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
695:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
1369 .loc 1 695 5 is_stmt 1 view .LVU490
|
||||
695:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
ARM GAS /tmp/ccRPwCnE.s page 55
|
||||
ARM GAS /tmp/ccoG8wtV.s page 55
|
||||
|
||||
|
||||
1370 .loc 1 695 44 is_stmt 0 view .LVU491
|
||||
@ -3298,7 +3298,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1409 00c0 C0E7 b .L83
|
||||
1410 .LVL121:
|
||||
1411 .L86:
|
||||
ARM GAS /tmp/ccRPwCnE.s page 56
|
||||
ARM GAS /tmp/ccoG8wtV.s page 56
|
||||
|
||||
|
||||
662:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -3358,7 +3358,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1447 .loc 1 728 63 is_stmt 0 view .LVU525
|
||||
1448 00e8 E26D ldr r2, [r4, #92]
|
||||
728:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccRPwCnE.s page 57
|
||||
ARM GAS /tmp/ccoG8wtV.s page 57
|
||||
|
||||
|
||||
1449 .loc 1 728 56 view .LVU526
|
||||
@ -3418,7 +3418,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
718:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1487 .loc 1 718 7 view .LVU543
|
||||
720:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
ARM GAS /tmp/ccRPwCnE.s page 58
|
||||
ARM GAS /tmp/ccoG8wtV.s page 58
|
||||
|
||||
|
||||
1488 .loc 1 720 7 view .LVU544
|
||||
@ -3478,7 +3478,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
754:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** uint32_t timeout = SystemCoreClock / 9600;
|
||||
1535 .loc 1 754 3 view .LVU554
|
||||
754:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** uint32_t timeout = SystemCoreClock / 9600;
|
||||
ARM GAS /tmp/ccRPwCnE.s page 59
|
||||
ARM GAS /tmp/ccoG8wtV.s page 59
|
||||
|
||||
|
||||
1536 .loc 1 754 17 is_stmt 0 view .LVU555
|
||||
@ -3538,7 +3538,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1574 002e 1A68 ldr r2, [r3]
|
||||
1575 0030 22F00402 bic r2, r2, #4
|
||||
1576 0034 1A60 str r2, [r3]
|
||||
ARM GAS /tmp/ccRPwCnE.s page 60
|
||||
ARM GAS /tmp/ccoG8wtV.s page 60
|
||||
|
||||
|
||||
771:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -3598,7 +3598,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1614 0062 6365 str r3, [r4, #84]
|
||||
1615 .L99:
|
||||
790:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
ARM GAS /tmp/ccRPwCnE.s page 61
|
||||
ARM GAS /tmp/ccoG8wtV.s page 61
|
||||
|
||||
|
||||
1616 .loc 1 790 3 is_stmt 1 view .LVU589
|
||||
@ -3658,7 +3658,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
804:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
1654 .loc 1 804 7 view .LVU606
|
||||
1655 0090 12F0080F tst r2, #8
|
||||
ARM GAS /tmp/ccRPwCnE.s page 62
|
||||
ARM GAS /tmp/ccoG8wtV.s page 62
|
||||
|
||||
|
||||
1656 0094 1FD0 beq .L101
|
||||
@ -3718,7 +3718,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
827:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
1693 .loc 1 827 13 is_stmt 1 view .LVU624
|
||||
1694 00b8 2046 mov r0, r4
|
||||
ARM GAS /tmp/ccRPwCnE.s page 63
|
||||
ARM GAS /tmp/ccoG8wtV.s page 63
|
||||
|
||||
|
||||
1695 .LVL130:
|
||||
@ -3778,7 +3778,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1734 00de 55D0 beq .L105
|
||||
851:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
1735 .loc 1 851 5 is_stmt 1 view .LVU640
|
||||
ARM GAS /tmp/ccRPwCnE.s page 64
|
||||
ARM GAS /tmp/ccoG8wtV.s page 64
|
||||
|
||||
|
||||
851:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
@ -3838,7 +3838,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1772 .loc 1 891 13 is_stmt 1 view .LVU658
|
||||
1773 010e 2046 mov r0, r4
|
||||
1774 0110 9847 blx r3
|
||||
ARM GAS /tmp/ccRPwCnE.s page 65
|
||||
ARM GAS /tmp/ccoG8wtV.s page 65
|
||||
|
||||
|
||||
1775 .LVL135:
|
||||
@ -3898,7 +3898,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1813 013c BB60 str r3, [r7, #8]
|
||||
871:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1814 .loc 1 871 9 is_stmt 1 view .LVU675
|
||||
ARM GAS /tmp/ccRPwCnE.s page 66
|
||||
ARM GAS /tmp/ccoG8wtV.s page 66
|
||||
|
||||
|
||||
871:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -3958,7 +3958,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
907:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
1854 .loc 1 907 9 view .LVU691
|
||||
907:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
ARM GAS /tmp/ccRPwCnE.s page 67
|
||||
ARM GAS /tmp/ccoG8wtV.s page 67
|
||||
|
||||
|
||||
1855 .loc 1 907 27 is_stmt 0 view .LVU692
|
||||
@ -4018,7 +4018,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
1892 0190 636D ldr r3, [r4, #84]
|
||||
932:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
1893 .loc 1 932 7 view .LVU710
|
||||
ARM GAS /tmp/ccRPwCnE.s page 68
|
||||
ARM GAS /tmp/ccoG8wtV.s page 68
|
||||
|
||||
|
||||
1894 0192 13F0010F tst r3, #1
|
||||
@ -4078,7 +4078,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
952:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1933 .loc 1 952 7 discriminator 1 view .LVU726
|
||||
956:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
ARM GAS /tmp/ccRPwCnE.s page 69
|
||||
ARM GAS /tmp/ccoG8wtV.s page 69
|
||||
|
||||
|
||||
1934 .loc 1 956 5 discriminator 1 view .LVU727
|
||||
@ -4138,7 +4138,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
980:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1981 .loc 1 980 3 view .LVU737
|
||||
1982 0002 90F83400 ldrb r0, [r0, #52] @ zero_extendqisi2
|
||||
ARM GAS /tmp/ccRPwCnE.s page 70
|
||||
ARM GAS /tmp/ccoG8wtV.s page 70
|
||||
|
||||
|
||||
1983 .LVL143:
|
||||
@ -4198,7 +4198,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
2023 0030 0F .byte (.L127-.L126)/2
|
||||
2024 0031 12 .byte (.L125-.L126)/2
|
||||
2025 .p2align 1
|
||||
ARM GAS /tmp/ccRPwCnE.s page 71
|
||||
ARM GAS /tmp/ccoG8wtV.s page 71
|
||||
|
||||
|
||||
2026 .L131:
|
||||
@ -4258,7 +4258,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
2060 .loc 1 1000 7 view .LVU771
|
||||
2061 0048 E8E7 b .L124
|
||||
2062 .L127:
|
||||
ARM GAS /tmp/ccRPwCnE.s page 72
|
||||
ARM GAS /tmp/ccoG8wtV.s page 72
|
||||
|
||||
|
||||
1003:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** break;
|
||||
@ -4318,7 +4318,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
2105 0000 0346 mov r3, r0
|
||||
1038:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
2106 .loc 1 1038 3 is_stmt 1 view .LVU786
|
||||
ARM GAS /tmp/ccRPwCnE.s page 73
|
||||
ARM GAS /tmp/ccoG8wtV.s page 73
|
||||
|
||||
|
||||
2107 .LVL148:
|
||||
@ -4378,7 +4378,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
2146 002d 08 .byte (.L144-.L139)/2
|
||||
2147 002e 0B .byte (.L143-.L139)/2
|
||||
2148 002f 0E .byte (.L142-.L139)/2
|
||||
ARM GAS /tmp/ccRPwCnE.s page 74
|
||||
ARM GAS /tmp/ccoG8wtV.s page 74
|
||||
|
||||
|
||||
2149 0030 11 .byte (.L141-.L139)/2
|
||||
@ -4438,7 +4438,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
2187 004e 0020 movs r0, #0
|
||||
2188 0050 D864 str r0, [r3, #76]
|
||||
1065:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccRPwCnE.s page 75
|
||||
ARM GAS /tmp/ccoG8wtV.s page 75
|
||||
|
||||
|
||||
2189 .loc 1 1065 7 is_stmt 1 view .LVU818
|
||||
@ -4498,7 +4498,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
2225 .loc 1 1094 1 view .LVU836
|
||||
2226 006c 7047 bx lr
|
||||
2227 .cfi_endproc
|
||||
ARM GAS /tmp/ccRPwCnE.s page 76
|
||||
ARM GAS /tmp/ccoG8wtV.s page 76
|
||||
|
||||
|
||||
2228 .LFE150:
|
||||
@ -4558,7 +4558,7 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
2278 .LFE152:
|
||||
2280 .section .rodata.flagBitshiftOffset.0,"a"
|
||||
2281 .align 2
|
||||
ARM GAS /tmp/ccRPwCnE.s page 77
|
||||
ARM GAS /tmp/ccoG8wtV.s page 77
|
||||
|
||||
|
||||
2282 .set .LANCHOR0,. + 0
|
||||
@ -4574,53 +4574,53 @@ ARM GAS /tmp/ccRPwCnE.s page 1
|
||||
2293 .file 6 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma.h"
|
||||
2294 .file 7 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/system_stm32f7xx.h"
|
||||
2295 .file 8 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h"
|
||||
ARM GAS /tmp/ccRPwCnE.s page 78
|
||||
ARM GAS /tmp/ccoG8wtV.s page 78
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:0000000000000000 stm32f7xx_hal_dma.c
|
||||
/tmp/ccRPwCnE.s:17 .text.DMA_SetConfig:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:24 .text.DMA_SetConfig:0000000000000000 DMA_SetConfig
|
||||
/tmp/ccRPwCnE.s:98 .text.DMA_CalcBaseAndBitshift:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:104 .text.DMA_CalcBaseAndBitshift:0000000000000000 DMA_CalcBaseAndBitshift
|
||||
/tmp/ccRPwCnE.s:175 .text.DMA_CalcBaseAndBitshift:0000000000000034 $d
|
||||
/tmp/ccRPwCnE.s:182 .text.DMA_CheckFifoParam:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:188 .text.DMA_CheckFifoParam:0000000000000000 DMA_CheckFifoParam
|
||||
/tmp/ccRPwCnE.s:274 .text.DMA_CheckFifoParam:000000000000004e $d
|
||||
/tmp/ccRPwCnE.s:278 .text.DMA_CheckFifoParam:0000000000000052 $t
|
||||
/tmp/ccRPwCnE.s:373 .text.HAL_DMA_Init:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:380 .text.HAL_DMA_Init:0000000000000000 HAL_DMA_Init
|
||||
/tmp/ccRPwCnE.s:630 .text.HAL_DMA_Init:00000000000000cc $d
|
||||
/tmp/ccRPwCnE.s:635 .text.HAL_DMA_DeInit:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:642 .text.HAL_DMA_DeInit:0000000000000000 HAL_DMA_DeInit
|
||||
/tmp/ccRPwCnE.s:775 .text.HAL_DMA_Start:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:782 .text.HAL_DMA_Start:0000000000000000 HAL_DMA_Start
|
||||
/tmp/ccRPwCnE.s:865 .text.HAL_DMA_Start_IT:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:872 .text.HAL_DMA_Start_IT:0000000000000000 HAL_DMA_Start_IT
|
||||
/tmp/ccRPwCnE.s:994 .text.HAL_DMA_Abort:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:1001 .text.HAL_DMA_Abort:0000000000000000 HAL_DMA_Abort
|
||||
/tmp/ccRPwCnE.s:1155 .text.HAL_DMA_Abort_IT:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:1162 .text.HAL_DMA_Abort_IT:0000000000000000 HAL_DMA_Abort_IT
|
||||
/tmp/ccRPwCnE.s:1208 .text.HAL_DMA_PollForTransfer:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:1215 .text.HAL_DMA_PollForTransfer:0000000000000000 HAL_DMA_PollForTransfer
|
||||
/tmp/ccRPwCnE.s:1507 .text.HAL_DMA_IRQHandler:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:1514 .text.HAL_DMA_IRQHandler:0000000000000000 HAL_DMA_IRQHandler
|
||||
/tmp/ccRPwCnE.s:1955 .text.HAL_DMA_IRQHandler:00000000000001d4 $d
|
||||
/tmp/ccRPwCnE.s:1961 .text.HAL_DMA_RegisterCallback:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:1968 .text.HAL_DMA_RegisterCallback:0000000000000000 HAL_DMA_RegisterCallback
|
||||
/tmp/ccRPwCnE.s:2019 .text.HAL_DMA_RegisterCallback:000000000000002c $d
|
||||
/tmp/ccRPwCnE.s:2025 .text.HAL_DMA_RegisterCallback:0000000000000032 $t
|
||||
/tmp/ccRPwCnE.s:2089 .text.HAL_DMA_UnRegisterCallback:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:2096 .text.HAL_DMA_UnRegisterCallback:0000000000000000 HAL_DMA_UnRegisterCallback
|
||||
/tmp/ccRPwCnE.s:2145 .text.HAL_DMA_UnRegisterCallback:000000000000002c $d
|
||||
/tmp/ccRPwCnE.s:2231 .text.HAL_DMA_GetState:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:2238 .text.HAL_DMA_GetState:0000000000000000 HAL_DMA_GetState
|
||||
/tmp/ccRPwCnE.s:2256 .text.HAL_DMA_GetError:0000000000000000 $t
|
||||
/tmp/ccRPwCnE.s:2263 .text.HAL_DMA_GetError:0000000000000000 HAL_DMA_GetError
|
||||
/tmp/ccRPwCnE.s:2281 .rodata.flagBitshiftOffset.0:0000000000000000 $d
|
||||
/tmp/ccRPwCnE.s:2285 .rodata.flagBitshiftOffset.0:0000000000000000 flagBitshiftOffset.0
|
||||
/tmp/ccRPwCnE.s:2152 .text.HAL_DMA_UnRegisterCallback:0000000000000033 $d
|
||||
/tmp/ccRPwCnE.s:2152 .text.HAL_DMA_UnRegisterCallback:0000000000000034 $t
|
||||
/tmp/ccoG8wtV.s:17 .text.DMA_SetConfig:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:24 .text.DMA_SetConfig:0000000000000000 DMA_SetConfig
|
||||
/tmp/ccoG8wtV.s:98 .text.DMA_CalcBaseAndBitshift:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:104 .text.DMA_CalcBaseAndBitshift:0000000000000000 DMA_CalcBaseAndBitshift
|
||||
/tmp/ccoG8wtV.s:175 .text.DMA_CalcBaseAndBitshift:0000000000000034 $d
|
||||
/tmp/ccoG8wtV.s:182 .text.DMA_CheckFifoParam:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:188 .text.DMA_CheckFifoParam:0000000000000000 DMA_CheckFifoParam
|
||||
/tmp/ccoG8wtV.s:274 .text.DMA_CheckFifoParam:000000000000004e $d
|
||||
/tmp/ccoG8wtV.s:278 .text.DMA_CheckFifoParam:0000000000000052 $t
|
||||
/tmp/ccoG8wtV.s:373 .text.HAL_DMA_Init:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:380 .text.HAL_DMA_Init:0000000000000000 HAL_DMA_Init
|
||||
/tmp/ccoG8wtV.s:630 .text.HAL_DMA_Init:00000000000000cc $d
|
||||
/tmp/ccoG8wtV.s:635 .text.HAL_DMA_DeInit:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:642 .text.HAL_DMA_DeInit:0000000000000000 HAL_DMA_DeInit
|
||||
/tmp/ccoG8wtV.s:775 .text.HAL_DMA_Start:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:782 .text.HAL_DMA_Start:0000000000000000 HAL_DMA_Start
|
||||
/tmp/ccoG8wtV.s:865 .text.HAL_DMA_Start_IT:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:872 .text.HAL_DMA_Start_IT:0000000000000000 HAL_DMA_Start_IT
|
||||
/tmp/ccoG8wtV.s:994 .text.HAL_DMA_Abort:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:1001 .text.HAL_DMA_Abort:0000000000000000 HAL_DMA_Abort
|
||||
/tmp/ccoG8wtV.s:1155 .text.HAL_DMA_Abort_IT:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:1162 .text.HAL_DMA_Abort_IT:0000000000000000 HAL_DMA_Abort_IT
|
||||
/tmp/ccoG8wtV.s:1208 .text.HAL_DMA_PollForTransfer:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:1215 .text.HAL_DMA_PollForTransfer:0000000000000000 HAL_DMA_PollForTransfer
|
||||
/tmp/ccoG8wtV.s:1507 .text.HAL_DMA_IRQHandler:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:1514 .text.HAL_DMA_IRQHandler:0000000000000000 HAL_DMA_IRQHandler
|
||||
/tmp/ccoG8wtV.s:1955 .text.HAL_DMA_IRQHandler:00000000000001d4 $d
|
||||
/tmp/ccoG8wtV.s:1961 .text.HAL_DMA_RegisterCallback:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:1968 .text.HAL_DMA_RegisterCallback:0000000000000000 HAL_DMA_RegisterCallback
|
||||
/tmp/ccoG8wtV.s:2019 .text.HAL_DMA_RegisterCallback:000000000000002c $d
|
||||
/tmp/ccoG8wtV.s:2025 .text.HAL_DMA_RegisterCallback:0000000000000032 $t
|
||||
/tmp/ccoG8wtV.s:2089 .text.HAL_DMA_UnRegisterCallback:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:2096 .text.HAL_DMA_UnRegisterCallback:0000000000000000 HAL_DMA_UnRegisterCallback
|
||||
/tmp/ccoG8wtV.s:2145 .text.HAL_DMA_UnRegisterCallback:000000000000002c $d
|
||||
/tmp/ccoG8wtV.s:2231 .text.HAL_DMA_GetState:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:2238 .text.HAL_DMA_GetState:0000000000000000 HAL_DMA_GetState
|
||||
/tmp/ccoG8wtV.s:2256 .text.HAL_DMA_GetError:0000000000000000 $t
|
||||
/tmp/ccoG8wtV.s:2263 .text.HAL_DMA_GetError:0000000000000000 HAL_DMA_GetError
|
||||
/tmp/ccoG8wtV.s:2281 .rodata.flagBitshiftOffset.0:0000000000000000 $d
|
||||
/tmp/ccoG8wtV.s:2285 .rodata.flagBitshiftOffset.0:0000000000000000 flagBitshiftOffset.0
|
||||
/tmp/ccoG8wtV.s:2152 .text.HAL_DMA_UnRegisterCallback:0000000000000033 $d
|
||||
/tmp/ccoG8wtV.s:2152 .text.HAL_DMA_UnRegisterCallback:0000000000000034 $t
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
HAL_GetTick
|
||||
|
||||
Reference in New Issue
Block a user