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/cc532wt1.s page 1
ARM GAS /tmp/cc39pxGt.s page 1
1 .cpu cortex-m7
@ -58,7 +58,7 @@ ARM GAS /tmp/cc532wt1.s page 1
28:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** #define assert_param(expr) ((void)0U)
29:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** #endif /* USE_FULL_ASSERT */
30:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c ****
ARM GAS /tmp/cc532wt1.s page 2
ARM GAS /tmp/cc39pxGt.s page 2
31:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** /** @addtogroup STM32F7xx_LL_Driver
@ -118,7 +118,7 @@ ARM GAS /tmp/cc532wt1.s page 1
85:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** || ((__VALUE__) == LL_SPI_POLARITY_HIGH))
86:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c ****
87:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** #define IS_LL_SPI_PHASE(__VALUE__) (((__VALUE__) == LL_SPI_PHASE_1EDGE) \
ARM GAS /tmp/cc532wt1.s page 3
ARM GAS /tmp/cc39pxGt.s page 3
88:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** || ((__VALUE__) == LL_SPI_PHASE_2EDGE))
@ -178,7 +178,7 @@ ARM GAS /tmp/cc532wt1.s page 1
135:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** ErrorStatus status = ERROR;
36 .loc 1 135 3 is_stmt 1 view .LVU2
37 .LVL1:
ARM GAS /tmp/cc532wt1.s page 4
ARM GAS /tmp/cc39pxGt.s page 4
136:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c ****
@ -238,7 +238,7 @@ ARM GAS /tmp/cc532wt1.s page 1
61 .L4:
166:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** {
167:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** /* Force reset of SPI clock */
ARM GAS /tmp/cc532wt1.s page 5
ARM GAS /tmp/cc39pxGt.s page 5
168:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_SPI3);
@ -298,7 +298,7 @@ ARM GAS /tmp/cc532wt1.s page 1
82 .L7:
202:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** {
203:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** /* Force reset of SPI clock */
ARM GAS /tmp/cc532wt1.s page 6
ARM GAS /tmp/cc39pxGt.s page 6
204:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_SPI6);
@ -358,7 +358,7 @@ ARM GAS /tmp/cc532wt1.s page 1
34:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
35:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /* Define to prevent recursive inclusion -------------------------------------*/
36:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #ifndef __STM32F7xx_LL_BUS_H
ARM GAS /tmp/cc532wt1.s page 7
ARM GAS /tmp/cc39pxGt.s page 7
37:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define __STM32F7xx_LL_BUS_H
@ -418,7 +418,7 @@ ARM GAS /tmp/cc532wt1.s page 1
91:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_AHB1_GRP1_PERIPH_DMA2D RCC_AHB1ENR_DMA2DEN
92:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #endif /* DMA2D */
93:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #if defined(ETH)
ARM GAS /tmp/cc532wt1.s page 8
ARM GAS /tmp/cc39pxGt.s page 8
94:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_AHB1_GRP1_PERIPH_ETHMAC RCC_AHB1ENR_ETHMACEN
@ -478,7 +478,7 @@ ARM GAS /tmp/cc532wt1.s page 1
148:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB1_GRP1_PERIPH_TIM2 RCC_APB1ENR_TIM2EN
149:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB1_GRP1_PERIPH_TIM3 RCC_APB1ENR_TIM3EN
150:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB1_GRP1_PERIPH_TIM4 RCC_APB1ENR_TIM4EN
ARM GAS /tmp/cc532wt1.s page 9
ARM GAS /tmp/cc39pxGt.s page 9
151:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB1_GRP1_PERIPH_TIM5 RCC_APB1ENR_TIM5EN
@ -538,7 +538,7 @@ ARM GAS /tmp/cc532wt1.s page 1
205:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB2_GRP1_PERIPH_ADC3 RCC_APB2ENR_ADC3EN
206:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB2_GRP1_PERIPH_SDMMC1 RCC_APB2ENR_SDMMC1EN
207:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #if defined(SDMMC2)
ARM GAS /tmp/cc532wt1.s page 10
ARM GAS /tmp/cc39pxGt.s page 10
208:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB2_GRP1_PERIPH_SDMMC2 RCC_APB2ENR_SDMMC2EN
@ -598,7 +598,7 @@ ARM GAS /tmp/cc532wt1.s page 1
262:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIOEEN LL_AHB1_GRP1_EnableClock\n
263:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIOFEN LL_AHB1_GRP1_EnableClock\n
264:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIOGEN LL_AHB1_GRP1_EnableClock\n
ARM GAS /tmp/cc532wt1.s page 11
ARM GAS /tmp/cc39pxGt.s page 11
265:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIOHEN LL_AHB1_GRP1_EnableClock\n
@ -658,7 +658,7 @@ ARM GAS /tmp/cc532wt1.s page 1
319:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @brief Check if AHB1 peripheral clock is enabled or not
320:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @rmtoll AHB1ENR GPIOAEN LL_AHB1_GRP1_IsEnabledClock\n
321:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIOBEN LL_AHB1_GRP1_IsEnabledClock\n
ARM GAS /tmp/cc532wt1.s page 12
ARM GAS /tmp/cc39pxGt.s page 12
322:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIOCEN LL_AHB1_GRP1_IsEnabledClock\n
@ -718,7 +718,7 @@ ARM GAS /tmp/cc532wt1.s page 1
376:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /**
377:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @brief Disable AHB1 peripherals clock.
378:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @rmtoll AHB1ENR GPIOAEN LL_AHB1_GRP1_DisableClock\n
ARM GAS /tmp/cc532wt1.s page 13
ARM GAS /tmp/cc39pxGt.s page 13
379:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIOBEN LL_AHB1_GRP1_DisableClock\n
@ -778,7 +778,7 @@ ARM GAS /tmp/cc532wt1.s page 1
433:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
434:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /**
435:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @brief Force AHB1 peripherals reset.
ARM GAS /tmp/cc532wt1.s page 14
ARM GAS /tmp/cc39pxGt.s page 14
436:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @rmtoll AHB1RSTR GPIOARST LL_AHB1_GRP1_ForceReset\n
@ -838,7 +838,7 @@ ARM GAS /tmp/cc532wt1.s page 1
490:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIOHRST LL_AHB1_GRP1_ReleaseReset\n
491:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIOIRST LL_AHB1_GRP1_ReleaseReset\n
492:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIOJRST LL_AHB1_GRP1_ReleaseReset\n
ARM GAS /tmp/cc532wt1.s page 15
ARM GAS /tmp/cc39pxGt.s page 15
493:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIOKRST LL_AHB1_GRP1_ReleaseReset\n
@ -898,7 +898,7 @@ ARM GAS /tmp/cc532wt1.s page 1
547:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR DTCMRAMLPEN LL_AHB1_GRP1_EnableClockLowPower\n
548:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR DMA1LPEN LL_AHB1_GRP1_EnableClockLowPower\n
549:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR DMA2LPEN LL_AHB1_GRP1_EnableClockLowPower\n
ARM GAS /tmp/cc532wt1.s page 16
ARM GAS /tmp/cc39pxGt.s page 16
550:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR DMA2DLPEN LL_AHB1_GRP1_EnableClockLowPower\n
@ -958,7 +958,7 @@ ARM GAS /tmp/cc532wt1.s page 1
604:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR GPIOELPEN LL_AHB1_GRP1_DisableClockLowPower\n
605:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR GPIOFLPEN LL_AHB1_GRP1_DisableClockLowPower\n
606:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR GPIOGLPEN LL_AHB1_GRP1_DisableClockLowPower\n
ARM GAS /tmp/cc532wt1.s page 17
ARM GAS /tmp/cc39pxGt.s page 17
607:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR GPIOHLPEN LL_AHB1_GRP1_DisableClockLowPower\n
@ -1018,7 +1018,7 @@ ARM GAS /tmp/cc532wt1.s page 1
661:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** CLEAR_BIT(RCC->AHB1LPENR, Periphs);
662:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** }
663:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
ARM GAS /tmp/cc532wt1.s page 18
ARM GAS /tmp/cc39pxGt.s page 18
664:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /**
@ -1078,7 +1078,7 @@ ARM GAS /tmp/cc532wt1.s page 1
718:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB2_GRP1_PERIPH_OTGFS
719:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** *
720:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * (*) value not defined in all devices.
ARM GAS /tmp/cc532wt1.s page 19
ARM GAS /tmp/cc39pxGt.s page 19
721:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @retval State of Periphs (1 or 0).
@ -1138,7 +1138,7 @@ ARM GAS /tmp/cc532wt1.s page 1
775:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** */
776:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** __STATIC_INLINE void LL_AHB2_GRP1_ForceReset(uint32_t Periphs)
777:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** {
ARM GAS /tmp/cc532wt1.s page 20
ARM GAS /tmp/cc39pxGt.s page 20
778:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** SET_BIT(RCC->AHB2RSTR, Periphs);
@ -1198,7 +1198,7 @@ ARM GAS /tmp/cc532wt1.s page 1
832:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** SET_BIT(RCC->AHB2LPENR, Periphs);
833:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /* Delay after an RCC peripheral clock enabling */
834:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** tmpreg = READ_BIT(RCC->AHB2LPENR, Periphs);
ARM GAS /tmp/cc532wt1.s page 21
ARM GAS /tmp/cc39pxGt.s page 21
835:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** (void)tmpreg;
@ -1258,7 +1258,7 @@ ARM GAS /tmp/cc532wt1.s page 1
889:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** (void)tmpreg;
890:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** }
891:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
ARM GAS /tmp/cc532wt1.s page 22
ARM GAS /tmp/cc39pxGt.s page 22
892:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /**
@ -1318,7 +1318,7 @@ ARM GAS /tmp/cc532wt1.s page 1
946:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB2_GRP1_PERIPH_ALL
947:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB3_GRP1_PERIPH_FMC (*)
948:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB3_GRP1_PERIPH_QSPI
ARM GAS /tmp/cc532wt1.s page 23
ARM GAS /tmp/cc39pxGt.s page 23
949:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** *
@ -1378,7 +1378,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1003:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @brief Enable APB1 peripherals clock.
1004:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @rmtoll APB1ENR TIM2EN LL_APB1_GRP1_EnableClock\n
1005:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR TIM3EN LL_APB1_GRP1_EnableClock\n
ARM GAS /tmp/cc532wt1.s page 24
ARM GAS /tmp/cc39pxGt.s page 24
1006:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR TIM4EN LL_APB1_GRP1_EnableClock\n
@ -1438,7 +1438,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1060:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_CAN3 (*)
1061:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_CEC (*)
1062:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_PWR
ARM GAS /tmp/cc532wt1.s page 25
ARM GAS /tmp/cc39pxGt.s page 25
1063:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_DAC1
@ -1498,7 +1498,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1117:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_TIM5
1118:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_TIM6
1119:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_TIM7
ARM GAS /tmp/cc532wt1.s page 26
ARM GAS /tmp/cc39pxGt.s page 26
1120:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_TIM12
@ -1558,7 +1558,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1174:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR I2C1EN LL_APB1_GRP1_DisableClock\n
1175:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR I2C2EN LL_APB1_GRP1_DisableClock\n
1176:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR I2C3EN LL_APB1_GRP1_DisableClock\n
ARM GAS /tmp/cc532wt1.s page 27
ARM GAS /tmp/cc39pxGt.s page 27
1177:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR I2C4EN LL_APB1_GRP1_DisableClock\n
@ -1618,7 +1618,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1231:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR TIM3RST LL_APB1_GRP1_ForceReset\n
1232:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR TIM4RST LL_APB1_GRP1_ForceReset\n
1233:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR TIM5RST LL_APB1_GRP1_ForceReset\n
ARM GAS /tmp/cc532wt1.s page 28
ARM GAS /tmp/cc39pxGt.s page 28
1234:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR TIM6RST LL_APB1_GRP1_ForceReset\n
@ -1678,7 +1678,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1288:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_DAC1
1289:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_UART7
1290:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_UART8
ARM GAS /tmp/cc532wt1.s page 29
ARM GAS /tmp/cc39pxGt.s page 29
1291:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** *
@ -1738,7 +1738,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1345:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_SPI3
1346:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_SPDIFRX (*)
1347:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_USART2
ARM GAS /tmp/cc532wt1.s page 30
ARM GAS /tmp/cc39pxGt.s page 30
1348:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_USART3
@ -1798,7 +1798,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1402:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR UART7LPEN LL_APB1_GRP1_EnableClockLowPower\n
1403:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR UART8LPEN LL_APB1_GRP1_EnableClockLowPower\n
1404:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR RTCLPEN LL_APB1_GRP1_EnableClockLowPower
ARM GAS /tmp/cc532wt1.s page 31
ARM GAS /tmp/cc39pxGt.s page 31
1405:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @param Periphs This parameter can be a combination of the following values:
@ -1858,7 +1858,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1459:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR TIM13LPEN LL_APB1_GRP1_DisableClockLowPower\n
1460:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR TIM14LPEN LL_APB1_GRP1_DisableClockLowPower\n
1461:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR LPTIM1LPEN LL_APB1_GRP1_DisableClockLowPower\n
ARM GAS /tmp/cc532wt1.s page 32
ARM GAS /tmp/cc39pxGt.s page 32
1462:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR WWDGLPEN LL_APB1_GRP1_DisableClockLowPower\n
@ -1918,7 +1918,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1516:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * (*) value not defined in all devices.
1517:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @retval None
1518:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** */
ARM GAS /tmp/cc532wt1.s page 33
ARM GAS /tmp/cc39pxGt.s page 33
1519:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** __STATIC_INLINE void LL_APB1_GRP1_DisableClockLowPower(uint32_t Periphs)
@ -1978,7 +1978,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1573:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_TIM11
1574:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_SPI5
1575:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_SPI6 (*)
ARM GAS /tmp/cc532wt1.s page 34
ARM GAS /tmp/cc39pxGt.s page 34
1576:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_SAI1
@ -2038,7 +2038,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1630:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_SDMMC1
1631:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_SDMMC2 (*)
1632:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_SPI1
ARM GAS /tmp/cc532wt1.s page 35
ARM GAS /tmp/cc39pxGt.s page 35
1633:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_SPI4
@ -2098,7 +2098,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1687:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_ADC1
1688:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_ADC2
1689:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_ADC3
ARM GAS /tmp/cc532wt1.s page 36
ARM GAS /tmp/cc39pxGt.s page 36
1690:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_SDMMC1
@ -2158,7 +2158,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1744:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_USART1
1745:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_USART6
1746:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_ADC
ARM GAS /tmp/cc532wt1.s page 37
ARM GAS /tmp/cc39pxGt.s page 37
1747:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_SDMMC1
@ -2218,7 +2218,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1786:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB2RSTR TIM10RST LL_APB2_GRP1_ReleaseReset\n
1787:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB2RSTR TIM11RST LL_APB2_GRP1_ReleaseReset\n
1788:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB2RSTR SPI5RST LL_APB2_GRP1_ReleaseReset\n
ARM GAS /tmp/cc532wt1.s page 38
ARM GAS /tmp/cc39pxGt.s page 38
1789:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB2RSTR SPI6RST LL_APB2_GRP1_ReleaseReset\n
@ -2278,7 +2278,7 @@ ARM GAS /tmp/cc532wt1.s page 1
119 .LVL11:
149:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** }
120 .loc 1 149 12 view .LVU29
ARM GAS /tmp/cc532wt1.s page 39
ARM GAS /tmp/cc39pxGt.s page 39
121 0040 E3E7 b .L2
@ -2338,7 +2338,7 @@ ARM GAS /tmp/cc532wt1.s page 1
162 .loc 2 1297 3 view .LVU42
163 005a 02F5FE32 add r2, r2, #130048
164 005e 116A ldr r1, [r2, #32]
ARM GAS /tmp/cc532wt1.s page 40
ARM GAS /tmp/cc39pxGt.s page 40
165 0060 41F40041 orr r1, r1, #32768
@ -2398,7 +2398,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1825:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** {
207 .loc 2 1825 22 view .LVU55
208 .LBB49:
ARM GAS /tmp/cc532wt1.s page 41
ARM GAS /tmp/cc39pxGt.s page 41
209 .loc 2 1827 3 view .LVU56
@ -2458,7 +2458,7 @@ ARM GAS /tmp/cc532wt1.s page 1
253 00a0 BFE7 b .L6
254 .LVL24:
255 .L14:
ARM GAS /tmp/cc532wt1.s page 42
ARM GAS /tmp/cc39pxGt.s page 42
204:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c ****
@ -2518,7 +2518,7 @@ ARM GAS /tmp/cc532wt1.s page 1
302 .section .text.LL_SPI_Init,"ax",%progbits
303 .align 1
304 .global LL_SPI_Init
ARM GAS /tmp/cc532wt1.s page 43
ARM GAS /tmp/cc39pxGt.s page 43
305 .syntax unified
@ -2578,7 +2578,7 @@ ARM GAS /tmp/cc532wt1.s page 1
332 .loc 1 242 3 view .LVU94
333 .LBB58:
334 .LBI58:
ARM GAS /tmp/cc532wt1.s page 44
ARM GAS /tmp/cc39pxGt.s page 44
335 .file 3 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h"
@ -2638,7 +2638,7 @@ ARM GAS /tmp/cc532wt1.s page 1
54:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** {
55:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** uint32_t TransferDirection; /*!< Specifies the SPI unidirectional or bidirectional data mod
56:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** This parameter can be a value of @ref SPI_LL_EC_TRANSFER_M
ARM GAS /tmp/cc532wt1.s page 45
ARM GAS /tmp/cc39pxGt.s page 45
57:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
@ -2698,7 +2698,7 @@ ARM GAS /tmp/cc532wt1.s page 1
111:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #endif /* USE_FULL_LL_DRIVER */
112:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
113:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /* Exported constants --------------------------------------------------------*/
ARM GAS /tmp/cc532wt1.s page 46
ARM GAS /tmp/cc39pxGt.s page 46
114:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /** @defgroup SPI_LL_Exported_Constants SPI Exported Constants
@ -2758,7 +2758,7 @@ ARM GAS /tmp/cc532wt1.s page 1
168:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @}
169:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
170:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
ARM GAS /tmp/cc532wt1.s page 47
ARM GAS /tmp/cc39pxGt.s page 47
171:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /** @defgroup SPI_LL_EC_POLARITY Clock Polarity
@ -2818,7 +2818,7 @@ ARM GAS /tmp/cc532wt1.s page 1
225:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /** @defgroup SPI_LL_EC_DATAWIDTH Datawidth
226:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @{
227:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
ARM GAS /tmp/cc532wt1.s page 48
ARM GAS /tmp/cc39pxGt.s page 48
228:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #define LL_SPI_DATAWIDTH_4BIT (SPI_CR2_DS_0 | SPI_CR2_DS_1)
@ -2878,7 +2878,7 @@ ARM GAS /tmp/cc532wt1.s page 1
282:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @}
283:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
284:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
ARM GAS /tmp/cc532wt1.s page 49
ARM GAS /tmp/cc39pxGt.s page 49
285:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /** @defgroup SPI_LL_EC_TX_FIFO TX FIFO Level
@ -2938,7 +2938,7 @@ ARM GAS /tmp/cc532wt1.s page 1
339:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
340:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @}
341:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
ARM GAS /tmp/cc532wt1.s page 50
ARM GAS /tmp/cc39pxGt.s page 50
342:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
@ -2998,7 +2998,7 @@ ARM GAS /tmp/cc532wt1.s page 1
347 000a 10B4 push {r4}
348 .LCFI0:
349 .cfi_def_cfa_offset 4
ARM GAS /tmp/cc532wt1.s page 51
ARM GAS /tmp/cc39pxGt.s page 51
350 .cfi_offset 4, -4
@ -3058,7 +3058,7 @@ ARM GAS /tmp/cc532wt1.s page 1
379 003a 8868 ldr r0, [r1, #8]
380 003c B1F816C0 ldrh ip, [r1, #22]
381 0040 40EA0C00 orr r0, r0, ip
ARM GAS /tmp/cc532wt1.s page 52
ARM GAS /tmp/cc39pxGt.s page 52
382 0044 0243 orrs r2, r2, r0
@ -3118,7 +3118,7 @@ ARM GAS /tmp/cc532wt1.s page 1
419:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @rmtoll CR2 FRF LL_SPI_SetStandard
420:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @param SPIx SPI Instance
421:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @param Standard This parameter can be one of the following values:
ARM GAS /tmp/cc532wt1.s page 53
ARM GAS /tmp/cc39pxGt.s page 53
422:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @arg @ref LL_SPI_PROTOCOL_MOTOROLA
@ -3178,7 +3178,7 @@ ARM GAS /tmp/cc532wt1.s page 1
476:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * This bit is not used in SPI TI mode.
477:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @rmtoll CR1 CPOL LL_SPI_SetClockPolarity
478:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @param SPIx SPI Instance
ARM GAS /tmp/cc532wt1.s page 54
ARM GAS /tmp/cc39pxGt.s page 54
479:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @param ClockPolarity This parameter can be one of the following values:
@ -3238,7 +3238,7 @@ ARM GAS /tmp/cc532wt1.s page 1
533:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @arg @ref LL_SPI_BAUDRATEPRESCALER_DIV64
534:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @arg @ref LL_SPI_BAUDRATEPRESCALER_DIV128
535:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @arg @ref LL_SPI_BAUDRATEPRESCALER_DIV256
ARM GAS /tmp/cc532wt1.s page 55
ARM GAS /tmp/cc39pxGt.s page 55
536:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
@ -3298,7 +3298,7 @@ ARM GAS /tmp/cc532wt1.s page 1
590:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
591:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief Get transfer direction mode
592:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @rmtoll CR1 RXONLY LL_SPI_GetTransferDirection\n
ARM GAS /tmp/cc532wt1.s page 56
ARM GAS /tmp/cc39pxGt.s page 56
593:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * CR1 BIDIMODE LL_SPI_GetTransferDirection\n
@ -3358,7 +3358,7 @@ ARM GAS /tmp/cc532wt1.s page 1
647:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @arg @ref LL_SPI_DATAWIDTH_14BIT
648:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @arg @ref LL_SPI_DATAWIDTH_15BIT
649:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @arg @ref LL_SPI_DATAWIDTH_16BIT
ARM GAS /tmp/cc532wt1.s page 57
ARM GAS /tmp/cc39pxGt.s page 57
650:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
@ -3418,7 +3418,7 @@ ARM GAS /tmp/cc532wt1.s page 1
290:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_I2SMOD);
415 .loc 1 290 3 is_stmt 1 view .LVU114
416 0062 DA69 ldr r2, [r3, #28]
ARM GAS /tmp/cc532wt1.s page 58
ARM GAS /tmp/cc39pxGt.s page 58
417 0064 22F40062 bic r2, r2, #2048
@ -3478,7 +3478,7 @@ ARM GAS /tmp/cc532wt1.s page 1
700:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** SET_BIT(SPIx->CR1, SPI_CR1_CRCEN);
701:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** }
702:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
ARM GAS /tmp/cc532wt1.s page 59
ARM GAS /tmp/cc39pxGt.s page 59
703:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
@ -3538,7 +3538,7 @@ ARM GAS /tmp/cc532wt1.s page 1
757:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @note This bit has to be written as soon as the last data is written in the SPIx_DR register.
758:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @rmtoll CR1 CRCNEXT LL_SPI_SetCRCNext
759:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @param SPIx SPI Instance
ARM GAS /tmp/cc532wt1.s page 60
ARM GAS /tmp/cc39pxGt.s page 60
760:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @retval None
@ -3598,7 +3598,7 @@ ARM GAS /tmp/cc532wt1.s page 1
467 0082 7047 bx lr
468 .L28:
469 .align 2
ARM GAS /tmp/cc532wt1.s page 61
ARM GAS /tmp/cc39pxGt.s page 61
470 .L27:
@ -3658,7 +3658,7 @@ ARM GAS /tmp/cc532wt1.s page 1
510 .loc 1 308 37 is_stmt 0 view .LVU141
511 0010 4361 str r3, [r0, #20]
309:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** SPI_InitStruct->BaudRate = LL_SPI_BAUDRATEPRESCALER_DIV2;
ARM GAS /tmp/cc532wt1.s page 62
ARM GAS /tmp/cc39pxGt.s page 62
512 .loc 1 309 3 is_stmt 1 view .LVU142
@ -3718,7 +3718,7 @@ ARM GAS /tmp/cc532wt1.s page 1
337:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** /* I2S registers Masks */
338:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** #define I2S_I2SCFGR_CLEAR_MASK (SPI_I2SCFGR_CHLEN | SPI_I2SCFGR_DATLEN | \
339:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** SPI_I2SCFGR_CKPOL | SPI_I2SCFGR_I2SSTD | \
ARM GAS /tmp/cc532wt1.s page 63
ARM GAS /tmp/cc39pxGt.s page 63
340:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** SPI_I2SCFGR_I2SCFG | SPI_I2SCFGR_I2SMOD )
@ -3778,7 +3778,7 @@ ARM GAS /tmp/cc532wt1.s page 1
394:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** */
395:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c ****
396:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** /**
ARM GAS /tmp/cc532wt1.s page 64
ARM GAS /tmp/cc39pxGt.s page 64
397:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** * @brief De-initialize the SPI/I2S registers to their default reset values.
@ -3838,7 +3838,7 @@ ARM GAS /tmp/cc532wt1.s page 1
574 @ frame_needed = 0, uses_anonymous_args = 0
575 .loc 1 419 1 is_stmt 0 view .LVU157
576 0000 F8B5 push {r3, r4, r5, r6, r7, lr}
ARM GAS /tmp/cc532wt1.s page 65
ARM GAS /tmp/cc39pxGt.s page 65
577 .LCFI5:
@ -3898,7 +3898,7 @@ ARM GAS /tmp/cc532wt1.s page 1
790:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
791:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief Get Rx CRC
792:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @rmtoll RXCRCR RXCRC LL_SPI_GetRxCRC
ARM GAS /tmp/cc532wt1.s page 66
ARM GAS /tmp/cc39pxGt.s page 66
793:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @param SPIx SPI Instance
@ -3958,7 +3958,7 @@ ARM GAS /tmp/cc532wt1.s page 1
847:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
848:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** __STATIC_INLINE uint32_t LL_SPI_GetNSSMode(SPI_TypeDef *SPIx)
849:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** {
ARM GAS /tmp/cc532wt1.s page 67
ARM GAS /tmp/cc39pxGt.s page 67
850:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** uint32_t Ssm = (READ_BIT(SPIx->CR1, SPI_CR1_SSM));
@ -4018,7 +4018,7 @@ ARM GAS /tmp/cc532wt1.s page 1
904:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
905:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_RXNE(SPI_TypeDef *SPIx)
906:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** {
ARM GAS /tmp/cc532wt1.s page 68
ARM GAS /tmp/cc39pxGt.s page 68
907:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** return ((READ_BIT(SPIx->SR, SPI_SR_RXNE) == (SPI_SR_RXNE)) ? 1UL : 0UL);
@ -4078,7 +4078,7 @@ ARM GAS /tmp/cc532wt1.s page 1
961:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * -In Slave mode, when the BSY flag is set to '0' for at least one SPI clock cycle between
962:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * each data transfer.
963:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @rmtoll SR BSY LL_SPI_IsActiveFlag_BSY
ARM GAS /tmp/cc532wt1.s page 69
ARM GAS /tmp/cc39pxGt.s page 69
964:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @param SPIx SPI Instance
@ -4138,7 +4138,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1018:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
1019:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** __STATIC_INLINE void LL_SPI_ClearFlag_CRCERR(SPI_TypeDef *SPIx)
1020:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** {
ARM GAS /tmp/cc532wt1.s page 70
ARM GAS /tmp/cc39pxGt.s page 70
1021:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** CLEAR_BIT(SPIx->SR, SPI_SR_CRCERR);
@ -4198,7 +4198,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1075:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /** @defgroup SPI_LL_EF_IT_Management Interrupt Management
1076:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @{
1077:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
ARM GAS /tmp/cc532wt1.s page 71
ARM GAS /tmp/cc39pxGt.s page 71
1078:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
@ -4258,7 +4258,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1132:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** {
1133:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** CLEAR_BIT(SPIx->CR2, SPI_CR2_RXNEIE);
1134:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** }
ARM GAS /tmp/cc532wt1.s page 72
ARM GAS /tmp/cc39pxGt.s page 72
1135:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
@ -4318,7 +4318,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1189:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief Enable DMA Rx
1190:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @rmtoll CR2 RXDMAEN LL_SPI_EnableDMAReq_RX
1191:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @param SPIx SPI Instance
ARM GAS /tmp/cc532wt1.s page 73
ARM GAS /tmp/cc39pxGt.s page 73
1192:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @retval None
@ -4378,7 +4378,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1246:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @param SPIx SPI Instance
1247:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @retval State of bit (1 or 0).
1248:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
ARM GAS /tmp/cc532wt1.s page 74
ARM GAS /tmp/cc39pxGt.s page 74
1249:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** __STATIC_INLINE uint32_t LL_SPI_IsEnabledDMAReq_TX(SPI_TypeDef *SPIx)
@ -4438,7 +4438,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1303:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** __STATIC_INLINE uint32_t LL_SPI_GetDMAParity_TX(SPI_TypeDef *SPIx)
1304:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** {
1305:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** return (uint32_t)(READ_BIT(SPIx->CR2, SPI_CR2_LDMATX) >> SPI_CR2_LDMATX_Pos);
ARM GAS /tmp/cc532wt1.s page 75
ARM GAS /tmp/cc39pxGt.s page 75
1306:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** }
@ -4498,7 +4498,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1360:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** *spidr = TxData;
1361:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #else
1362:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** *((__IO uint8_t *)&SPIx->DR) = TxData;
ARM GAS /tmp/cc532wt1.s page 76
ARM GAS /tmp/cc39pxGt.s page 76
1363:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #endif /* __GNUC__ */
@ -4558,7 +4558,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1417:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /** @defgroup I2S_LL_ES_INIT I2S Exported Init structure
1418:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @{
1419:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
ARM GAS /tmp/cc532wt1.s page 77
ARM GAS /tmp/cc39pxGt.s page 77
1420:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
@ -4618,7 +4618,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1474:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /** @defgroup I2S_LL_EC_GET_FLAG Get Flags Defines
1475:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief Flags defines which can be used with LL_I2S_ReadReg function
1476:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @{
ARM GAS /tmp/cc532wt1.s page 78
ARM GAS /tmp/cc39pxGt.s page 78
1477:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
@ -4678,7 +4678,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1531:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /** @defgroup I2S_LL_EC_MODE Operation Mode
1532:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @{
1533:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
ARM GAS /tmp/cc532wt1.s page 79
ARM GAS /tmp/cc39pxGt.s page 79
1534:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #define LL_I2S_MODE_SLAVE_TX 0x00000000U /*!< Slave
@ -4738,7 +4738,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1588:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
1589:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
1590:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /** @defgroup I2S_LL_EM_WRITE_READ Common Write and read registers Macros
ARM GAS /tmp/cc532wt1.s page 80
ARM GAS /tmp/cc39pxGt.s page 80
1591:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @{
@ -4798,7 +4798,7 @@ ARM GAS /tmp/cc532wt1.s page 1
1645:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @retval None
1646:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
1647:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** __STATIC_INLINE void LL_I2S_Disable(SPI_TypeDef *SPIx)
ARM GAS /tmp/cc532wt1.s page 81
ARM GAS /tmp/cc39pxGt.s page 81
1648:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** {
@ -4858,7 +4858,7 @@ ARM GAS /tmp/cc532wt1.s page 1
448:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** I2S_I2SCFGR_CLEAR_MASK,
449:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** I2S_InitStruct->Mode | I2S_InitStruct->Standard |
450:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity |
ARM GAS /tmp/cc532wt1.s page 82
ARM GAS /tmp/cc39pxGt.s page 82
451:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** SPI_I2SCFGR_I2SMOD);
@ -4918,7 +4918,7 @@ ARM GAS /tmp/cc532wt1.s page 1
656 003e EB68 ldr r3, [r5, #12]
657 .loc 1 479 10 view .LVU191
658 0040 B3F5007F cmp r3, #512
ARM GAS /tmp/cc532wt1.s page 83
ARM GAS /tmp/cc39pxGt.s page 83
659 0044 1ED0 beq .L44
@ -4978,7 +4978,7 @@ ARM GAS /tmp/cc532wt1.s page 1
499:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** /* Get the Mask for the Odd bit (SPI_I2SPR[8]) register */
500:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** i2sodd = (i2sodd << 8U);
694 .loc 1 500 7 is_stmt 1 view .LVU206
ARM GAS /tmp/cc532wt1.s page 84
ARM GAS /tmp/cc39pxGt.s page 84
695 .loc 1 500 14 is_stmt 0 view .LVU207
@ -5038,7 +5038,7 @@ ARM GAS /tmp/cc532wt1.s page 1
482:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** }
731 .loc 1 482 9 is_stmt 1 view .LVU218
482:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** }
ARM GAS /tmp/cc532wt1.s page 85
ARM GAS /tmp/cc39pxGt.s page 85
732 .loc 1 482 32 is_stmt 0 view .LVU219
@ -5098,7 +5098,7 @@ ARM GAS /tmp/cc532wt1.s page 1
777 .syntax unified
778 .thumb
779 .thumb_func
ARM GAS /tmp/cc532wt1.s page 86
ARM GAS /tmp/cc39pxGt.s page 86
780 .fpu fpv5-d16
@ -5158,7 +5158,7 @@ ARM GAS /tmp/cc532wt1.s page 1
819 .thumb
820 .thumb_func
821 .fpu fpv5-d16
ARM GAS /tmp/cc532wt1.s page 87
ARM GAS /tmp/cc39pxGt.s page 87
823 LL_I2S_ConfigPrescaler:
@ -5218,7 +5218,7 @@ ARM GAS /tmp/cc532wt1.s page 1
855 0016 00BF .align 2
856 .L50:
857 0018 00FEFFFF .word -512
ARM GAS /tmp/cc532wt1.s page 88
ARM GAS /tmp/cc39pxGt.s page 88
858 .cfi_endproc
@ -5229,29 +5229,29 @@ ARM GAS /tmp/cc532wt1.s page 1
864 .file 5 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h"
865 .file 6 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h"
866 .file 7 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rcc.h"
ARM GAS /tmp/cc532wt1.s page 89
ARM GAS /tmp/cc39pxGt.s page 89
DEFINED SYMBOLS
*ABS*:0000000000000000 stm32f7xx_ll_spi.c
/tmp/cc532wt1.s:17 .text.LL_SPI_DeInit:0000000000000000 $t
/tmp/cc532wt1.s:25 .text.LL_SPI_DeInit:0000000000000000 LL_SPI_DeInit
/tmp/cc532wt1.s:292 .text.LL_SPI_DeInit:00000000000000b8 $d
/tmp/cc532wt1.s:303 .text.LL_SPI_Init:0000000000000000 $t
/tmp/cc532wt1.s:310 .text.LL_SPI_Init:0000000000000000 LL_SPI_Init
/tmp/cc532wt1.s:471 .text.LL_SPI_Init:0000000000000084 $d
/tmp/cc532wt1.s:477 .text.LL_SPI_StructInit:0000000000000000 $t
/tmp/cc532wt1.s:484 .text.LL_SPI_StructInit:0000000000000000 LL_SPI_StructInit
/tmp/cc532wt1.s:531 .text.LL_I2S_DeInit:0000000000000000 $t
/tmp/cc532wt1.s:538 .text.LL_I2S_DeInit:0000000000000000 LL_I2S_DeInit
/tmp/cc532wt1.s:561 .text.LL_I2S_Init:0000000000000000 $t
/tmp/cc532wt1.s:568 .text.LL_I2S_Init:0000000000000000 LL_I2S_Init
/tmp/cc532wt1.s:769 .text.LL_I2S_Init:00000000000000a4 $d
/tmp/cc532wt1.s:775 .text.LL_I2S_StructInit:0000000000000000 $t
/tmp/cc532wt1.s:782 .text.LL_I2S_StructInit:0000000000000000 LL_I2S_StructInit
/tmp/cc532wt1.s:816 .text.LL_I2S_ConfigPrescaler:0000000000000000 $t
/tmp/cc532wt1.s:823 .text.LL_I2S_ConfigPrescaler:0000000000000000 LL_I2S_ConfigPrescaler
/tmp/cc532wt1.s:857 .text.LL_I2S_ConfigPrescaler:0000000000000018 $d
/tmp/cc39pxGt.s:17 .text.LL_SPI_DeInit:0000000000000000 $t
/tmp/cc39pxGt.s:25 .text.LL_SPI_DeInit:0000000000000000 LL_SPI_DeInit
/tmp/cc39pxGt.s:292 .text.LL_SPI_DeInit:00000000000000b8 $d
/tmp/cc39pxGt.s:303 .text.LL_SPI_Init:0000000000000000 $t
/tmp/cc39pxGt.s:310 .text.LL_SPI_Init:0000000000000000 LL_SPI_Init
/tmp/cc39pxGt.s:471 .text.LL_SPI_Init:0000000000000084 $d
/tmp/cc39pxGt.s:477 .text.LL_SPI_StructInit:0000000000000000 $t
/tmp/cc39pxGt.s:484 .text.LL_SPI_StructInit:0000000000000000 LL_SPI_StructInit
/tmp/cc39pxGt.s:531 .text.LL_I2S_DeInit:0000000000000000 $t
/tmp/cc39pxGt.s:538 .text.LL_I2S_DeInit:0000000000000000 LL_I2S_DeInit
/tmp/cc39pxGt.s:561 .text.LL_I2S_Init:0000000000000000 $t
/tmp/cc39pxGt.s:568 .text.LL_I2S_Init:0000000000000000 LL_I2S_Init
/tmp/cc39pxGt.s:769 .text.LL_I2S_Init:00000000000000a4 $d
/tmp/cc39pxGt.s:775 .text.LL_I2S_StructInit:0000000000000000 $t
/tmp/cc39pxGt.s:782 .text.LL_I2S_StructInit:0000000000000000 LL_I2S_StructInit
/tmp/cc39pxGt.s:816 .text.LL_I2S_ConfigPrescaler:0000000000000000 $t
/tmp/cc39pxGt.s:823 .text.LL_I2S_ConfigPrescaler:0000000000000000 LL_I2S_ConfigPrescaler
/tmp/cc39pxGt.s:857 .text.LL_I2S_ConfigPrescaler:0000000000000018 $d
UNDEFINED SYMBOLS
LL_RCC_GetI2SClockFreq