big refactoring and features added
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
ARM GAS /tmp/ccOhrhtS.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m7
|
||||
@ -58,7 +58,7 @@ ARM GAS /tmp/ccVg7Rz4.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/ccVg7Rz4.s page 2
|
||||
ARM GAS /tmp/ccOhrhtS.s page 2
|
||||
|
||||
|
||||
31:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** /** @addtogroup STM32F7xx_LL_Driver
|
||||
@ -118,7 +118,7 @@ ARM GAS /tmp/ccVg7Rz4.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/ccVg7Rz4.s page 3
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 4
|
||||
ARM GAS /tmp/ccOhrhtS.s page 4
|
||||
|
||||
|
||||
136:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c ****
|
||||
@ -238,7 +238,7 @@ ARM GAS /tmp/ccVg7Rz4.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/ccVg7Rz4.s page 5
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 6
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 7
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 8
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 9
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 10
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 11
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 12
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 13
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 14
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 15
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 16
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 17
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 18
|
||||
ARM GAS /tmp/ccOhrhtS.s page 18
|
||||
|
||||
|
||||
664:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /**
|
||||
@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccVg7Rz4.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/ccVg7Rz4.s page 19
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 20
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 21
|
||||
ARM GAS /tmp/ccOhrhtS.s page 21
|
||||
|
||||
|
||||
835:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** (void)tmpreg;
|
||||
@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccVg7Rz4.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/ccVg7Rz4.s page 22
|
||||
ARM GAS /tmp/ccOhrhtS.s page 22
|
||||
|
||||
|
||||
892:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /**
|
||||
@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccVg7Rz4.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/ccVg7Rz4.s page 23
|
||||
ARM GAS /tmp/ccOhrhtS.s page 23
|
||||
|
||||
|
||||
949:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** *
|
||||
@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccVg7Rz4.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/ccVg7Rz4.s page 24
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 25
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 26
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 27
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 28
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 29
|
||||
ARM GAS /tmp/ccOhrhtS.s page 29
|
||||
|
||||
|
||||
1291:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** *
|
||||
@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccVg7Rz4.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/ccVg7Rz4.s page 30
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 31
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 32
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 33
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 34
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 35
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 36
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 37
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 38
|
||||
ARM GAS /tmp/ccOhrhtS.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/ccVg7Rz4.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/ccVg7Rz4.s page 39
|
||||
ARM GAS /tmp/ccOhrhtS.s page 39
|
||||
|
||||
|
||||
121 0040 E3E7 b .L2
|
||||
@ -2338,7 +2338,7 @@ ARM GAS /tmp/ccVg7Rz4.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/ccVg7Rz4.s page 40
|
||||
ARM GAS /tmp/ccOhrhtS.s page 40
|
||||
|
||||
|
||||
165 0060 41F40041 orr r1, r1, #32768
|
||||
@ -2398,7 +2398,7 @@ ARM GAS /tmp/ccVg7Rz4.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/ccVg7Rz4.s page 41
|
||||
ARM GAS /tmp/ccOhrhtS.s page 41
|
||||
|
||||
|
||||
209 .loc 2 1827 3 view .LVU56
|
||||
@ -2458,7 +2458,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
253 00a0 BFE7 b .L6
|
||||
254 .LVL24:
|
||||
255 .L14:
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 42
|
||||
ARM GAS /tmp/ccOhrhtS.s page 42
|
||||
|
||||
|
||||
204:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c ****
|
||||
@ -2518,7 +2518,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
302 .section .text.LL_SPI_Init,"ax",%progbits
|
||||
303 .align 1
|
||||
304 .global LL_SPI_Init
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 43
|
||||
ARM GAS /tmp/ccOhrhtS.s page 43
|
||||
|
||||
|
||||
305 .syntax unified
|
||||
@ -2578,7 +2578,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
332 .LBB58:
|
||||
333 .LBI58:
|
||||
334 .file 3 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h"
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 44
|
||||
ARM GAS /tmp/ccOhrhtS.s page 44
|
||||
|
||||
|
||||
1:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
|
||||
@ -2638,7 +2638,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
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
|
||||
57:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 45
|
||||
ARM GAS /tmp/ccOhrhtS.s page 45
|
||||
|
||||
|
||||
58:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** This feature can be modified afterwards using unitary func
|
||||
@ -2698,7 +2698,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
112:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
113:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /* Exported constants --------------------------------------------------------*/
|
||||
114:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /** @defgroup SPI_LL_Exported_Constants SPI Exported Constants
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 46
|
||||
ARM GAS /tmp/ccOhrhtS.s page 46
|
||||
|
||||
|
||||
115:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @{
|
||||
@ -2758,7 +2758,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
169:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
|
||||
170:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
171:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /** @defgroup SPI_LL_EC_POLARITY Clock Polarity
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 47
|
||||
ARM GAS /tmp/ccOhrhtS.s page 47
|
||||
|
||||
|
||||
172:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @{
|
||||
@ -2818,7 +2818,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
226:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @{
|
||||
227:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
|
||||
228:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #define LL_SPI_DATAWIDTH_4BIT (SPI_CR2_DS_0 | SPI_CR2_DS_1)
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 48
|
||||
ARM GAS /tmp/ccOhrhtS.s page 48
|
||||
|
||||
|
||||
229:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #define LL_SPI_DATAWIDTH_5BIT (SPI_CR2_DS_2)
|
||||
@ -2878,7 +2878,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
283:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
|
||||
284:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
285:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /** @defgroup SPI_LL_EC_TX_FIFO TX FIFO Level
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 49
|
||||
ARM GAS /tmp/ccOhrhtS.s page 49
|
||||
|
||||
|
||||
286:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @{
|
||||
@ -2938,7 +2938,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
340:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @}
|
||||
341:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
|
||||
342:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 50
|
||||
ARM GAS /tmp/ccOhrhtS.s page 50
|
||||
|
||||
|
||||
343:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /* Exported functions --------------------------------------------------------*/
|
||||
@ -2998,7 +2998,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
347 .LCFI0:
|
||||
348 .cfi_def_cfa_offset 4
|
||||
349 .cfi_offset 4, -4
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 51
|
||||
ARM GAS /tmp/ccOhrhtS.s page 51
|
||||
|
||||
|
||||
350 .LVL30:
|
||||
@ -3058,7 +3058,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
379 003c B1F816C0 ldrh ip, [r1, #22]
|
||||
380 0040 40EA0C00 orr r0, r0, ip
|
||||
381 0044 0243 orrs r2, r2, r0
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 52
|
||||
ARM GAS /tmp/ccOhrhtS.s page 52
|
||||
|
||||
|
||||
382 0046 5A60 str r2, [r3, #4]
|
||||
@ -3118,7 +3118,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
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:
|
||||
422:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @arg @ref LL_SPI_PROTOCOL_MOTOROLA
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 53
|
||||
ARM GAS /tmp/ccOhrhtS.s page 53
|
||||
|
||||
|
||||
423:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @arg @ref LL_SPI_PROTOCOL_TI
|
||||
@ -3178,7 +3178,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
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
|
||||
479:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @param ClockPolarity This parameter can be one of the following values:
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 54
|
||||
ARM GAS /tmp/ccOhrhtS.s page 54
|
||||
|
||||
|
||||
480:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @arg @ref LL_SPI_POLARITY_LOW
|
||||
@ -3238,7 +3238,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
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
|
||||
536:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 55
|
||||
ARM GAS /tmp/ccOhrhtS.s page 55
|
||||
|
||||
|
||||
537:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** __STATIC_INLINE uint32_t LL_SPI_GetBaudRatePrescaler(SPI_TypeDef *SPIx)
|
||||
@ -3298,7 +3298,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
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
|
||||
593:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * CR1 BIDIMODE LL_SPI_GetTransferDirection\n
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 56
|
||||
ARM GAS /tmp/ccOhrhtS.s page 56
|
||||
|
||||
|
||||
594:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * CR1 BIDIOE LL_SPI_GetTransferDirection
|
||||
@ -3358,7 +3358,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
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
|
||||
650:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 57
|
||||
ARM GAS /tmp/ccOhrhtS.s page 57
|
||||
|
||||
|
||||
651:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** __STATIC_INLINE uint32_t LL_SPI_GetDataWidth(SPI_TypeDef *SPIx)
|
||||
@ -3418,7 +3418,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
414 .loc 1 290 3 is_stmt 1 view .LVU114
|
||||
415 0062 DA69 ldr r2, [r3, #28]
|
||||
416 0064 22F40062 bic r2, r2, #2048
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 58
|
||||
ARM GAS /tmp/ccOhrhtS.s page 58
|
||||
|
||||
|
||||
417 0068 DA61 str r2, [r3, #28]
|
||||
@ -3478,7 +3478,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
701:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** }
|
||||
702:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
703:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 59
|
||||
ARM GAS /tmp/ccOhrhtS.s page 59
|
||||
|
||||
|
||||
704:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief Disable CRC
|
||||
@ -3538,7 +3538,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
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
|
||||
760:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @retval None
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 60
|
||||
ARM GAS /tmp/ccOhrhtS.s page 60
|
||||
|
||||
|
||||
761:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
|
||||
@ -3598,7 +3598,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
467 .L28:
|
||||
468 .align 2
|
||||
469 .L27:
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 61
|
||||
ARM GAS /tmp/ccOhrhtS.s page 61
|
||||
|
||||
|
||||
470 0084 4000FFFF .word -65472
|
||||
@ -3658,7 +3658,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
309:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** SPI_InitStruct->BaudRate = LL_SPI_BAUDRATEPRESCALER_DIV2;
|
||||
510 .loc 1 309 3 is_stmt 1 view .LVU142
|
||||
511 .loc 1 309 37 is_stmt 0 view .LVU143
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 62
|
||||
ARM GAS /tmp/ccOhrhtS.s page 62
|
||||
|
||||
|
||||
512 0012 8361 str r3, [r0, #24]
|
||||
@ -3718,7 +3718,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
340:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** SPI_I2SCFGR_I2SCFG | SPI_I2SCFGR_I2SMOD )
|
||||
341:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c ****
|
||||
342:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** #define I2S_I2SPR_CLEAR_MASK 0x0002U
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 63
|
||||
ARM GAS /tmp/ccOhrhtS.s page 63
|
||||
|
||||
|
||||
343:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** /**
|
||||
@ -3778,7 +3778,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
397:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** * @brief De-initialize the SPI/I2S registers to their default reset values.
|
||||
398:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** * @param SPIx SPI Instance
|
||||
399:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** * @retval An ErrorStatus enumeration value:
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 64
|
||||
ARM GAS /tmp/ccOhrhtS.s page 64
|
||||
|
||||
|
||||
400:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** * - SUCCESS: SPI registers are de-initialized
|
||||
@ -3838,7 +3838,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
574 .cfi_def_cfa_offset 24
|
||||
575 .cfi_offset 3, -24
|
||||
576 .cfi_offset 4, -20
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 65
|
||||
ARM GAS /tmp/ccOhrhtS.s page 65
|
||||
|
||||
|
||||
577 .cfi_offset 5, -16
|
||||
@ -3898,7 +3898,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
794:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @retval Returned value is a number between Min_Data = 0x00 and Max_Data = 0xFFFF
|
||||
795:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
|
||||
796:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** __STATIC_INLINE uint32_t LL_SPI_GetRxCRC(SPI_TypeDef *SPIx)
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 66
|
||||
ARM GAS /tmp/ccOhrhtS.s page 66
|
||||
|
||||
|
||||
797:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** {
|
||||
@ -3958,7 +3958,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
851:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** uint32_t Ssoe = (READ_BIT(SPIx->CR2, SPI_CR2_SSOE) << 16U);
|
||||
852:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** return (Ssm | Ssoe);
|
||||
853:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** }
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 67
|
||||
ARM GAS /tmp/ccOhrhtS.s page 67
|
||||
|
||||
|
||||
854:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
@ -4018,7 +4018,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
908:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** }
|
||||
909:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
910:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 68
|
||||
ARM GAS /tmp/ccOhrhtS.s page 68
|
||||
|
||||
|
||||
911:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief Check if Tx buffer is empty
|
||||
@ -4078,7 +4078,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
965:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @retval State of bit (1 or 0).
|
||||
966:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
|
||||
967:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_BSY(SPI_TypeDef *SPIx)
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 69
|
||||
ARM GAS /tmp/ccOhrhtS.s page 69
|
||||
|
||||
|
||||
968:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** {
|
||||
@ -4138,7 +4138,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
1022:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** }
|
||||
1023:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
1024:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 70
|
||||
ARM GAS /tmp/ccOhrhtS.s page 70
|
||||
|
||||
|
||||
1025:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief Clear mode fault error flag
|
||||
@ -4198,7 +4198,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
1079:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
|
||||
1080:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief Enable error interrupt
|
||||
1081:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @note This bit controls the generation of an interrupt when an error condition occurs (CRCERR
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 71
|
||||
ARM GAS /tmp/ccOhrhtS.s page 71
|
||||
|
||||
|
||||
1082:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @rmtoll CR2 ERRIE LL_SPI_EnableIT_ERR
|
||||
@ -4258,7 +4258,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
1136:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
|
||||
1137:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief Disable Tx buffer empty interrupt
|
||||
1138:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @rmtoll CR2 TXEIE LL_SPI_DisableIT_TXE
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 72
|
||||
ARM GAS /tmp/ccOhrhtS.s page 72
|
||||
|
||||
|
||||
1139:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @param SPIx SPI Instance
|
||||
@ -4318,7 +4318,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
1193:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
|
||||
1194:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** __STATIC_INLINE void LL_SPI_EnableDMAReq_RX(SPI_TypeDef *SPIx)
|
||||
1195:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** {
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 73
|
||||
ARM GAS /tmp/ccOhrhtS.s page 73
|
||||
|
||||
|
||||
1196:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** SET_BIT(SPIx->CR2, SPI_CR2_RXDMAEN);
|
||||
@ -4378,7 +4378,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
1250:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** {
|
||||
1251:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** return ((READ_BIT(SPIx->CR2, SPI_CR2_TXDMAEN) == (SPI_CR2_TXDMAEN)) ? 1UL : 0UL);
|
||||
1252:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** }
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 74
|
||||
ARM GAS /tmp/ccOhrhtS.s page 74
|
||||
|
||||
|
||||
1253:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
@ -4438,7 +4438,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
1307:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
1308:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
|
||||
1309:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief Get the data register address used for DMA transfer
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 75
|
||||
ARM GAS /tmp/ccOhrhtS.s page 75
|
||||
|
||||
|
||||
1310:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @rmtoll DR DR LL_SPI_DMA_GetRegAddr
|
||||
@ -4498,7 +4498,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
1364:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** }
|
||||
1365:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
1366:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 76
|
||||
ARM GAS /tmp/ccOhrhtS.s page 76
|
||||
|
||||
|
||||
1367:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief Write 16-Bits in the data register
|
||||
@ -4558,7 +4558,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
1421:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
|
||||
1422:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief I2S Init structure definition
|
||||
1423:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 77
|
||||
ARM GAS /tmp/ccOhrhtS.s page 77
|
||||
|
||||
|
||||
1424:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
@ -4618,7 +4618,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
1478:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #define LL_I2S_SR_RXNE LL_SPI_SR_RXNE /*!< Rx buffer not empty flag
|
||||
1479:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #define LL_I2S_SR_TXE LL_SPI_SR_TXE /*!< Tx buffer empty flag
|
||||
1480:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #define LL_I2S_SR_BSY LL_SPI_SR_BSY /*!< Busy flag
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 78
|
||||
ARM GAS /tmp/ccOhrhtS.s page 78
|
||||
|
||||
|
||||
1481:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #define LL_I2S_SR_UDR SPI_SR_UDR /*!< Underrun flag
|
||||
@ -4678,7 +4678,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
1535:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #define LL_I2S_MODE_SLAVE_RX (SPI_I2SCFGR_I2SCFG_0) /*!< Slave
|
||||
1536:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #define LL_I2S_MODE_MASTER_TX (SPI_I2SCFGR_I2SCFG_1) /*!< Maste
|
||||
1537:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** #define LL_I2S_MODE_MASTER_RX (SPI_I2SCFGR_I2SCFG_0 | SPI_I2SCFGR_I2SCFG_1) /*!< Maste
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 79
|
||||
ARM GAS /tmp/ccOhrhtS.s page 79
|
||||
|
||||
|
||||
1538:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
|
||||
@ -4738,7 +4738,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
1592:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** */
|
||||
1593:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
1594:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 80
|
||||
ARM GAS /tmp/ccOhrhtS.s page 80
|
||||
|
||||
|
||||
1595:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** * @brief Write a value in I2S register
|
||||
@ -4798,7 +4798,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
1649:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_I2SMOD | SPI_I2SCFGR_I2SE);
|
||||
1650:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** }
|
||||
1651:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h ****
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 81
|
||||
ARM GAS /tmp/ccOhrhtS.s page 81
|
||||
|
||||
|
||||
1652:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_spi.h **** /**
|
||||
@ -4858,7 +4858,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
452:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c ****
|
||||
453:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** /*---------------------------- SPIx I2SPR Configuration ----------------------
|
||||
454:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** * Configure SPIx I2SPR with parameters:
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 82
|
||||
ARM GAS /tmp/ccOhrhtS.s page 82
|
||||
|
||||
|
||||
455:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** * - MCLKOutput: SPI_I2SPR_MCKOE bit
|
||||
@ -4918,7 +4918,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
480:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** {
|
||||
481:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** /* MCLK output is enabled */
|
||||
482:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** tmp = (((((sourceclock / 256U) * 10U) / I2S_InitStruct->AudioFreq)) + 5U);
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 83
|
||||
ARM GAS /tmp/ccOhrhtS.s page 83
|
||||
|
||||
|
||||
483:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** }
|
||||
@ -4978,7 +4978,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
692 006a 1202 lsls r2, r2, #8
|
||||
693 .LVL56:
|
||||
694 .L34:
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 84
|
||||
ARM GAS /tmp/ccOhrhtS.s page 84
|
||||
|
||||
|
||||
501:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** }
|
||||
@ -5038,7 +5038,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
729 0084 000A lsrs r0, r0, #8
|
||||
730 .LVL63:
|
||||
482:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** }
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 85
|
||||
ARM GAS /tmp/ccOhrhtS.s page 85
|
||||
|
||||
|
||||
731 .loc 1 482 40 view .LVU220
|
||||
@ -5098,7 +5098,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
778 .LVL70:
|
||||
779 .LFB456:
|
||||
518:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c ****
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 86
|
||||
ARM GAS /tmp/ccOhrhtS.s page 86
|
||||
|
||||
|
||||
519:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** /**
|
||||
@ -5158,7 +5158,7 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
535:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c ****
|
||||
536:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** /**
|
||||
537:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** * @brief Set linear and parity prescaler.
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 87
|
||||
ARM GAS /tmp/ccOhrhtS.s page 87
|
||||
|
||||
|
||||
538:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_spi.c **** * @note To calculate value of PrescalerLinear(I2SDIV[7:0] bits) and PrescalerParity(ODD bit)\n
|
||||
@ -5206,28 +5206,28 @@ ARM GAS /tmp/ccVg7Rz4.s page 1
|
||||
844 .file 5 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h"
|
||||
845 .file 6 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h"
|
||||
846 .file 7 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rcc.h"
|
||||
ARM GAS /tmp/ccVg7Rz4.s page 88
|
||||
ARM GAS /tmp/ccOhrhtS.s page 88
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 stm32f7xx_ll_spi.c
|
||||
/tmp/ccVg7Rz4.s:20 .text.LL_SPI_DeInit:00000000 $t
|
||||
/tmp/ccVg7Rz4.s:26 .text.LL_SPI_DeInit:00000000 LL_SPI_DeInit
|
||||
/tmp/ccVg7Rz4.s:292 .text.LL_SPI_DeInit:000000b8 $d
|
||||
/tmp/ccVg7Rz4.s:303 .text.LL_SPI_Init:00000000 $t
|
||||
/tmp/ccVg7Rz4.s:309 .text.LL_SPI_Init:00000000 LL_SPI_Init
|
||||
/tmp/ccVg7Rz4.s:470 .text.LL_SPI_Init:00000084 $d
|
||||
/tmp/ccVg7Rz4.s:476 .text.LL_SPI_StructInit:00000000 $t
|
||||
/tmp/ccVg7Rz4.s:482 .text.LL_SPI_StructInit:00000000 LL_SPI_StructInit
|
||||
/tmp/ccVg7Rz4.s:529 .text.LL_I2S_DeInit:00000000 $t
|
||||
/tmp/ccVg7Rz4.s:535 .text.LL_I2S_DeInit:00000000 LL_I2S_DeInit
|
||||
/tmp/ccVg7Rz4.s:558 .text.LL_I2S_Init:00000000 $t
|
||||
/tmp/ccVg7Rz4.s:564 .text.LL_I2S_Init:00000000 LL_I2S_Init
|
||||
/tmp/ccVg7Rz4.s:765 .text.LL_I2S_Init:000000a4 $d
|
||||
/tmp/ccVg7Rz4.s:771 .text.LL_I2S_StructInit:00000000 $t
|
||||
/tmp/ccVg7Rz4.s:777 .text.LL_I2S_StructInit:00000000 LL_I2S_StructInit
|
||||
/tmp/ccVg7Rz4.s:811 .text.LL_I2S_ConfigPrescaler:00000000 $t
|
||||
/tmp/ccVg7Rz4.s:817 .text.LL_I2S_ConfigPrescaler:00000000 LL_I2S_ConfigPrescaler
|
||||
/tmp/ccOhrhtS.s:20 .text.LL_SPI_DeInit:00000000 $t
|
||||
/tmp/ccOhrhtS.s:26 .text.LL_SPI_DeInit:00000000 LL_SPI_DeInit
|
||||
/tmp/ccOhrhtS.s:292 .text.LL_SPI_DeInit:000000b8 $d
|
||||
/tmp/ccOhrhtS.s:303 .text.LL_SPI_Init:00000000 $t
|
||||
/tmp/ccOhrhtS.s:309 .text.LL_SPI_Init:00000000 LL_SPI_Init
|
||||
/tmp/ccOhrhtS.s:470 .text.LL_SPI_Init:00000084 $d
|
||||
/tmp/ccOhrhtS.s:476 .text.LL_SPI_StructInit:00000000 $t
|
||||
/tmp/ccOhrhtS.s:482 .text.LL_SPI_StructInit:00000000 LL_SPI_StructInit
|
||||
/tmp/ccOhrhtS.s:529 .text.LL_I2S_DeInit:00000000 $t
|
||||
/tmp/ccOhrhtS.s:535 .text.LL_I2S_DeInit:00000000 LL_I2S_DeInit
|
||||
/tmp/ccOhrhtS.s:558 .text.LL_I2S_Init:00000000 $t
|
||||
/tmp/ccOhrhtS.s:564 .text.LL_I2S_Init:00000000 LL_I2S_Init
|
||||
/tmp/ccOhrhtS.s:765 .text.LL_I2S_Init:000000a4 $d
|
||||
/tmp/ccOhrhtS.s:771 .text.LL_I2S_StructInit:00000000 $t
|
||||
/tmp/ccOhrhtS.s:777 .text.LL_I2S_StructInit:00000000 LL_I2S_StructInit
|
||||
/tmp/ccOhrhtS.s:811 .text.LL_I2S_ConfigPrescaler:00000000 $t
|
||||
/tmp/ccOhrhtS.s:817 .text.LL_I2S_ConfigPrescaler:00000000 LL_I2S_ConfigPrescaler
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
LL_RCC_GetI2SClockFreq
|
||||
|
||||
Reference in New Issue
Block a user