Stabilize USB control firmware
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
ARM GAS /tmp/cc0YiMyt.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m7
|
||||
@ -58,7 +58,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 2
|
||||
ARM GAS /tmp/cc0YiMyt.s page 2
|
||||
|
||||
|
||||
32:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** =================================
|
||||
@ -118,7 +118,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 3
|
||||
ARM GAS /tmp/cc0YiMyt.s page 3
|
||||
|
||||
|
||||
89:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** *
|
||||
@ -178,7 +178,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 4
|
||||
ARM GAS /tmp/cc0YiMyt.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/ccgO0Rhu.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/ccgO0Rhu.s page 5
|
||||
ARM GAS /tmp/cc0YiMyt.s page 5
|
||||
|
||||
|
||||
203:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Change DMA peripheral state */
|
||||
@ -298,7 +298,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 6
|
||||
ARM GAS /tmp/cc0YiMyt.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/ccgO0Rhu.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/ccgO0Rhu.s page 7
|
||||
ARM GAS /tmp/cc0YiMyt.s page 7
|
||||
|
||||
|
||||
317:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
@ -418,7 +418,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 8
|
||||
ARM GAS /tmp/cc0YiMyt.s page 8
|
||||
|
||||
|
||||
374:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -478,7 +478,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 9
|
||||
ARM GAS /tmp/cc0YiMyt.s page 9
|
||||
|
||||
|
||||
431:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** __HAL_DMA_ENABLE(hdma);
|
||||
@ -538,7 +538,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 10
|
||||
ARM GAS /tmp/cc0YiMyt.s page 10
|
||||
|
||||
|
||||
488:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -598,7 +598,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 11
|
||||
ARM GAS /tmp/cc0YiMyt.s page 11
|
||||
|
||||
|
||||
545:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -658,7 +658,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 12
|
||||
ARM GAS /tmp/cc0YiMyt.s page 12
|
||||
|
||||
|
||||
602:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -718,7 +718,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 13
|
||||
ARM GAS /tmp/cc0YiMyt.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/ccgO0Rhu.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/ccgO0Rhu.s page 14
|
||||
ARM GAS /tmp/cc0YiMyt.s page 14
|
||||
|
||||
|
||||
716:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -838,7 +838,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 15
|
||||
ARM GAS /tmp/cc0YiMyt.s page 15
|
||||
|
||||
|
||||
773:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Update error code */
|
||||
@ -898,7 +898,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 16
|
||||
ARM GAS /tmp/cc0YiMyt.s page 16
|
||||
|
||||
|
||||
830:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
@ -958,7 +958,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 17
|
||||
ARM GAS /tmp/cc0YiMyt.s page 17
|
||||
|
||||
|
||||
887:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 18
|
||||
ARM GAS /tmp/cc0YiMyt.s page 18
|
||||
|
||||
|
||||
944:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 19
|
||||
ARM GAS /tmp/cc0YiMyt.s page 19
|
||||
|
||||
|
||||
1001:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 20
|
||||
ARM GAS /tmp/cc0YiMyt.s page 20
|
||||
|
||||
|
||||
1058:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 21
|
||||
ARM GAS /tmp/cc0YiMyt.s page 21
|
||||
|
||||
|
||||
1115:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /**
|
||||
@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccgO0Rhu.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/ccgO0Rhu.s page 22
|
||||
ARM GAS /tmp/cc0YiMyt.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/ccgO0Rhu.s page 1
|
||||
1183:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
1184:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
71 .loc 1 1184 1 view .LVU18
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 23
|
||||
ARM GAS /tmp/cc0YiMyt.s page 23
|
||||
|
||||
|
||||
72 001e 30BC pop {r4, r5}
|
||||
@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
113 0000 10B4 push {r4}
|
||||
114 .LCFI3:
|
||||
115 .cfi_def_cfa_offset 4
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 24
|
||||
ARM GAS /tmp/cc0YiMyt.s page 24
|
||||
|
||||
|
||||
116 .cfi_offset 4, -4
|
||||
@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
151 0022 806D ldr r0, [r0, #88]
|
||||
152 .LVL8:
|
||||
153 .loc 1 1212 1 view .LVU44
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 25
|
||||
ARM GAS /tmp/cc0YiMyt.s page 25
|
||||
|
||||
|
||||
154 0024 5DF8044B ldr r4, [sp], #4
|
||||
@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
196 .LVL11:
|
||||
1224:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1225:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** /* Memory Data size equal to Byte */
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 26
|
||||
ARM GAS /tmp/cc0YiMyt.s page 26
|
||||
|
||||
|
||||
1226:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** if(hdma->Init.MemDataAlignment == DMA_MDATAALIGN_BYTE)
|
||||
@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
235 .loc 1 1222 21 view .LVU65
|
||||
236 0028 0020 movs r0, #0
|
||||
237 .LVL18:
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 27
|
||||
ARM GAS /tmp/cc0YiMyt.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/ccgO0Rhu.s page 1
|
||||
250 0038 25D1 bne .L29
|
||||
1280:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
1281:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** case DMA_FIFO_THRESHOLD_1QUARTERFULL:
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 28
|
||||
ARM GAS /tmp/cc0YiMyt.s page 28
|
||||
|
||||
|
||||
1282:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** case DMA_FIFO_THRESHOLD_HALFFULL:
|
||||
@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
291 .LVL26:
|
||||
1222:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** uint32_t tmp = hdma->Init.FIFOThreshold;
|
||||
292 .loc 1 1222 21 view .LVU81
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 29
|
||||
ARM GAS /tmp/cc0YiMyt.s page 29
|
||||
|
||||
|
||||
293 0060 7047 bx lr
|
||||
@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
334 .loc 1 1262 16 view .LVU94
|
||||
335 007c 7047 bx lr
|
||||
336 .LVL38:
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 30
|
||||
ARM GAS /tmp/cc0YiMyt.s page 30
|
||||
|
||||
|
||||
337 .L27:
|
||||
@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
376 .LVL46:
|
||||
377 .LFB141:
|
||||
172:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** uint32_t tmp = 0U;
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 31
|
||||
ARM GAS /tmp/cc0YiMyt.s page 31
|
||||
|
||||
|
||||
378 .loc 1 172 1 is_stmt 1 view -0
|
||||
@ -1858,7 +1858,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
198:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** assert_param(IS_DMA_MEMORY_BURST(hdma->Init.MemBurst));
|
||||
414 .loc 1 198 5 view .LVU123
|
||||
199:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** assert_param(IS_DMA_PERIPHERAL_BURST(hdma->Init.PeriphBurst));
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 32
|
||||
ARM GAS /tmp/cc0YiMyt.s page 32
|
||||
|
||||
|
||||
415 .loc 1 199 5 view .LVU124
|
||||
@ -1918,7 +1918,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
220:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
452 .loc 1 220 23 is_stmt 0 view .LVU142
|
||||
453 0038 2023 movs r3, #32
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 33
|
||||
ARM GAS /tmp/cc0YiMyt.s page 33
|
||||
|
||||
|
||||
454 003a 6365 str r3, [r4, #84]
|
||||
@ -1978,7 +1978,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
491 0058 6069 ldr r0, [r4, #20]
|
||||
240:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->Init.PeriphDataAlignment | hdma->Init.MemDataAlignment |
|
||||
492 .loc 1 240 72 view .LVU160
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 34
|
||||
ARM GAS /tmp/cc0YiMyt.s page 34
|
||||
|
||||
|
||||
493 005a 0243 orrs r2, r2, r0
|
||||
@ -2038,7 +2038,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
529 .loc 1 261 3 is_stmt 1 view .LVU178
|
||||
261:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
530 .loc 1 261 20 is_stmt 0 view .LVU179
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 35
|
||||
ARM GAS /tmp/cc0YiMyt.s page 35
|
||||
|
||||
|
||||
531 007a 636A ldr r3, [r4, #36]
|
||||
@ -2098,7 +2098,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
567 .loc 1 294 29 is_stmt 0 view .LVU197
|
||||
568 009a E26D ldr r2, [r4, #92]
|
||||
294:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 36
|
||||
ARM GAS /tmp/cc0YiMyt.s page 36
|
||||
|
||||
|
||||
569 .loc 1 294 22 view .LVU198
|
||||
@ -2158,7 +2158,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
279:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
607 .loc 1 279 9 is_stmt 1 view .LVU215
|
||||
279:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 37
|
||||
ARM GAS /tmp/cc0YiMyt.s page 37
|
||||
|
||||
|
||||
608 .loc 1 279 21 is_stmt 0 view .LVU216
|
||||
@ -2218,7 +2218,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
655 .cfi_offset 14, -4
|
||||
656 0006 0546 mov r5, r0
|
||||
322:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 38
|
||||
ARM GAS /tmp/cc0YiMyt.s page 38
|
||||
|
||||
|
||||
657 .loc 1 322 3 is_stmt 1 view .LVU226
|
||||
@ -2278,7 +2278,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
693 .loc 1 347 3 is_stmt 1 view .LVU244
|
||||
347:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
694 .loc 1 347 7 is_stmt 0 view .LVU245
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 39
|
||||
ARM GAS /tmp/cc0YiMyt.s page 39
|
||||
|
||||
|
||||
695 002e 2B68 ldr r3, [r5]
|
||||
@ -2338,7 +2338,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
363:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->XferAbortCallback = NULL;
|
||||
730 .loc 1 363 27 is_stmt 0 view .LVU265
|
||||
731 004e EC64 str r4, [r5, #76]
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 40
|
||||
ARM GAS /tmp/cc0YiMyt.s page 40
|
||||
|
||||
|
||||
364:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -2398,7 +2398,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
773 .thumb_func
|
||||
775 HAL_DMA_Start:
|
||||
776 .LVL74:
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 41
|
||||
ARM GAS /tmp/cc0YiMyt.s page 41
|
||||
|
||||
|
||||
777 .LFB143:
|
||||
@ -2458,7 +2458,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
816 .loc 1 436 5 is_stmt 0 view .LVU294
|
||||
817 001e 84F83430 strb r3, [r4, #52]
|
||||
436:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 42
|
||||
ARM GAS /tmp/cc0YiMyt.s page 42
|
||||
|
||||
|
||||
818 .loc 1 436 5 is_stmt 1 view .LVU295
|
||||
@ -2518,7 +2518,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
862 .thumb_func
|
||||
864 HAL_DMA_Start_IT:
|
||||
865 .LVL83:
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 43
|
||||
ARM GAS /tmp/cc0YiMyt.s page 43
|
||||
|
||||
|
||||
866 .LFB144:
|
||||
@ -2578,7 +2578,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
905 .loc 1 495 5 is_stmt 1 view .LVU321
|
||||
495:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
906 .loc 1 495 5 view .LVU322
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 44
|
||||
ARM GAS /tmp/cc0YiMyt.s page 44
|
||||
|
||||
|
||||
907 001e 0023 movs r3, #0
|
||||
@ -2638,7 +2638,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
481:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->Instance->FCR |= DMA_IT_FE;
|
||||
945 .loc 1 481 19 view .LVU339
|
||||
946 0042 1368 ldr r3, [r2]
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 45
|
||||
ARM GAS /tmp/cc0YiMyt.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/ccgO0Rhu.s page 1
|
||||
986 .LFE144:
|
||||
988 .section .text.HAL_DMA_Abort,"ax",%progbits
|
||||
989 .align 1
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 46
|
||||
ARM GAS /tmp/cc0YiMyt.s page 46
|
||||
|
||||
|
||||
990 .global HAL_DMA_Abort
|
||||
@ -2758,7 +2758,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1032 0018 0023 movs r3, #0
|
||||
1033 001a 84F83430 strb r3, [r4, #52]
|
||||
528:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 47
|
||||
ARM GAS /tmp/cc0YiMyt.s page 47
|
||||
|
||||
|
||||
1034 .loc 1 528 5 view .LVU368
|
||||
@ -2818,7 +2818,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
540:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
1071 .loc 1 540 21 view .LVU386
|
||||
1072 003e 1368 ldr r3, [r2]
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 48
|
||||
ARM GAS /tmp/cc0YiMyt.s page 48
|
||||
|
||||
|
||||
540:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
@ -2878,7 +2878,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
559:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1111 .loc 1 559 9 view .LVU403
|
||||
1112 006e 0023 movs r3, #0
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 49
|
||||
ARM GAS /tmp/cc0YiMyt.s page 49
|
||||
|
||||
|
||||
1113 0070 84F83430 strb r3, [r4, #52]
|
||||
@ -2938,7 +2938,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1152 .align 1
|
||||
1153 .global HAL_DMA_Abort_IT
|
||||
1154 .syntax unified
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 50
|
||||
ARM GAS /tmp/cc0YiMyt.s page 50
|
||||
|
||||
|
||||
1155 .thumb
|
||||
@ -2998,7 +2998,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1196 0022 0020 movs r0, #0
|
||||
1197 .LVL105:
|
||||
601:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 51
|
||||
ARM GAS /tmp/cc0YiMyt.s page 51
|
||||
|
||||
|
||||
1198 .loc 1 601 1 view .LVU434
|
||||
@ -3058,7 +3058,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1244 0012 DBB2 uxtb r3, r3
|
||||
624:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
1245 .loc 1 624 5 view .LVU445
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 52
|
||||
ARM GAS /tmp/cc0YiMyt.s page 52
|
||||
|
||||
|
||||
1246 0014 022B cmp r3, #2
|
||||
@ -3118,7 +3118,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
643:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
1283 .loc 1 643 20 view .LVU463
|
||||
1284 003c 4FF0200A mov r10, #32
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 53
|
||||
ARM GAS /tmp/cc0YiMyt.s page 53
|
||||
|
||||
|
||||
1285 0040 0AFA03FA lsl r10, r10, r3
|
||||
@ -3178,7 +3178,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
675:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1324 .loc 1 675 5 is_stmt 1 view .LVU479
|
||||
675:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 54
|
||||
ARM GAS /tmp/cc0YiMyt.s page 54
|
||||
|
||||
|
||||
1325 .loc 1 675 12 is_stmt 0 view .LVU480
|
||||
@ -3238,7 +3238,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1362 .loc 1 692 7 is_stmt 1 view .LVU497
|
||||
692:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
1363 .loc 1 692 18 is_stmt 0 view .LVU498
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 55
|
||||
ARM GAS /tmp/cc0YiMyt.s page 55
|
||||
|
||||
|
||||
1364 0094 BA60 str r2, [r7, #8]
|
||||
@ -3298,7 +3298,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
648:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
1402 .loc 1 648 20 view .LVU515
|
||||
1403 00b8 4FF0100A mov r10, #16
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 56
|
||||
ARM GAS /tmp/cc0YiMyt.s page 56
|
||||
|
||||
|
||||
1404 00bc 0AFA03FA lsl r10, r10, r3
|
||||
@ -3358,7 +3358,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
725:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
1441 .loc 1 725 5 is_stmt 0 view .LVU533
|
||||
1442 00e2 B8F1000F cmp r8, #0
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 57
|
||||
ARM GAS /tmp/cc0YiMyt.s page 57
|
||||
|
||||
|
||||
1443 00e6 19D1 bne .L93
|
||||
@ -3418,7 +3418,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1480 0110 84F83500 strb r0, [r4, #53]
|
||||
718:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1481 .loc 1 718 7 is_stmt 1 view .LVU551
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 58
|
||||
ARM GAS /tmp/cc0YiMyt.s page 58
|
||||
|
||||
|
||||
718:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -3478,7 +3478,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1527 0002 83B0 sub sp, sp, #12
|
||||
1528 .LCFI14:
|
||||
1529 .cfi_def_cfa_offset 32
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 59
|
||||
ARM GAS /tmp/cc0YiMyt.s page 59
|
||||
|
||||
|
||||
1530 0004 0446 mov r4, r0
|
||||
@ -3538,7 +3538,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1567 0028 12F0040F tst r2, #4
|
||||
1568 002c 0BD0 beq .L98
|
||||
768:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 60
|
||||
ARM GAS /tmp/cc0YiMyt.s page 60
|
||||
|
||||
|
||||
1569 .loc 1 768 7 is_stmt 1 view .LVU580
|
||||
@ -3598,7 +3598,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1606 .loc 1 783 7 is_stmt 1 view .LVU597
|
||||
783:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1607 .loc 1 783 18 is_stmt 0 view .LVU598
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 61
|
||||
ARM GAS /tmp/cc0YiMyt.s page 61
|
||||
|
||||
|
||||
1608 005a BB60 str r3, [r7, #8]
|
||||
@ -3658,7 +3658,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
802:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
1645 .loc 1 802 35 view .LVU616
|
||||
1646 0084 1023 movs r3, #16
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 62
|
||||
ARM GAS /tmp/cc0YiMyt.s page 62
|
||||
|
||||
|
||||
1647 0086 9340 lsls r3, r3, r2
|
||||
@ -3718,7 +3718,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1683 .loc 1 818 13 is_stmt 0 view .LVU634
|
||||
1684 00b0 9847 blx r3
|
||||
1685 .LVL128:
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 63
|
||||
ARM GAS /tmp/cc0YiMyt.s page 63
|
||||
|
||||
|
||||
1686 00b2 10E0 b .L101
|
||||
@ -3778,7 +3778,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1724 .loc 1 843 11 is_stmt 0 view .LVU650
|
||||
1725 00d4 9847 blx r3
|
||||
1726 .LVL134:
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 64
|
||||
ARM GAS /tmp/cc0YiMyt.s page 64
|
||||
|
||||
|
||||
1727 .L101:
|
||||
@ -3838,7 +3838,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1763 .loc 1 886 27 is_stmt 0 view .LVU668
|
||||
1764 0100 1B68 ldr r3, [r3]
|
||||
886:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 65
|
||||
ARM GAS /tmp/cc0YiMyt.s page 65
|
||||
|
||||
|
||||
1765 .loc 1 886 11 view .LVU669
|
||||
@ -3898,7 +3898,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
864:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
1803 .loc 1 864 15 is_stmt 0 view .LVU686
|
||||
1804 012c 2268 ldr r2, [r4]
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 66
|
||||
ARM GAS /tmp/cc0YiMyt.s page 66
|
||||
|
||||
|
||||
864:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** }
|
||||
@ -3958,7 +3958,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1842 0156 A36C ldr r3, [r4, #72]
|
||||
862:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
1843 .loc 1 862 49 discriminator 1 view .LVU704
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 67
|
||||
ARM GAS /tmp/cc0YiMyt.s page 67
|
||||
|
||||
|
||||
1844 0158 002B cmp r3, #0
|
||||
@ -4018,7 +4018,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
920:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
1882 .loc 1 920 16 is_stmt 0 view .LVU721
|
||||
1883 0184 E36B ldr r3, [r4, #60]
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 68
|
||||
ARM GAS /tmp/cc0YiMyt.s page 68
|
||||
|
||||
|
||||
920:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** {
|
||||
@ -4078,7 +4078,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
946:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
1922 .loc 1 946 18 is_stmt 0 view .LVU738
|
||||
1923 01b2 2368 ldr r3, [r4]
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 69
|
||||
ARM GAS /tmp/cc0YiMyt.s page 69
|
||||
|
||||
|
||||
946:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -4138,7 +4138,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1966 .section .text.HAL_DMA_RegisterCallback,"ax",%progbits
|
||||
1967 .align 1
|
||||
1968 .global HAL_DMA_RegisterCallback
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 70
|
||||
ARM GAS /tmp/cc0YiMyt.s page 70
|
||||
|
||||
|
||||
1969 .syntax unified
|
||||
@ -4198,7 +4198,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
2010 .LVL145:
|
||||
1023:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
2011 .loc 1 1023 3 is_stmt 0 view .LVU766
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 71
|
||||
ARM GAS /tmp/cc0YiMyt.s page 71
|
||||
|
||||
|
||||
2012 001e 83F83420 strb r2, [r3, #52]
|
||||
@ -4258,7 +4258,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
995:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** break;
|
||||
2051 .loc 1 995 32 is_stmt 0 view .LVU782
|
||||
2052 003e 5A64 str r2, [r3, #68]
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 72
|
||||
ARM GAS /tmp/cc0YiMyt.s page 72
|
||||
|
||||
|
||||
996:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
@ -4318,7 +4318,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1026:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
2088 .loc 1 1026 1 view .LVU802
|
||||
2089 0058 7047 bx lr
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 73
|
||||
ARM GAS /tmp/cc0YiMyt.s page 73
|
||||
|
||||
|
||||
2090 .cfi_endproc
|
||||
@ -4378,7 +4378,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1091:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
2134 .loc 1 1091 3 is_stmt 1 view .LVU815
|
||||
1091:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c ****
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 74
|
||||
ARM GAS /tmp/cc0YiMyt.s page 74
|
||||
|
||||
|
||||
2135 .loc 1 1091 3 view .LVU816
|
||||
@ -4438,7 +4438,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
1056:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** break;
|
||||
2176 .loc 1 1056 32 is_stmt 0 view .LVU830
|
||||
2177 0042 0020 movs r0, #0
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 75
|
||||
ARM GAS /tmp/cc0YiMyt.s page 75
|
||||
|
||||
|
||||
2178 0044 5864 str r0, [r3, #68]
|
||||
@ -4498,7 +4498,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
2214 .loc 1 1075 36 is_stmt 0 view .LVU848
|
||||
2215 0062 9864 str r0, [r3, #72]
|
||||
1076:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dma.c **** hdma->XferAbortCallback = NULL;
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 76
|
||||
ARM GAS /tmp/cc0YiMyt.s page 76
|
||||
|
||||
|
||||
2216 .loc 1 1076 7 is_stmt 1 view .LVU849
|
||||
@ -4558,7 +4558,7 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
2263 .thumb_func
|
||||
2265 HAL_DMA_GetError:
|
||||
2266 .LVL156:
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 77
|
||||
ARM GAS /tmp/cc0YiMyt.s page 77
|
||||
|
||||
|
||||
2267 .LFB152:
|
||||
@ -4593,53 +4593,53 @@ ARM GAS /tmp/ccgO0Rhu.s page 1
|
||||
2294 .file 6 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_dma.h"
|
||||
2295 .file 7 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/system_stm32f7xx.h"
|
||||
2296 .file 8 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal.h"
|
||||
ARM GAS /tmp/ccgO0Rhu.s page 78
|
||||
ARM GAS /tmp/cc0YiMyt.s page 78
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 stm32f7xx_hal_dma.c
|
||||
/tmp/ccgO0Rhu.s:20 .text.DMA_SetConfig:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:25 .text.DMA_SetConfig:00000000 DMA_SetConfig
|
||||
/tmp/ccgO0Rhu.s:99 .text.DMA_CalcBaseAndBitshift:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:104 .text.DMA_CalcBaseAndBitshift:00000000 DMA_CalcBaseAndBitshift
|
||||
/tmp/ccgO0Rhu.s:173 .text.DMA_CalcBaseAndBitshift:00000034 $d
|
||||
/tmp/ccgO0Rhu.s:2286 .rodata.flagBitshiftOffset.0:00000000 flagBitshiftOffset.0
|
||||
/tmp/ccgO0Rhu.s:179 .text.DMA_CheckFifoParam:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:184 .text.DMA_CheckFifoParam:00000000 DMA_CheckFifoParam
|
||||
/tmp/ccgO0Rhu.s:270 .text.DMA_CheckFifoParam:0000004e $d
|
||||
/tmp/ccgO0Rhu.s:274 .text.DMA_CheckFifoParam:00000052 $t
|
||||
/tmp/ccgO0Rhu.s:369 .text.HAL_DMA_Init:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:375 .text.HAL_DMA_Init:00000000 HAL_DMA_Init
|
||||
/tmp/ccgO0Rhu.s:625 .text.HAL_DMA_Init:000000cc $d
|
||||
/tmp/ccgO0Rhu.s:630 .text.HAL_DMA_DeInit:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:636 .text.HAL_DMA_DeInit:00000000 HAL_DMA_DeInit
|
||||
/tmp/ccgO0Rhu.s:769 .text.HAL_DMA_Start:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:775 .text.HAL_DMA_Start:00000000 HAL_DMA_Start
|
||||
/tmp/ccgO0Rhu.s:858 .text.HAL_DMA_Start_IT:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:864 .text.HAL_DMA_Start_IT:00000000 HAL_DMA_Start_IT
|
||||
/tmp/ccgO0Rhu.s:989 .text.HAL_DMA_Abort:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:995 .text.HAL_DMA_Abort:00000000 HAL_DMA_Abort
|
||||
/tmp/ccgO0Rhu.s:1152 .text.HAL_DMA_Abort_IT:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:1158 .text.HAL_DMA_Abort_IT:00000000 HAL_DMA_Abort_IT
|
||||
/tmp/ccgO0Rhu.s:1204 .text.HAL_DMA_PollForTransfer:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:1210 .text.HAL_DMA_PollForTransfer:00000000 HAL_DMA_PollForTransfer
|
||||
/tmp/ccgO0Rhu.s:1505 .text.HAL_DMA_IRQHandler:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:1511 .text.HAL_DMA_IRQHandler:00000000 HAL_DMA_IRQHandler
|
||||
/tmp/ccgO0Rhu.s:1961 .text.HAL_DMA_IRQHandler:000001d4 $d
|
||||
/tmp/ccgO0Rhu.s:1967 .text.HAL_DMA_RegisterCallback:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:1973 .text.HAL_DMA_RegisterCallback:00000000 HAL_DMA_RegisterCallback
|
||||
/tmp/ccgO0Rhu.s:2024 .text.HAL_DMA_RegisterCallback:0000002c $d
|
||||
/tmp/ccgO0Rhu.s:2030 .text.HAL_DMA_RegisterCallback:00000032 $t
|
||||
/tmp/ccgO0Rhu.s:2094 .text.HAL_DMA_UnRegisterCallback:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:2100 .text.HAL_DMA_UnRegisterCallback:00000000 HAL_DMA_UnRegisterCallback
|
||||
/tmp/ccgO0Rhu.s:2149 .text.HAL_DMA_UnRegisterCallback:0000002c $d
|
||||
/tmp/ccgO0Rhu.s:2235 .text.HAL_DMA_GetState:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:2241 .text.HAL_DMA_GetState:00000000 HAL_DMA_GetState
|
||||
/tmp/ccgO0Rhu.s:2259 .text.HAL_DMA_GetError:00000000 $t
|
||||
/tmp/ccgO0Rhu.s:2265 .text.HAL_DMA_GetError:00000000 HAL_DMA_GetError
|
||||
/tmp/ccgO0Rhu.s:2283 .rodata.flagBitshiftOffset.0:00000000 $d
|
||||
/tmp/ccgO0Rhu.s:2156 .text.HAL_DMA_UnRegisterCallback:00000033 $d
|
||||
/tmp/ccgO0Rhu.s:2156 .text.HAL_DMA_UnRegisterCallback:00000034 $t
|
||||
/tmp/cc0YiMyt.s:20 .text.DMA_SetConfig:00000000 $t
|
||||
/tmp/cc0YiMyt.s:25 .text.DMA_SetConfig:00000000 DMA_SetConfig
|
||||
/tmp/cc0YiMyt.s:99 .text.DMA_CalcBaseAndBitshift:00000000 $t
|
||||
/tmp/cc0YiMyt.s:104 .text.DMA_CalcBaseAndBitshift:00000000 DMA_CalcBaseAndBitshift
|
||||
/tmp/cc0YiMyt.s:173 .text.DMA_CalcBaseAndBitshift:00000034 $d
|
||||
/tmp/cc0YiMyt.s:2286 .rodata.flagBitshiftOffset.0:00000000 flagBitshiftOffset.0
|
||||
/tmp/cc0YiMyt.s:179 .text.DMA_CheckFifoParam:00000000 $t
|
||||
/tmp/cc0YiMyt.s:184 .text.DMA_CheckFifoParam:00000000 DMA_CheckFifoParam
|
||||
/tmp/cc0YiMyt.s:270 .text.DMA_CheckFifoParam:0000004e $d
|
||||
/tmp/cc0YiMyt.s:274 .text.DMA_CheckFifoParam:00000052 $t
|
||||
/tmp/cc0YiMyt.s:369 .text.HAL_DMA_Init:00000000 $t
|
||||
/tmp/cc0YiMyt.s:375 .text.HAL_DMA_Init:00000000 HAL_DMA_Init
|
||||
/tmp/cc0YiMyt.s:625 .text.HAL_DMA_Init:000000cc $d
|
||||
/tmp/cc0YiMyt.s:630 .text.HAL_DMA_DeInit:00000000 $t
|
||||
/tmp/cc0YiMyt.s:636 .text.HAL_DMA_DeInit:00000000 HAL_DMA_DeInit
|
||||
/tmp/cc0YiMyt.s:769 .text.HAL_DMA_Start:00000000 $t
|
||||
/tmp/cc0YiMyt.s:775 .text.HAL_DMA_Start:00000000 HAL_DMA_Start
|
||||
/tmp/cc0YiMyt.s:858 .text.HAL_DMA_Start_IT:00000000 $t
|
||||
/tmp/cc0YiMyt.s:864 .text.HAL_DMA_Start_IT:00000000 HAL_DMA_Start_IT
|
||||
/tmp/cc0YiMyt.s:989 .text.HAL_DMA_Abort:00000000 $t
|
||||
/tmp/cc0YiMyt.s:995 .text.HAL_DMA_Abort:00000000 HAL_DMA_Abort
|
||||
/tmp/cc0YiMyt.s:1152 .text.HAL_DMA_Abort_IT:00000000 $t
|
||||
/tmp/cc0YiMyt.s:1158 .text.HAL_DMA_Abort_IT:00000000 HAL_DMA_Abort_IT
|
||||
/tmp/cc0YiMyt.s:1204 .text.HAL_DMA_PollForTransfer:00000000 $t
|
||||
/tmp/cc0YiMyt.s:1210 .text.HAL_DMA_PollForTransfer:00000000 HAL_DMA_PollForTransfer
|
||||
/tmp/cc0YiMyt.s:1505 .text.HAL_DMA_IRQHandler:00000000 $t
|
||||
/tmp/cc0YiMyt.s:1511 .text.HAL_DMA_IRQHandler:00000000 HAL_DMA_IRQHandler
|
||||
/tmp/cc0YiMyt.s:1961 .text.HAL_DMA_IRQHandler:000001d4 $d
|
||||
/tmp/cc0YiMyt.s:1967 .text.HAL_DMA_RegisterCallback:00000000 $t
|
||||
/tmp/cc0YiMyt.s:1973 .text.HAL_DMA_RegisterCallback:00000000 HAL_DMA_RegisterCallback
|
||||
/tmp/cc0YiMyt.s:2024 .text.HAL_DMA_RegisterCallback:0000002c $d
|
||||
/tmp/cc0YiMyt.s:2030 .text.HAL_DMA_RegisterCallback:00000032 $t
|
||||
/tmp/cc0YiMyt.s:2094 .text.HAL_DMA_UnRegisterCallback:00000000 $t
|
||||
/tmp/cc0YiMyt.s:2100 .text.HAL_DMA_UnRegisterCallback:00000000 HAL_DMA_UnRegisterCallback
|
||||
/tmp/cc0YiMyt.s:2149 .text.HAL_DMA_UnRegisterCallback:0000002c $d
|
||||
/tmp/cc0YiMyt.s:2235 .text.HAL_DMA_GetState:00000000 $t
|
||||
/tmp/cc0YiMyt.s:2241 .text.HAL_DMA_GetState:00000000 HAL_DMA_GetState
|
||||
/tmp/cc0YiMyt.s:2259 .text.HAL_DMA_GetError:00000000 $t
|
||||
/tmp/cc0YiMyt.s:2265 .text.HAL_DMA_GetError:00000000 HAL_DMA_GetError
|
||||
/tmp/cc0YiMyt.s:2283 .rodata.flagBitshiftOffset.0:00000000 $d
|
||||
/tmp/cc0YiMyt.s:2156 .text.HAL_DMA_UnRegisterCallback:00000033 $d
|
||||
/tmp/cc0YiMyt.s:2156 .text.HAL_DMA_UnRegisterCallback:00000034 $t
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
HAL_GetTick
|
||||
|
||||
Reference in New Issue
Block a user