solved laser current setup timing issue
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
ARM GAS /tmp/ccgl8w9S.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m7
|
||||
@ -58,7 +58,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
28:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** #endif /* USE_FULL_ASSERT */
|
||||
29:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c ****
|
||||
30:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** /** @addtogroup STM32F7xx_LL_Driver
|
||||
ARM GAS /tmp/ccYWTfXg.s page 2
|
||||
ARM GAS /tmp/ccgl8w9S.s page 2
|
||||
|
||||
|
||||
31:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * @{
|
||||
@ -118,7 +118,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
85:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c ****
|
||||
86:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** #define IS_LL_USART_CLOCKPHASE(__VALUE__) (((__VALUE__) == LL_USART_PHASE_1EDGE) \
|
||||
87:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** || ((__VALUE__) == LL_USART_PHASE_2EDGE))
|
||||
ARM GAS /tmp/ccYWTfXg.s page 3
|
||||
ARM GAS /tmp/ccgl8w9S.s page 3
|
||||
|
||||
|
||||
88:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c ****
|
||||
@ -178,7 +178,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
36 .loc 1 134 3 view .LVU3
|
||||
37 .loc 1 134 6 is_stmt 0 view .LVU4
|
||||
38 0000 3C4B ldr r3, .L19
|
||||
ARM GAS /tmp/ccYWTfXg.s page 4
|
||||
ARM GAS /tmp/ccgl8w9S.s page 4
|
||||
|
||||
|
||||
39 0002 9842 cmp r0, r3
|
||||
@ -238,7 +238,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
167:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** {
|
||||
168:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** /* Force reset of UART clock */
|
||||
169:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_UART5);
|
||||
ARM GAS /tmp/ccYWTfXg.s page 5
|
||||
ARM GAS /tmp/ccgl8w9S.s page 5
|
||||
|
||||
|
||||
170:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c ****
|
||||
@ -298,7 +298,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
80 .loc 1 204 1 is_stmt 0 view .LVU21
|
||||
81 0032 7047 bx lr
|
||||
82 .LVL2:
|
||||
ARM GAS /tmp/ccYWTfXg.s page 6
|
||||
ARM GAS /tmp/ccgl8w9S.s page 6
|
||||
|
||||
|
||||
83 .L11:
|
||||
@ -358,7 +358,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
49:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
|
||||
50:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #if defined(RCC)
|
||||
51:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
|
||||
ARM GAS /tmp/ccYWTfXg.s page 7
|
||||
ARM GAS /tmp/ccgl8w9S.s page 7
|
||||
|
||||
|
||||
52:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /** @defgroup BUS_LL BUS
|
||||
@ -418,7 +418,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
106:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @}
|
||||
107:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** */
|
||||
108:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
|
||||
ARM GAS /tmp/ccYWTfXg.s page 8
|
||||
ARM GAS /tmp/ccgl8w9S.s page 8
|
||||
|
||||
|
||||
109:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /** @defgroup BUS_LL_EC_AHB2_GRP1_PERIPH AHB2 GRP1 PERIPH
|
||||
@ -478,7 +478,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
163:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #endif /* SPDIFRX */
|
||||
164:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB1_GRP1_PERIPH_USART2 RCC_APB1ENR_USART2EN
|
||||
165:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB1_GRP1_PERIPH_USART3 RCC_APB1ENR_USART3EN
|
||||
ARM GAS /tmp/ccYWTfXg.s page 9
|
||||
ARM GAS /tmp/ccgl8w9S.s page 9
|
||||
|
||||
|
||||
166:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB1_GRP1_PERIPH_UART4 RCC_APB1ENR_UART4EN
|
||||
@ -538,7 +538,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
220:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB2_GRP1_PERIPH_SAI1 RCC_APB2ENR_SAI1EN
|
||||
221:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB2_GRP1_PERIPH_SAI2 RCC_APB2ENR_SAI2EN
|
||||
222:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #if defined(LTDC)
|
||||
ARM GAS /tmp/ccYWTfXg.s page 10
|
||||
ARM GAS /tmp/ccgl8w9S.s page 10
|
||||
|
||||
|
||||
223:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB2_GRP1_PERIPH_LTDC RCC_APB2ENR_LTDCEN
|
||||
@ -598,7 +598,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
277:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR ETHMACRXEN LL_AHB1_GRP1_EnableClock\n
|
||||
278:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR ETHMACPTPEN LL_AHB1_GRP1_EnableClock\n
|
||||
279:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR OTGHSEN LL_AHB1_GRP1_EnableClock\n
|
||||
ARM GAS /tmp/ccYWTfXg.s page 11
|
||||
ARM GAS /tmp/ccgl8w9S.s page 11
|
||||
|
||||
|
||||
280:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR OTGHSULPIEN LL_AHB1_GRP1_EnableClock
|
||||
@ -658,7 +658,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
334:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR DMA1EN LL_AHB1_GRP1_IsEnabledClock\n
|
||||
335:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR DMA2EN LL_AHB1_GRP1_IsEnabledClock\n
|
||||
336:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR DMA2DEN LL_AHB1_GRP1_IsEnabledClock\n
|
||||
ARM GAS /tmp/ccYWTfXg.s page 12
|
||||
ARM GAS /tmp/ccgl8w9S.s page 12
|
||||
|
||||
|
||||
337:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR ETHMACEN LL_AHB1_GRP1_IsEnabledClock\n
|
||||
@ -718,7 +718,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
391:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR DTCMRAMEN LL_AHB1_GRP1_DisableClock\n
|
||||
392:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR DMA1EN LL_AHB1_GRP1_DisableClock\n
|
||||
393:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR DMA2EN LL_AHB1_GRP1_DisableClock\n
|
||||
ARM GAS /tmp/ccYWTfXg.s page 13
|
||||
ARM GAS /tmp/ccgl8w9S.s page 13
|
||||
|
||||
|
||||
394:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR DMA2DEN LL_AHB1_GRP1_DisableClock\n
|
||||
@ -778,7 +778,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
448:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR DMA1RST LL_AHB1_GRP1_ForceReset\n
|
||||
449:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR DMA2RST LL_AHB1_GRP1_ForceReset\n
|
||||
450:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR DMA2DRST LL_AHB1_GRP1_ForceReset\n
|
||||
ARM GAS /tmp/ccYWTfXg.s page 14
|
||||
ARM GAS /tmp/ccgl8w9S.s page 14
|
||||
|
||||
|
||||
451:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR ETHMACRST LL_AHB1_GRP1_ForceReset\n
|
||||
@ -838,7 +838,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
505:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB1_GRP1_PERIPH_GPIOD
|
||||
506:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB1_GRP1_PERIPH_GPIOE
|
||||
507:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB1_GRP1_PERIPH_GPIOF
|
||||
ARM GAS /tmp/ccYWTfXg.s page 15
|
||||
ARM GAS /tmp/ccgl8w9S.s page 15
|
||||
|
||||
|
||||
508:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB1_GRP1_PERIPH_GPIOG
|
||||
@ -898,7 +898,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
562:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB1_GRP1_PERIPH_GPIOE
|
||||
563:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB1_GRP1_PERIPH_GPIOF
|
||||
564:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB1_GRP1_PERIPH_GPIOG
|
||||
ARM GAS /tmp/ccYWTfXg.s page 16
|
||||
ARM GAS /tmp/ccgl8w9S.s page 16
|
||||
|
||||
|
||||
565:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB1_GRP1_PERIPH_GPIOH
|
||||
@ -958,7 +958,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
619:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR DMA2LPEN LL_AHB1_GRP1_DisableClockLowPower\n
|
||||
620:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR DMA2DLPEN LL_AHB1_GRP1_DisableClockLowPower\n
|
||||
621:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR ETHMACLPEN LL_AHB1_GRP1_DisableClockLowPower\n
|
||||
ARM GAS /tmp/ccYWTfXg.s page 17
|
||||
ARM GAS /tmp/ccgl8w9S.s page 17
|
||||
|
||||
|
||||
622:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR ETHMACTXLPEN LL_AHB1_GRP1_DisableClockLowPower\n
|
||||
@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
676:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB2ENR CRYPEN LL_AHB2_GRP1_EnableClock\n
|
||||
677:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB2ENR AESEN LL_AHB2_GRP1_EnableClock\n
|
||||
678:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB2ENR HASHEN LL_AHB2_GRP1_EnableClock\n
|
||||
ARM GAS /tmp/ccYWTfXg.s page 18
|
||||
ARM GAS /tmp/ccgl8w9S.s page 18
|
||||
|
||||
|
||||
679:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB2ENR RNGEN LL_AHB2_GRP1_EnableClock\n
|
||||
@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
733:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB2ENR AESEN LL_AHB2_GRP1_DisableClock\n
|
||||
734:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB2ENR HASHEN LL_AHB2_GRP1_DisableClock\n
|
||||
735:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB2ENR RNGEN LL_AHB2_GRP1_DisableClock\n
|
||||
ARM GAS /tmp/ccYWTfXg.s page 19
|
||||
ARM GAS /tmp/ccgl8w9S.s page 19
|
||||
|
||||
|
||||
736:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB2ENR OTGFSEN LL_AHB2_GRP1_DisableClock
|
||||
@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
790:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @param Periphs This parameter can be a combination of the following values:
|
||||
791:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB2_GRP1_PERIPH_ALL
|
||||
792:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB2_GRP1_PERIPH_DCMI (*)
|
||||
ARM GAS /tmp/ccYWTfXg.s page 20
|
||||
ARM GAS /tmp/ccgl8w9S.s page 20
|
||||
|
||||
|
||||
793:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB2_GRP1_PERIPH_JPEG (*)
|
||||
@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
847:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @param Periphs This parameter can be a combination of the following values:
|
||||
848:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB2_GRP1_PERIPH_DCMI (*)
|
||||
849:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB2_GRP1_PERIPH_JPEG (*)
|
||||
ARM GAS /tmp/ccYWTfXg.s page 21
|
||||
ARM GAS /tmp/ccgl8w9S.s page 21
|
||||
|
||||
|
||||
850:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB2_GRP1_PERIPH_CRYP (*)
|
||||
@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
904:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** {
|
||||
905:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** return (READ_BIT(RCC->AHB3ENR, Periphs) == Periphs);
|
||||
906:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** }
|
||||
ARM GAS /tmp/ccYWTfXg.s page 22
|
||||
ARM GAS /tmp/ccgl8w9S.s page 22
|
||||
|
||||
|
||||
907:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
|
||||
@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
961:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB3LPENR QSPILPEN LL_AHB3_GRP1_EnableClockLowPower
|
||||
962:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @param Periphs This parameter can be a combination of the following values:
|
||||
963:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB3_GRP1_PERIPH_FMC (*)
|
||||
ARM GAS /tmp/ccYWTfXg.s page 23
|
||||
ARM GAS /tmp/ccgl8w9S.s page 23
|
||||
|
||||
|
||||
964:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB3_GRP1_PERIPH_QSPI
|
||||
@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1018:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR USART2EN LL_APB1_GRP1_EnableClock\n
|
||||
1019:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR USART3EN LL_APB1_GRP1_EnableClock\n
|
||||
1020:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR UART4EN LL_APB1_GRP1_EnableClock\n
|
||||
ARM GAS /tmp/ccYWTfXg.s page 24
|
||||
ARM GAS /tmp/ccgl8w9S.s page 24
|
||||
|
||||
|
||||
1021:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR UART5EN LL_APB1_GRP1_EnableClock\n
|
||||
@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1075:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /* Delay after an RCC peripheral clock enabling */
|
||||
1076:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** tmpreg = READ_BIT(RCC->APB1ENR, Periphs);
|
||||
1077:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** (void)tmpreg;
|
||||
ARM GAS /tmp/ccYWTfXg.s page 25
|
||||
ARM GAS /tmp/ccgl8w9S.s page 25
|
||||
|
||||
|
||||
1078:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** }
|
||||
@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1132:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_I2C1
|
||||
1133:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_I2C2
|
||||
1134:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_I2C3
|
||||
ARM GAS /tmp/ccYWTfXg.s page 26
|
||||
ARM GAS /tmp/ccgl8w9S.s page 26
|
||||
|
||||
|
||||
1135:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_I2C4 (*)
|
||||
@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1189:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_TIM3
|
||||
1190:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_TIM4
|
||||
1191:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_TIM5
|
||||
ARM GAS /tmp/ccYWTfXg.s page 27
|
||||
ARM GAS /tmp/ccgl8w9S.s page 27
|
||||
|
||||
|
||||
1192:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_TIM6
|
||||
@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1246:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR UART4RST LL_APB1_GRP1_ForceReset\n
|
||||
1247:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR UART5RST LL_APB1_GRP1_ForceReset\n
|
||||
1248:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR I2C1RST LL_APB1_GRP1_ForceReset\n
|
||||
ARM GAS /tmp/ccYWTfXg.s page 28
|
||||
ARM GAS /tmp/ccgl8w9S.s page 28
|
||||
|
||||
|
||||
1249:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR I2C2RST LL_APB1_GRP1_ForceReset\n
|
||||
@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1303:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR TIM3RST LL_APB1_GRP1_ReleaseReset\n
|
||||
1304:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR TIM4RST LL_APB1_GRP1_ReleaseReset\n
|
||||
1305:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR TIM5RST LL_APB1_GRP1_ReleaseReset\n
|
||||
ARM GAS /tmp/ccYWTfXg.s page 29
|
||||
ARM GAS /tmp/ccgl8w9S.s page 29
|
||||
|
||||
|
||||
1306:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR TIM6RST LL_APB1_GRP1_ReleaseReset\n
|
||||
@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1360:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_DAC1
|
||||
1361:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_UART7
|
||||
1362:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_UART8
|
||||
ARM GAS /tmp/ccYWTfXg.s page 30
|
||||
ARM GAS /tmp/ccgl8w9S.s page 30
|
||||
|
||||
|
||||
1363:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** *
|
||||
@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1417:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_SPI2
|
||||
1418:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_SPI3
|
||||
1419:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_SPDIFRX (*)
|
||||
ARM GAS /tmp/ccYWTfXg.s page 31
|
||||
ARM GAS /tmp/ccgl8w9S.s page 31
|
||||
|
||||
|
||||
1420:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_USART2
|
||||
@ -1858,7 +1858,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1474:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR CAN1LPEN LL_APB1_GRP1_DisableClockLowPower\n
|
||||
1475:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR CAN2LPEN LL_APB1_GRP1_DisableClockLowPower\n
|
||||
1476:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR CAN3LPEN LL_APB1_GRP1_DisableClockLowPower\n
|
||||
ARM GAS /tmp/ccYWTfXg.s page 32
|
||||
ARM GAS /tmp/ccgl8w9S.s page 32
|
||||
|
||||
|
||||
1477:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR CECLPEN LL_APB1_GRP1_DisableClockLowPower\n
|
||||
@ -1918,7 +1918,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1531:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
|
||||
1532:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /**
|
||||
1533:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @brief Enable APB2 peripherals clock.
|
||||
ARM GAS /tmp/ccYWTfXg.s page 33
|
||||
ARM GAS /tmp/ccgl8w9S.s page 33
|
||||
|
||||
|
||||
1534:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @rmtoll APB2ENR TIM1EN LL_APB2_GRP1_EnableClock\n
|
||||
@ -1978,7 +1978,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1588:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** {
|
||||
1589:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** __IO uint32_t tmpreg;
|
||||
1590:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** SET_BIT(RCC->APB2ENR, Periphs);
|
||||
ARM GAS /tmp/ccYWTfXg.s page 34
|
||||
ARM GAS /tmp/ccgl8w9S.s page 34
|
||||
|
||||
|
||||
1591:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /* Delay after an RCC peripheral clock enabling */
|
||||
@ -2038,7 +2038,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1645:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_MDIO (*)
|
||||
1646:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_OTGPHYC (*)
|
||||
1647:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** *
|
||||
ARM GAS /tmp/ccYWTfXg.s page 35
|
||||
ARM GAS /tmp/ccgl8w9S.s page 35
|
||||
|
||||
|
||||
1648:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * (*) value not defined in all devices.
|
||||
@ -2098,7 +2098,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1702:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_LTDC (*)
|
||||
1703:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_DSI (*)
|
||||
1704:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_DFSDM1 (*)
|
||||
ARM GAS /tmp/ccYWTfXg.s page 36
|
||||
ARM GAS /tmp/ccgl8w9S.s page 36
|
||||
|
||||
|
||||
1705:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_MDIO (*)
|
||||
@ -2158,7 +2158,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1759:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_LTDC (*)
|
||||
1760:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_DSI (*)
|
||||
1761:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_DFSDM1 (*)
|
||||
ARM GAS /tmp/ccYWTfXg.s page 37
|
||||
ARM GAS /tmp/ccgl8w9S.s page 37
|
||||
|
||||
|
||||
1762:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_MDIO (*)
|
||||
@ -2218,7 +2218,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1801:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_USART1
|
||||
1802:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_USART6
|
||||
1803:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_ADC
|
||||
ARM GAS /tmp/ccYWTfXg.s page 38
|
||||
ARM GAS /tmp/ccgl8w9S.s page 38
|
||||
|
||||
|
||||
1804:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_SDMMC1
|
||||
@ -2278,7 +2278,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
127 .loc 2 1297 3 view .LVU34
|
||||
128 004c 03F5FA33 add r3, r3, #128000
|
||||
129 0050 1A6A ldr r2, [r3, #32]
|
||||
ARM GAS /tmp/ccYWTfXg.s page 39
|
||||
ARM GAS /tmp/ccgl8w9S.s page 39
|
||||
|
||||
|
||||
130 0052 42F40032 orr r2, r2, #131072
|
||||
@ -2338,7 +2338,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
156:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** }
|
||||
173 .loc 1 156 5 is_stmt 1 view .LVU46
|
||||
174 .LBB58:
|
||||
ARM GAS /tmp/ccYWTfXg.s page 40
|
||||
ARM GAS /tmp/ccgl8w9S.s page 40
|
||||
|
||||
|
||||
175 .LBI58:
|
||||
@ -2398,7 +2398,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
217 008a 22F40022 bic r2, r2, #524288
|
||||
218 008e 1A62 str r2, [r3, #32]
|
||||
219 .LBE65:
|
||||
ARM GAS /tmp/ccYWTfXg.s page 41
|
||||
ARM GAS /tmp/ccgl8w9S.s page 41
|
||||
|
||||
|
||||
220 .LBE64:
|
||||
@ -2458,7 +2458,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1370:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
|
||||
263 .loc 2 1370 1 view .LVU70
|
||||
264 00aa 7047 bx lr
|
||||
ARM GAS /tmp/ccYWTfXg.s page 42
|
||||
ARM GAS /tmp/ccgl8w9S.s page 42
|
||||
|
||||
|
||||
265 .LVL17:
|
||||
@ -2518,7 +2518,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
309 .LBI80:
|
||||
1295:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** {
|
||||
310 .loc 2 1295 22 view .LVU83
|
||||
ARM GAS /tmp/ccYWTfXg.s page 43
|
||||
ARM GAS /tmp/ccgl8w9S.s page 43
|
||||
|
||||
|
||||
311 .LBB81:
|
||||
@ -2578,7 +2578,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
354 .LVL24:
|
||||
1297:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** }
|
||||
355 .loc 2 1297 3 is_stmt 0 view .LVU95
|
||||
ARM GAS /tmp/ccYWTfXg.s page 44
|
||||
ARM GAS /tmp/ccgl8w9S.s page 44
|
||||
|
||||
|
||||
356 .LBE87:
|
||||
@ -2638,7 +2638,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
209:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * @note As some bits in USART configuration registers can only be written when
|
||||
210:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * the USART is disabled (USART_CR1_UE bit =0), USART Peripheral should be in disabled sta
|
||||
211:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * this function. Otherwise, ERROR result will be returned.
|
||||
ARM GAS /tmp/ccYWTfXg.s page 45
|
||||
ARM GAS /tmp/ccgl8w9S.s page 45
|
||||
|
||||
|
||||
212:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * @note Baud rate value stored in USART_InitStruct BaudRate field, should be valid (different f
|
||||
@ -2698,7 +2698,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
2:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** ******************************************************************************
|
||||
3:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @file stm32f7xx_ll_usart.h
|
||||
4:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @author MCD Application Team
|
||||
ARM GAS /tmp/ccYWTfXg.s page 46
|
||||
ARM GAS /tmp/ccgl8w9S.s page 46
|
||||
|
||||
|
||||
5:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief Header file of USART LL module.
|
||||
@ -2758,7 +2758,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
59:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #endif /*USE_FULL_LL_DRIVER*/
|
||||
60:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
61:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /* Exported types ------------------------------------------------------------*/
|
||||
ARM GAS /tmp/ccYWTfXg.s page 47
|
||||
ARM GAS /tmp/ccgl8w9S.s page 47
|
||||
|
||||
|
||||
62:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #if defined(USE_FULL_LL_DRIVER)
|
||||
@ -2818,7 +2818,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
116:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
117:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief LL USART Clock Init Structure definition
|
||||
118:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
ARM GAS /tmp/ccYWTfXg.s page 48
|
||||
ARM GAS /tmp/ccgl8w9S.s page 48
|
||||
|
||||
|
||||
119:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** typedef struct
|
||||
@ -2878,7 +2878,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
173:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_ICR_TCBGTCF USART_ICR_TCBGTCF /*!< Transmission com
|
||||
174:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #endif /* USART_TCBGT_SUPPORT */
|
||||
175:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_ICR_LBDCF USART_ICR_LBDCF /*!< LIN break detect
|
||||
ARM GAS /tmp/ccYWTfXg.s page 49
|
||||
ARM GAS /tmp/ccgl8w9S.s page 49
|
||||
|
||||
|
||||
176:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_ICR_CTSCF USART_ICR_CTSCF /*!< CTS clear flag *
|
||||
@ -2938,7 +2938,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
230:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @{
|
||||
231:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
232:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_CR1_IDLEIE USART_CR1_IDLEIE /*!< IDLE interrupt e
|
||||
ARM GAS /tmp/ccYWTfXg.s page 50
|
||||
ARM GAS /tmp/ccgl8w9S.s page 50
|
||||
|
||||
|
||||
233:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_CR1_RXNEIE USART_CR1_RXNEIE /*!< Read data regist
|
||||
@ -2998,7 +2998,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
287:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
288:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_DATAWIDTH_7B USART_CR1_M1 /*!< 7 bits word length : S
|
||||
289:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_DATAWIDTH_8B 0x00000000U /*!< 8 bits word length : S
|
||||
ARM GAS /tmp/ccYWTfXg.s page 51
|
||||
ARM GAS /tmp/ccgl8w9S.s page 51
|
||||
|
||||
|
||||
290:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_DATAWIDTH_9B USART_CR1_M0 /*!< 9 bits word length : S
|
||||
@ -3058,7 +3058,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
344:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @{
|
||||
345:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
346:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_STOPBITS_0_5 USART_CR2_STOP_0 /*!< 0.5
|
||||
ARM GAS /tmp/ccYWTfXg.s page 52
|
||||
ARM GAS /tmp/ccgl8w9S.s page 52
|
||||
|
||||
|
||||
347:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_STOPBITS_1 0x00000000U /*!< 1 s
|
||||
@ -3118,7 +3118,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
401:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
402:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_AUTOBAUD_DETECT_ON_STARTBIT 0x00000000U /*!< Me
|
||||
403:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_AUTOBAUD_DETECT_ON_FALLINGEDGE USART_CR2_ABRMODE_0 /*!< Fa
|
||||
ARM GAS /tmp/ccYWTfXg.s page 53
|
||||
ARM GAS /tmp/ccgl8w9S.s page 53
|
||||
|
||||
|
||||
404:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_AUTOBAUD_DETECT_ON_7F_FRAME USART_CR2_ABRMODE_1 /*!< 0x
|
||||
@ -3178,7 +3178,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
458:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
459:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @}
|
||||
460:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
ARM GAS /tmp/ccYWTfXg.s page 54
|
||||
ARM GAS /tmp/ccgl8w9S.s page 54
|
||||
|
||||
|
||||
461:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
@ -3238,7 +3238,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
515:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
516:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
517:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
ARM GAS /tmp/ccYWTfXg.s page 55
|
||||
ARM GAS /tmp/ccgl8w9S.s page 55
|
||||
|
||||
|
||||
518:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief Compute USARTDIV value according to Peripheral Clock and
|
||||
@ -3298,7 +3298,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
572:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @retval None
|
||||
573:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
574:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** __STATIC_INLINE void LL_USART_Disable(USART_TypeDef *USARTx)
|
||||
ARM GAS /tmp/ccYWTfXg.s page 56
|
||||
ARM GAS /tmp/ccgl8w9S.s page 56
|
||||
|
||||
|
||||
575:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** {
|
||||
@ -3358,7 +3358,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
250:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling));
|
||||
251:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c ****
|
||||
252:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** /*---------------------------- USART CR2 Configuration ---------------------
|
||||
ARM GAS /tmp/ccYWTfXg.s page 57
|
||||
ARM GAS /tmp/ccgl8w9S.s page 57
|
||||
|
||||
|
||||
253:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * Configure USARTx CR2 (Stop bits) with parameters:
|
||||
@ -3418,7 +3418,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
632:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
633:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #if defined(USART_CR3_UCESM)
|
||||
634:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
ARM GAS /tmp/ccYWTfXg.s page 58
|
||||
ARM GAS /tmp/ccgl8w9S.s page 58
|
||||
|
||||
|
||||
635:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief USART Clock enabled in STOP Mode
|
||||
@ -3478,7 +3478,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
689:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** {
|
||||
690:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_RE);
|
||||
691:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
ARM GAS /tmp/ccYWTfXg.s page 59
|
||||
ARM GAS /tmp/ccgl8w9S.s page 59
|
||||
|
||||
|
||||
692:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
@ -3538,7 +3538,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
746:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** return (uint32_t)(READ_BIT(USARTx->CR1, USART_CR1_RE | USART_CR1_TE));
|
||||
747:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
748:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
ARM GAS /tmp/ccYWTfXg.s page 60
|
||||
ARM GAS /tmp/ccgl8w9S.s page 60
|
||||
|
||||
|
||||
749:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
@ -3598,7 +3598,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
803:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @arg @ref LL_USART_WAKEUP_ADDRESSMARK
|
||||
804:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
805:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** __STATIC_INLINE uint32_t LL_USART_GetWakeUpMethod(const USART_TypeDef *USARTx)
|
||||
ARM GAS /tmp/ccYWTfXg.s page 61
|
||||
ARM GAS /tmp/ccgl8w9S.s page 61
|
||||
|
||||
|
||||
806:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** {
|
||||
@ -3658,7 +3658,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
860:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_MME);
|
||||
861:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
862:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
ARM GAS /tmp/ccYWTfXg.s page 62
|
||||
ARM GAS /tmp/ccgl8w9S.s page 62
|
||||
|
||||
|
||||
863:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
@ -3718,7 +3718,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
917:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
918:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief Retrieve Clock pulse of the last data bit output configuration
|
||||
919:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * (Last bit Clock pulse output to the SCLK pin or not)
|
||||
ARM GAS /tmp/ccYWTfXg.s page 63
|
||||
ARM GAS /tmp/ccgl8w9S.s page 63
|
||||
|
||||
|
||||
920:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @note Macro IS_USART_INSTANCE(USARTx) can be used to check whether or not
|
||||
@ -3778,7 +3778,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
974:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
975:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** __STATIC_INLINE void LL_USART_SetClockPolarity(USART_TypeDef *USARTx, uint32_t ClockPolarity)
|
||||
976:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** {
|
||||
ARM GAS /tmp/ccYWTfXg.s page 64
|
||||
ARM GAS /tmp/ccgl8w9S.s page 64
|
||||
|
||||
|
||||
977:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** MODIFY_REG(USARTx->CR2, USART_CR2_CPOL, ClockPolarity);
|
||||
@ -3838,7 +3838,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1031:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** __STATIC_INLINE void LL_USART_EnableSCLKOutput(USART_TypeDef *USARTx)
|
||||
1032:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** {
|
||||
1033:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** SET_BIT(USARTx->CR2, USART_CR2_CLKEN);
|
||||
ARM GAS /tmp/ccYWTfXg.s page 65
|
||||
ARM GAS /tmp/ccgl8w9S.s page 65
|
||||
|
||||
|
||||
1034:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
@ -3898,7 +3898,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
476 .LBE102:
|
||||
258:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c ****
|
||||
259:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** /*---------------------------- USART CR3 Configuration ---------------------
|
||||
ARM GAS /tmp/ccYWTfXg.s page 66
|
||||
ARM GAS /tmp/ccgl8w9S.s page 66
|
||||
|
||||
|
||||
260:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * Configure USARTx CR3 (Hardware Flow Control) with parameters:
|
||||
@ -3958,7 +3958,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1120:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** __STATIC_INLINE void LL_USART_ConfigCharacter(USART_TypeDef *USARTx, uint32_t DataWidth, uint32_t P
|
||||
1121:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** uint32_t StopBits)
|
||||
1122:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** {
|
||||
ARM GAS /tmp/ccYWTfXg.s page 67
|
||||
ARM GAS /tmp/ccgl8w9S.s page 67
|
||||
|
||||
|
||||
1123:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** MODIFY_REG(USARTx->CR1, USART_CR1_PS | USART_CR1_PCE | USART_CR1_M, Parity | DataWidth);
|
||||
@ -4018,7 +4018,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1177:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** {
|
||||
1178:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_RXINV));
|
||||
1179:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
ARM GAS /tmp/ccYWTfXg.s page 68
|
||||
ARM GAS /tmp/ccgl8w9S.s page 68
|
||||
|
||||
|
||||
1180:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
@ -4078,7 +4078,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1234:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_DATAINV));
|
||||
1235:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
1236:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
ARM GAS /tmp/ccYWTfXg.s page 69
|
||||
ARM GAS /tmp/ccgl8w9S.s page 69
|
||||
|
||||
|
||||
1237:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
@ -4138,7 +4138,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1291:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** CLEAR_BIT(USARTx->CR2, USART_CR2_ABREN);
|
||||
1292:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
1293:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
ARM GAS /tmp/ccYWTfXg.s page 70
|
||||
ARM GAS /tmp/ccgl8w9S.s page 70
|
||||
|
||||
|
||||
1294:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
@ -4198,7 +4198,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1348:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** __STATIC_INLINE void LL_USART_EnableRxTimeout(USART_TypeDef *USARTx)
|
||||
1349:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** {
|
||||
1350:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** SET_BIT(USARTx->CR2, USART_CR2_RTOEN);
|
||||
ARM GAS /tmp/ccYWTfXg.s page 71
|
||||
ARM GAS /tmp/ccgl8w9S.s page 71
|
||||
|
||||
|
||||
1351:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
@ -4258,7 +4258,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1405:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief Return 8 bit Address of the USART node as set in ADD field of CR2.
|
||||
1406:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @note If 4-bit Address Detection is selected in ADDM7,
|
||||
1407:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * only 4bits (b3-b0) of returned value are relevant (b31-b4 are not relevant)
|
||||
ARM GAS /tmp/ccYWTfXg.s page 72
|
||||
ARM GAS /tmp/ccgl8w9S.s page 72
|
||||
|
||||
|
||||
1408:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * If 7-bit Address Detection is selected in ADDM7,
|
||||
@ -4318,7 +4318,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1462:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @rmtoll CR3 CTSE LL_USART_EnableCTSHWFlowCtrl
|
||||
1463:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @param USARTx USART Instance
|
||||
1464:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @retval None
|
||||
ARM GAS /tmp/ccYWTfXg.s page 73
|
||||
ARM GAS /tmp/ccgl8w9S.s page 73
|
||||
|
||||
|
||||
1465:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
@ -4378,7 +4378,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
495 .loc 1 269 5 is_stmt 1 view .LVU131
|
||||
496 .loc 1 269 8 is_stmt 0 view .LVU132
|
||||
497 003e 314B ldr r3, .L48+4
|
||||
ARM GAS /tmp/ccYWTfXg.s page 74
|
||||
ARM GAS /tmp/ccgl8w9S.s page 74
|
||||
|
||||
|
||||
498 0040 9842 cmp r0, r3
|
||||
@ -4438,7 +4438,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
528 0064 9842 cmp r0, r3
|
||||
529 0066 23D0 beq .L44
|
||||
294:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** {
|
||||
ARM GAS /tmp/ccYWTfXg.s page 75
|
||||
ARM GAS /tmp/ccgl8w9S.s page 75
|
||||
|
||||
|
||||
295:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** periphclk = LL_RCC_GetUARTClockFreq(LL_RCC_UART7_CLKSOURCE);
|
||||
@ -4498,7 +4498,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
561 .LVL40:
|
||||
222:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** uint32_t periphclk = LL_RCC_PERIPH_FREQUENCY_NO;
|
||||
562 .loc 1 222 15 view .LVU158
|
||||
ARM GAS /tmp/ccYWTfXg.s page 76
|
||||
ARM GAS /tmp/ccgl8w9S.s page 76
|
||||
|
||||
|
||||
563 0082 39E0 b .L22
|
||||
@ -4558,7 +4558,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
287:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** }
|
||||
603 .loc 1 287 19 view .LVU173
|
||||
604 00a0 FFF7FEFF bl LL_RCC_GetUARTClockFreq
|
||||
ARM GAS /tmp/ccYWTfXg.s page 77
|
||||
ARM GAS /tmp/ccgl8w9S.s page 77
|
||||
|
||||
|
||||
605 .LVL52:
|
||||
@ -4618,7 +4618,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
314:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** LL_USART_SetBaudRate(USARTx,
|
||||
644 .loc 1 314 7 view .LVU188
|
||||
645 00c4 AA69 ldr r2, [r5, #24]
|
||||
ARM GAS /tmp/ccYWTfXg.s page 78
|
||||
ARM GAS /tmp/ccgl8w9S.s page 78
|
||||
|
||||
|
||||
646 .LVL63:
|
||||
@ -4678,7 +4678,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1552:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
1553:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
1554:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
ARM GAS /tmp/ccYWTfXg.s page 79
|
||||
ARM GAS /tmp/ccgl8w9S.s page 79
|
||||
|
||||
|
||||
1555:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief Enable Overrun detection
|
||||
@ -4738,7 +4738,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
1609:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * Wake-up from Stop mode feature is supported by the USARTx instance.
|
||||
1610:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @rmtoll CR3 WUS LL_USART_GetWKUPType
|
||||
1611:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @param USARTx USART Instance
|
||||
ARM GAS /tmp/ccYWTfXg.s page 80
|
||||
ARM GAS /tmp/ccgl8w9S.s page 80
|
||||
|
||||
|
||||
1612:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @retval Returned value can be one of the following values:
|
||||
@ -4798,7 +4798,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
659 00cc 00EB5300 add r0, r0, r3, lsr #1
|
||||
660 .LVL64:
|
||||
661 .loc 3 1655 30 view .LVU196
|
||||
ARM GAS /tmp/ccYWTfXg.s page 81
|
||||
ARM GAS /tmp/ccgl8w9S.s page 81
|
||||
|
||||
|
||||
662 00d0 B0FBF3F3 udiv r3, r0, r3
|
||||
@ -4858,7 +4858,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
703 .loc 3 1651 5 is_stmt 1 view .LVU211
|
||||
1651:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
704 .loc 3 1651 17 is_stmt 0 view .LVU212
|
||||
ARM GAS /tmp/ccYWTfXg.s page 82
|
||||
ARM GAS /tmp/ccgl8w9S.s page 82
|
||||
|
||||
|
||||
705 00f2 E360 str r3, [r4, #12]
|
||||
@ -4918,7 +4918,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
742 .LFE543:
|
||||
744 .section .text.LL_USART_StructInit,"ax",%progbits
|
||||
745 .align 1
|
||||
ARM GAS /tmp/ccYWTfXg.s page 83
|
||||
ARM GAS /tmp/ccgl8w9S.s page 83
|
||||
|
||||
|
||||
746 .global LL_USART_StructInit
|
||||
@ -4978,7 +4978,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
783 0014 8361 str r3, [r0, #24]
|
||||
345:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** }
|
||||
784 .loc 1 345 1 view .LVU236
|
||||
ARM GAS /tmp/ccYWTfXg.s page 84
|
||||
ARM GAS /tmp/ccgl8w9S.s page 84
|
||||
|
||||
|
||||
785 0016 7047 bx lr
|
||||
@ -5038,7 +5038,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
813 .loc 3 587 3 view .LVU243
|
||||
587:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
814 .loc 3 587 12 is_stmt 0 view .LVU244
|
||||
ARM GAS /tmp/ccYWTfXg.s page 85
|
||||
ARM GAS /tmp/ccgl8w9S.s page 85
|
||||
|
||||
|
||||
815 0000 0368 ldr r3, [r0]
|
||||
@ -5098,7 +5098,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
853 0018 10B4 push {r4}
|
||||
854 .LCFI1:
|
||||
855 .cfi_def_cfa_offset 4
|
||||
ARM GAS /tmp/ccYWTfXg.s page 86
|
||||
ARM GAS /tmp/ccgl8w9S.s page 86
|
||||
|
||||
|
||||
856 .cfi_offset 4, -4
|
||||
@ -5158,7 +5158,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
411:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** }
|
||||
878 .loc 1 411 1 is_stmt 0 view .LVU265
|
||||
879 0034 5DF8044B ldr r4, [sp], #4
|
||||
ARM GAS /tmp/ccYWTfXg.s page 87
|
||||
ARM GAS /tmp/ccgl8w9S.s page 87
|
||||
|
||||
|
||||
880 .LCFI2:
|
||||
@ -5218,7 +5218,7 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
920 0006 8360 str r3, [r0, #8]
|
||||
426:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** LL_USART_CLOCK_DI
|
||||
427:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** USART_ClockInitStruct->LastBitClockPulse = LL_USART_LASTCLKPULSE_NO_OUTPUT; /* Not relevant when
|
||||
ARM GAS /tmp/ccYWTfXg.s page 88
|
||||
ARM GAS /tmp/ccgl8w9S.s page 88
|
||||
|
||||
|
||||
921 .loc 1 427 3 is_stmt 1 view .LVU276
|
||||
@ -5236,23 +5236,23 @@ ARM GAS /tmp/ccYWTfXg.s page 1
|
||||
932 .file 5 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h"
|
||||
933 .file 6 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h"
|
||||
934 .file 7 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rcc.h"
|
||||
ARM GAS /tmp/ccYWTfXg.s page 89
|
||||
ARM GAS /tmp/ccgl8w9S.s page 89
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:0000000000000000 stm32f7xx_ll_usart.c
|
||||
/tmp/ccYWTfXg.s:17 .text.LL_USART_DeInit:0000000000000000 $t
|
||||
/tmp/ccYWTfXg.s:25 .text.LL_USART_DeInit:0000000000000000 LL_USART_DeInit
|
||||
/tmp/ccYWTfXg.s:379 .text.LL_USART_DeInit:00000000000000f4 $d
|
||||
/tmp/ccYWTfXg.s:393 .text.LL_USART_Init:0000000000000000 $t
|
||||
/tmp/ccYWTfXg.s:400 .text.LL_USART_Init:0000000000000000 LL_USART_Init
|
||||
/tmp/ccYWTfXg.s:732 .text.LL_USART_Init:0000000000000100 $d
|
||||
/tmp/ccYWTfXg.s:745 .text.LL_USART_StructInit:0000000000000000 $t
|
||||
/tmp/ccYWTfXg.s:752 .text.LL_USART_StructInit:0000000000000000 LL_USART_StructInit
|
||||
/tmp/ccYWTfXg.s:790 .text.LL_USART_ClockInit:0000000000000000 $t
|
||||
/tmp/ccYWTfXg.s:797 .text.LL_USART_ClockInit:0000000000000000 LL_USART_ClockInit
|
||||
/tmp/ccYWTfXg.s:896 .text.LL_USART_ClockStructInit:0000000000000000 $t
|
||||
/tmp/ccYWTfXg.s:903 .text.LL_USART_ClockStructInit:0000000000000000 LL_USART_ClockStructInit
|
||||
/tmp/ccgl8w9S.s:17 .text.LL_USART_DeInit:0000000000000000 $t
|
||||
/tmp/ccgl8w9S.s:25 .text.LL_USART_DeInit:0000000000000000 LL_USART_DeInit
|
||||
/tmp/ccgl8w9S.s:379 .text.LL_USART_DeInit:00000000000000f4 $d
|
||||
/tmp/ccgl8w9S.s:393 .text.LL_USART_Init:0000000000000000 $t
|
||||
/tmp/ccgl8w9S.s:400 .text.LL_USART_Init:0000000000000000 LL_USART_Init
|
||||
/tmp/ccgl8w9S.s:732 .text.LL_USART_Init:0000000000000100 $d
|
||||
/tmp/ccgl8w9S.s:745 .text.LL_USART_StructInit:0000000000000000 $t
|
||||
/tmp/ccgl8w9S.s:752 .text.LL_USART_StructInit:0000000000000000 LL_USART_StructInit
|
||||
/tmp/ccgl8w9S.s:790 .text.LL_USART_ClockInit:0000000000000000 $t
|
||||
/tmp/ccgl8w9S.s:797 .text.LL_USART_ClockInit:0000000000000000 LL_USART_ClockInit
|
||||
/tmp/ccgl8w9S.s:896 .text.LL_USART_ClockStructInit:0000000000000000 $t
|
||||
/tmp/ccgl8w9S.s:903 .text.LL_USART_ClockStructInit:0000000000000000 LL_USART_ClockStructInit
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
LL_RCC_GetUSARTClockFreq
|
||||
|
||||
Reference in New Issue
Block a user