switched project to make

This commit is contained in:
feda
2025-03-03 16:03:02 +03:00
parent 2d2912a771
commit d0637bb5e6
97 changed files with 15957 additions and 15422 deletions

View File

@ -1,4 +1,4 @@
ARM GAS /tmp/ccmfsuWO.s page 1
ARM GAS /tmp/ccjSmMYW.s page 1
1 .cpu cortex-m7
@ -58,7 +58,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
28:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c ****
29:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** /** @addtogroup STM32F7xx_LL_Driver
30:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** * @{
ARM GAS /tmp/ccmfsuWO.s page 2
ARM GAS /tmp/ccjSmMYW.s page 2
31:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** */
@ -118,7 +118,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
85:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** ((__VALUE__) == LL_DMA_CHANNEL_14) || \
86:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** ((__VALUE__) == LL_DMA_CHANNEL_15))
87:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c ****
ARM GAS /tmp/ccmfsuWO.s page 3
ARM GAS /tmp/ccjSmMYW.s page 3
88:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** #else
@ -178,7 +178,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
142:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** ((BURST) == LL_DMA_PBURST_INC16))
143:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c ****
144:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** /**
ARM GAS /tmp/ccmfsuWO.s page 4
ARM GAS /tmp/ccjSmMYW.s page 4
145:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** * @}
@ -238,7 +238,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
42 .LCFI0:
43 .cfi_def_cfa_offset 8
44 .cfi_offset 4, -8
ARM GAS /tmp/ccmfsuWO.s page 5
ARM GAS /tmp/ccjSmMYW.s page 5
45 .cfi_offset 14, -4
@ -298,7 +298,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
23:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** #ifdef __cplusplus
24:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** extern "C" {
25:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** #endif
ARM GAS /tmp/ccmfsuWO.s page 6
ARM GAS /tmp/ccjSmMYW.s page 6
26:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h ****
@ -358,7 +358,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
80:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** typedef struct
81:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** {
82:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** uint32_t PeriphOrM2MSrcAddress; /*!< Specifies the peripheral base address for DMA transfer
ARM GAS /tmp/ccmfsuWO.s page 7
ARM GAS /tmp/ccjSmMYW.s page 7
83:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** or as Source base address in case of memory to memory trans
@ -418,7 +418,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
137:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** This parameter can be a value of @ref DMA_LL_EC_CHANNEL
138:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h ****
139:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** This feature can be modified afterwards using unitary funct
ARM GAS /tmp/ccmfsuWO.s page 8
ARM GAS /tmp/ccjSmMYW.s page 8
140:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h ****
@ -478,7 +478,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
194:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** #define LL_DMA_STREAM_7 0x00000007U
195:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** #define LL_DMA_STREAM_ALL 0xFFFF0000U
196:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** /**
ARM GAS /tmp/ccmfsuWO.s page 9
ARM GAS /tmp/ccjSmMYW.s page 9
197:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @}
@ -538,7 +538,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
251:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** #define LL_DMA_PDATAALIGN_HALFWORD DMA_SxCR_PSIZE_0 /*!< Peripheral data alignment
252:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** #define LL_DMA_PDATAALIGN_WORD DMA_SxCR_PSIZE_1 /*!< Peripheral data alignment
253:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** /**
ARM GAS /tmp/ccmfsuWO.s page 10
ARM GAS /tmp/ccjSmMYW.s page 10
254:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @}
@ -598,7 +598,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
308:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** /**
309:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @}
310:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** */
ARM GAS /tmp/ccmfsuWO.s page 11
ARM GAS /tmp/ccjSmMYW.s page 11
311:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h ****
@ -658,7 +658,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
365:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** */
366:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h ****
367:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** /** @defgroup DMA_LL_EC_CURRENTTARGETMEM CURRENTTARGETMEM
ARM GAS /tmp/ccmfsuWO.s page 12
ARM GAS /tmp/ccjSmMYW.s page 12
368:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @{
@ -718,7 +718,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
422:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @retval LL_DMA_CHANNEL_y
423:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** */
424:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** #define __LL_DMA_GET_STREAM(__STREAM_INSTANCE__) \
ARM GAS /tmp/ccmfsuWO.s page 13
ARM GAS /tmp/ccjSmMYW.s page 13
425:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** (((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA1_Stream0)) ? LL_DMA_STREAM_0 : \
@ -778,7 +778,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
479:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** /** @defgroup DMA_LL_EF_Configuration Configuration
480:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @{
481:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** */
ARM GAS /tmp/ccmfsuWO.s page 14
ARM GAS /tmp/ccjSmMYW.s page 14
482:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** /**
@ -838,7 +838,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
64 .loc 1 213 34 is_stmt 0 view .LVU12
65 001a 694B ldr r3, .L43+4
66 001c C31A subs r3, r0, r3
ARM GAS /tmp/ccmfsuWO.s page 15
ARM GAS /tmp/ccjSmMYW.s page 15
67 001e 18BF it ne
@ -898,7 +898,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
121 008c 0122 movne r2, #1
122 008e 53EA0204 orrs r4, r3, r2
123 0092 57D0 beq .L24
ARM GAS /tmp/ccmfsuWO.s page 16
ARM GAS /tmp/ccjSmMYW.s page 16
124 .loc 1 213 34 discriminator 21 view .LVU24
@ -958,7 +958,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
224:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** /* Reset DMAx_Streamy memory address register */
225:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** LL_DMA_WriteReg(tmp, M0AR, 0U);
226:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c ****
ARM GAS /tmp/ccmfsuWO.s page 17
ARM GAS /tmp/ccjSmMYW.s page 17
227:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** /* Reset DMAx_Streamy memory address register */
@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
281:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c ****
282:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** return status;
163 .loc 1 282 3 is_stmt 1 view .LVU34
ARM GAS /tmp/ccmfsuWO.s page 18
ARM GAS /tmp/ccjSmMYW.s page 18
283:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** }
@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
45:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
46:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /** @addtogroup STM32F7xx_LL_Driver
47:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @{
ARM GAS /tmp/ccmfsuWO.s page 19
ARM GAS /tmp/ccjSmMYW.s page 19
48:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** */
@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
102:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_AHB1_GRP1_PERIPH_FLITF RCC_AHB1LPENR_FLITFLPEN
103:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_AHB1_GRP1_PERIPH_SRAM1 RCC_AHB1LPENR_SRAM1LPEN
104:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_AHB1_GRP1_PERIPH_SRAM2 RCC_AHB1LPENR_SRAM2LPEN
ARM GAS /tmp/ccmfsuWO.s page 20
ARM GAS /tmp/ccjSmMYW.s page 20
105:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /**
@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
159:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB1_GRP1_PERIPH_SPI2 RCC_APB1ENR_SPI2EN
160:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB1_GRP1_PERIPH_SPI3 RCC_APB1ENR_SPI3EN
161:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #if defined(SPDIFRX)
ARM GAS /tmp/ccmfsuWO.s page 21
ARM GAS /tmp/ccjSmMYW.s page 21
162:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB1_GRP1_PERIPH_SPDIFRX RCC_APB1ENR_SPDIFRXEN
@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
216:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB2_GRP1_PERIPH_SPI5 RCC_APB2ENR_SPI5EN
217:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #if defined(SPI6)
218:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB2_GRP1_PERIPH_SPI6 RCC_APB2ENR_SPI6EN
ARM GAS /tmp/ccmfsuWO.s page 22
ARM GAS /tmp/ccjSmMYW.s page 22
219:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #endif /* SPI6 */
@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
273:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR DMA2EN LL_AHB1_GRP1_EnableClock\n
274:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR DMA2DEN LL_AHB1_GRP1_EnableClock\n
275:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR ETHMACEN LL_AHB1_GRP1_EnableClock\n
ARM GAS /tmp/ccmfsuWO.s page 23
ARM GAS /tmp/ccjSmMYW.s page 23
276:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR ETHMACTXEN LL_AHB1_GRP1_EnableClock\n
@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
330:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIOKEN LL_AHB1_GRP1_IsEnabledClock\n
331:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR CRCEN LL_AHB1_GRP1_IsEnabledClock\n
332:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR BKPSRAMEN LL_AHB1_GRP1_IsEnabledClock\n
ARM GAS /tmp/ccmfsuWO.s page 24
ARM GAS /tmp/ccjSmMYW.s page 24
333:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR DTCMRAMEN LL_AHB1_GRP1_IsEnabledClock\n
@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
387:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIOJEN LL_AHB1_GRP1_DisableClock\n
388:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIOKEN LL_AHB1_GRP1_DisableClock\n
389:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR CRCEN LL_AHB1_GRP1_DisableClock\n
ARM GAS /tmp/ccmfsuWO.s page 25
ARM GAS /tmp/ccjSmMYW.s page 25
390:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR BKPSRAMEN LL_AHB1_GRP1_DisableClock\n
@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
444:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIOIRST LL_AHB1_GRP1_ForceReset\n
445:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIOJRST LL_AHB1_GRP1_ForceReset\n
446:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIOKRST LL_AHB1_GRP1_ForceReset\n
ARM GAS /tmp/ccmfsuWO.s page 26
ARM GAS /tmp/ccjSmMYW.s page 26
447:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR CRCRST LL_AHB1_GRP1_ForceReset\n
@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
486:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIODRST LL_AHB1_GRP1_ReleaseReset\n
487:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIOERST LL_AHB1_GRP1_ReleaseReset\n
488:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIOFRST LL_AHB1_GRP1_ReleaseReset\n
ARM GAS /tmp/ccmfsuWO.s page 27
ARM GAS /tmp/ccjSmMYW.s page 27
489:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIOGRST LL_AHB1_GRP1_ReleaseReset\n
@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
201 .LVL7:
202 .L35:
203 .loc 3 526 1 view .LVU45
ARM GAS /tmp/ccmfsuWO.s page 28
ARM GAS /tmp/ccjSmMYW.s page 28
204 .LBE36:
@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
249 .L5:
250 .LVL11:
216:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c ****
ARM GAS /tmp/ccmfsuWO.s page 29
ARM GAS /tmp/ccjSmMYW.s page 29
251 .loc 1 216 5 is_stmt 1 discriminator 60 view .LVU57
@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
550:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * CR PL LL_DMA_ConfigTransfer\n
551:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * CR PFCTRL LL_DMA_ConfigTransfer
552:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @param DMAx DMAx Instance
ARM GAS /tmp/ccmfsuWO.s page 30
ARM GAS /tmp/ccjSmMYW.s page 30
553:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @param Stream This parameter can be one of the following values:
@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
607:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @param Stream This parameter can be one of the following values:
608:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_0
609:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_1
ARM GAS /tmp/ccmfsuWO.s page 31
ARM GAS /tmp/ccjSmMYW.s page 31
610:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_2
@ -1858,7 +1858,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
664:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_7
665:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @retval Returned value can be one of the following values:
666:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_MODE_NORMAL
ARM GAS /tmp/ccmfsuWO.s page 32
ARM GAS /tmp/ccjSmMYW.s page 32
667:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_MODE_CIRCULAR
@ -1918,7 +1918,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
721:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @brief Set Memory increment mode.
722:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @rmtoll CR MINC LL_DMA_SetMemoryIncMode
723:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @param DMAx DMAx Instance
ARM GAS /tmp/ccmfsuWO.s page 33
ARM GAS /tmp/ccjSmMYW.s page 33
724:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @param Stream This parameter can be one of the following values:
@ -1978,7 +1978,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
778:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @param Size This parameter can be one of the following values:
779:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_PDATAALIGN_BYTE
780:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_PDATAALIGN_HALFWORD
ARM GAS /tmp/ccmfsuWO.s page 34
ARM GAS /tmp/ccjSmMYW.s page 34
781:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_PDATAALIGN_WORD
@ -2038,7 +2038,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
835:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h ****
836:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** /**
837:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @brief Get Memory size.
ARM GAS /tmp/ccmfsuWO.s page 35
ARM GAS /tmp/ccjSmMYW.s page 35
838:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @rmtoll CR MSIZE LL_DMA_GetMemorySize
@ -2098,7 +2098,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
892:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_5
893:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_6
894:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_7
ARM GAS /tmp/ccmfsuWO.s page 36
ARM GAS /tmp/ccjSmMYW.s page 36
895:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @retval Returned value can be one of the following values:
@ -2158,7 +2158,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
949:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** {
950:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** return (READ_BIT(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))-
951:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** }
ARM GAS /tmp/ccmfsuWO.s page 37
ARM GAS /tmp/ccjSmMYW.s page 37
952:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h ****
@ -2218,7 +2218,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
1006:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_3
1007:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_4
1008:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_5
ARM GAS /tmp/ccmfsuWO.s page 38
ARM GAS /tmp/ccjSmMYW.s page 38
1009:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_6
@ -2278,7 +2278,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
282:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** }
292 .loc 1 282 3 is_stmt 1 view .LVU73
293 .loc 1 283 1 is_stmt 0 view .LVU74
ARM GAS /tmp/ccmfsuWO.s page 39
ARM GAS /tmp/ccjSmMYW.s page 39
294 011e 10BD pop {r4, pc}
@ -2338,7 +2338,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
246:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** {
345 .loc 1 246 10 is_stmt 1 view .LVU78
246:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** {
ARM GAS /tmp/ccmfsuWO.s page 40
ARM GAS /tmp/ccjSmMYW.s page 40
346 .loc 1 246 12 is_stmt 0 view .LVU79
@ -2398,7 +2398,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
384 0180 CDE7 b .L4
385 .LVL21:
386 .L37:
ARM GAS /tmp/ccmfsuWO.s page 41
ARM GAS /tmp/ccjSmMYW.s page 41
249:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** }
@ -2458,7 +2458,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
426 .LVL28:
179:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c ****
427 .loc 1 179 15 view .LVU111
ARM GAS /tmp/ccmfsuWO.s page 42
ARM GAS /tmp/ccjSmMYW.s page 42
428 01a6 BAE7 b .L4
@ -2518,7 +2518,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
475 .section .text.LL_DMA_Init,"ax",%progbits
476 .align 1
477 .global LL_DMA_Init
ARM GAS /tmp/ccmfsuWO.s page 43
ARM GAS /tmp/ccjSmMYW.s page 43
478 .syntax unified
@ -2578,7 +2578,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
315:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** assert_param(IS_LL_DMA_PERIPHDATASIZE(DMA_InitStruct->PeriphOrM2MSrcDataSize));
502 .loc 1 315 3 view .LVU127
316:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** assert_param(IS_LL_DMA_MEMORYDATASIZE(DMA_InitStruct->MemoryOrM2MDstDataSize));
ARM GAS /tmp/ccmfsuWO.s page 44
ARM GAS /tmp/ccjSmMYW.s page 44
503 .loc 1 316 3 view .LVU128
@ -2638,7 +2638,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
525 .loc 1 344 65 view .LVU144
526 000e 2343 orrs r3, r3, r4
346:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** DMA_InitStruct->PeriphOrM2MSrcDataSize | \
ARM GAS /tmp/ccmfsuWO.s page 45
ARM GAS /tmp/ccjSmMYW.s page 45
527 .loc 1 346 39 view .LVU145
@ -2698,7 +2698,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
354:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** * Configure DMAx_Streamy: fifo mode and fifo threshold with parameters :
355:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** * - FIFOMode: DMA_SxFCR_DMDIS bit
356:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** * - FIFOThreshold: DMA_SxFCR_FTH[1:0] bits
ARM GAS /tmp/ccmfsuWO.s page 46
ARM GAS /tmp/ccjSmMYW.s page 46
357:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** */
@ -2758,7 +2758,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
1082:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_2
1083:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_3
1084:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_4
ARM GAS /tmp/ccmfsuWO.s page 47
ARM GAS /tmp/ccjSmMYW.s page 47
1085:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_5
@ -2818,7 +2818,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
1139:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_PBURST_INC4
1140:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_PBURST_INC8
1141:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_PBURST_INC16
ARM GAS /tmp/ccmfsuWO.s page 48
ARM GAS /tmp/ccjSmMYW.s page 48
1142:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @retval None
@ -2878,7 +2878,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
1196:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** /**
1197:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @brief Set Current target (only in double buffer mode) to Memory 1 or Memory 0.
1198:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @rmtoll CR CT LL_DMA_GetCurrentTargetMem
ARM GAS /tmp/ccmfsuWO.s page 49
ARM GAS /tmp/ccjSmMYW.s page 49
1199:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @param DMAx DMAx Instance
@ -2938,7 +2938,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
1253:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** __STATIC_INLINE void LL_DMA_DisableDoubleBufferMode(DMA_TypeDef *DMAx, uint32_t Stream)
1254:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** {
1255:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** CLEAR_BIT(((DMA_Stream_TypeDef *)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->CR, D
ARM GAS /tmp/ccmfsuWO.s page 50
ARM GAS /tmp/ccjSmMYW.s page 50
1256:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** }
@ -2998,7 +2998,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
1310:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_1
1311:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_2
1312:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_3
ARM GAS /tmp/ccmfsuWO.s page 51
ARM GAS /tmp/ccjSmMYW.s page 51
1313:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_4
@ -3058,7 +3058,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
1367:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** */
1368:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** __STATIC_INLINE uint32_t LL_DMA_GetFIFOThreshold(DMA_TypeDef *DMAx, uint32_t Stream)
1369:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** {
ARM GAS /tmp/ccmfsuWO.s page 52
ARM GAS /tmp/ccjSmMYW.s page 52
1370:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** return (READ_BIT(((DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))-
@ -3118,7 +3118,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
589 .LBI50:
1095:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** {
590 .loc 2 1095 22 view .LVU165
ARM GAS /tmp/ccmfsuWO.s page 53
ARM GAS /tmp/ccjSmMYW.s page 53
591 .LBB51:
@ -3178,7 +3178,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
625 .LBB54:
626 .LBI54:
1400:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** }
ARM GAS /tmp/ccmfsuWO.s page 54
ARM GAS /tmp/ccjSmMYW.s page 54
1401:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h ****
@ -3238,7 +3238,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
1455:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @arg @ref LL_DMA_STREAM_7
1456:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @param MemoryAddress Between 0 to 0xFFFFFFFF
1457:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** * @retval None
ARM GAS /tmp/ccmfsuWO.s page 55
ARM GAS /tmp/ccjSmMYW.s page 55
1458:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_dma.h **** */
@ -3298,7 +3298,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
384:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c ****
385:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** /*--------------------------- DMAx SxNDTR Configuration -------------------------
386:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** * Configure the peripheral base address with parameter :
ARM GAS /tmp/ccmfsuWO.s page 56
ARM GAS /tmp/ccjSmMYW.s page 56
387:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** * - NbData: DMA_SxNDT[15:0] bits
@ -3358,7 +3358,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
684 .loc 2 1034 3 view .LVU192
685 .LBE61:
686 .LBE60:
ARM GAS /tmp/ccmfsuWO.s page 57
ARM GAS /tmp/ccjSmMYW.s page 57
396:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c ****
@ -3418,7 +3418,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
729 0004 4360 str r3, [r0, #4]
410:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_dma.c **** DMA_InitStruct->Direction = LL_DMA_DIRECTION_PERIPH_TO_MEMORY;
730 .loc 1 410 3 is_stmt 1 view .LVU201
ARM GAS /tmp/ccmfsuWO.s page 58
ARM GAS /tmp/ccjSmMYW.s page 58
731 .loc 1 410 42 is_stmt 0 view .LVU202
@ -3478,7 +3478,7 @@ ARM GAS /tmp/ccmfsuWO.s page 1
772 .LFE322:
774 .section .rodata.STREAM_OFFSET_TAB,"a"
775 .align 2
ARM GAS /tmp/ccmfsuWO.s page 59
ARM GAS /tmp/ccjSmMYW.s page 59
776 .set .LANCHOR0,. + 0
@ -3490,20 +3490,20 @@ ARM GAS /tmp/ccmfsuWO.s page 1
783 .file 4 "/usr/lib/gcc/arm-none-eabi/10.3.1/include/stdint.h"
784 .file 5 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h"
785 .file 6 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h"
ARM GAS /tmp/ccmfsuWO.s page 60
ARM GAS /tmp/ccjSmMYW.s page 60
DEFINED SYMBOLS
*ABS*:0000000000000000 stm32f7xx_ll_dma.c
/tmp/ccmfsuWO.s:17 .text.LL_DMA_DeInit:0000000000000000 $t
/tmp/ccmfsuWO.s:25 .text.LL_DMA_DeInit:0000000000000000 LL_DMA_DeInit
/tmp/ccmfsuWO.s:454 .text.LL_DMA_DeInit:00000000000001bc $d
/tmp/ccmfsuWO.s:476 .text.LL_DMA_Init:0000000000000000 $t
/tmp/ccmfsuWO.s:483 .text.LL_DMA_Init:0000000000000000 LL_DMA_Init
/tmp/ccmfsuWO.s:701 .text.LL_DMA_Init:000000000000008c $d
/tmp/ccmfsuWO.s:708 .text.LL_DMA_StructInit:0000000000000000 $t
/tmp/ccmfsuWO.s:715 .text.LL_DMA_StructInit:0000000000000000 LL_DMA_StructInit
/tmp/ccmfsuWO.s:775 .rodata.STREAM_OFFSET_TAB:0000000000000000 $d
/tmp/ccmfsuWO.s:779 .rodata.STREAM_OFFSET_TAB:0000000000000000 STREAM_OFFSET_TAB
/tmp/ccjSmMYW.s:17 .text.LL_DMA_DeInit:0000000000000000 $t
/tmp/ccjSmMYW.s:25 .text.LL_DMA_DeInit:0000000000000000 LL_DMA_DeInit
/tmp/ccjSmMYW.s:454 .text.LL_DMA_DeInit:00000000000001bc $d
/tmp/ccjSmMYW.s:476 .text.LL_DMA_Init:0000000000000000 $t
/tmp/ccjSmMYW.s:483 .text.LL_DMA_Init:0000000000000000 LL_DMA_Init
/tmp/ccjSmMYW.s:701 .text.LL_DMA_Init:000000000000008c $d
/tmp/ccjSmMYW.s:708 .text.LL_DMA_StructInit:0000000000000000 $t
/tmp/ccjSmMYW.s:715 .text.LL_DMA_StructInit:0000000000000000 LL_DMA_StructInit
/tmp/ccjSmMYW.s:775 .rodata.STREAM_OFFSET_TAB:0000000000000000 $d
/tmp/ccjSmMYW.s:779 .rodata.STREAM_OFFSET_TAB:0000000000000000 STREAM_OFFSET_TAB
NO UNDEFINED SYMBOLS