added tec modulation
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m7
|
||||
@ -58,7 +58,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
28:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #include "stm32f7xx.h"
|
||||
29:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
30:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /** @addtogroup STM32F7xx_LL_Driver
|
||||
ARM GAS /tmp/ccKhMtYA.s page 2
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 2
|
||||
|
||||
|
||||
31:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @{
|
||||
@ -118,7 +118,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
85:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** This parameter can be a value of @ref USART_LL_EC_STOPBI
|
||||
86:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
87:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** This feature can be modified afterwards using unitary
|
||||
ARM GAS /tmp/ccKhMtYA.s page 3
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 3
|
||||
|
||||
|
||||
88:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** function @ref LL_USART_SetStopBitsLength().*/
|
||||
@ -178,7 +178,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
142:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** uint32_t LastBitClockPulse; /*!< Specifies whether the clock pulse corresponding to the l
|
||||
143:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** data bit (MSB) has to be output on the SCLK pin in synch
|
||||
144:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** This parameter can be a value of @ref USART_LL_EC_LASTCL
|
||||
ARM GAS /tmp/ccKhMtYA.s page 4
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 4
|
||||
|
||||
|
||||
145:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
@ -238,7 +238,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
199:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_ISR_TC USART_ISR_TC /*!< Transmission com
|
||||
200:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_ISR_TXE USART_ISR_TXE /*!< Transmit data re
|
||||
201:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_ISR_LBDF USART_ISR_LBDF /*!< LIN break detect
|
||||
ARM GAS /tmp/ccKhMtYA.s page 5
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 5
|
||||
|
||||
|
||||
202:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_ISR_CTSIF USART_ISR_CTSIF /*!< CTS interrupt fl
|
||||
@ -298,7 +298,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
256:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @{
|
||||
257:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
258:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_DIRECTION_NONE 0x00000000U /*!< Transmitter
|
||||
ARM GAS /tmp/ccKhMtYA.s page 6
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 6
|
||||
|
||||
|
||||
259:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #define LL_USART_DIRECTION_RX USART_CR1_RE /*!< Transmitter
|
||||
@ -358,7 +358,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
313:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
314:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #endif /*USE_FULL_LL_DRIVER*/
|
||||
315:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
ARM GAS /tmp/ccKhMtYA.s page 7
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 7
|
||||
|
||||
|
||||
316:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /** @defgroup USART_LL_EC_LASTCLKPULSE Last Clock Pulse
|
||||
@ -418,7 +418,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
370:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
371:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
372:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /** @defgroup USART_LL_EC_TXPIN_LEVEL TX Pin Active Level Inversion
|
||||
ARM GAS /tmp/ccKhMtYA.s page 8
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 8
|
||||
|
||||
|
||||
373:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @{
|
||||
@ -478,7 +478,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
427:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @}
|
||||
428:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
429:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
ARM GAS /tmp/ccKhMtYA.s page 9
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 9
|
||||
|
||||
|
||||
430:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** #if defined(USART_CR1_UESM)
|
||||
@ -538,7 +538,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
484:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /* Exported macro ------------------------------------------------------------*/
|
||||
485:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /** @defgroup USART_LL_Exported_Macros USART Exported Macros
|
||||
486:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @{
|
||||
ARM GAS /tmp/ccKhMtYA.s page 10
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 10
|
||||
|
||||
|
||||
487:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
@ -598,7 +598,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
541:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @}
|
||||
542:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
543:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
ARM GAS /tmp/ccKhMtYA.s page 11
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 11
|
||||
|
||||
|
||||
544:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /* Exported functions --------------------------------------------------------*/
|
||||
@ -658,7 +658,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
598:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @param USARTx USART Instance
|
||||
599:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @retval None
|
||||
600:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
ARM GAS /tmp/ccKhMtYA.s page 12
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 12
|
||||
|
||||
|
||||
601:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** __STATIC_INLINE void LL_USART_EnableInStopMode(USART_TypeDef *USARTx)
|
||||
@ -718,7 +718,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
655:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** ATOMIC_CLEAR_BIT(USARTx->CR3, USART_CR3_UCESM);
|
||||
656:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
657:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
ARM GAS /tmp/ccKhMtYA.s page 13
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 13
|
||||
|
||||
|
||||
658:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
@ -778,7 +778,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
712:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** ATOMIC_CLEAR_BIT(USARTx->CR1, USART_CR1_TE);
|
||||
713:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
714:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
ARM GAS /tmp/ccKhMtYA.s page 14
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 14
|
||||
|
||||
|
||||
715:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
@ -838,7 +838,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
769:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief Return Parity configuration (enabled/disabled and parity mode if enabled)
|
||||
770:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @rmtoll CR1 PS LL_USART_GetParity\n
|
||||
771:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * CR1 PCE LL_USART_GetParity
|
||||
ARM GAS /tmp/ccKhMtYA.s page 15
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 15
|
||||
|
||||
|
||||
772:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @param USARTx USART Instance
|
||||
@ -898,7 +898,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
826:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
827:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief Return Word length (i.e. nb of data bits, excluding start and stop bits)
|
||||
828:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @rmtoll CR1 M0 LL_USART_GetDataWidth\n
|
||||
ARM GAS /tmp/ccKhMtYA.s page 16
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 16
|
||||
|
||||
|
||||
829:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * CR1 M1 LL_USART_GetDataWidth
|
||||
@ -958,7 +958,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
883:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** __STATIC_INLINE void LL_USART_SetOverSampling(USART_TypeDef *USARTx, uint32_t OverSampling)
|
||||
884:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** {
|
||||
885:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** MODIFY_REG(USARTx->CR1, USART_CR1_OVER8, OverSampling);
|
||||
ARM GAS /tmp/ccKhMtYA.s page 17
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 17
|
||||
|
||||
|
||||
886:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
940:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @arg @ref LL_USART_PHASE_1EDGE
|
||||
941:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @arg @ref LL_USART_PHASE_2EDGE
|
||||
942:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @retval None
|
||||
ARM GAS /tmp/ccKhMtYA.s page 18
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 18
|
||||
|
||||
|
||||
943:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
997:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @note Macro IS_USART_INSTANCE(USARTx) can be used to check whether or not
|
||||
998:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * Synchronous mode is supported by the USARTx instance.
|
||||
999:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @note Call of this function is equivalent to following function call sequence :
|
||||
ARM GAS /tmp/ccKhMtYA.s page 19
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 19
|
||||
|
||||
|
||||
1000:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * - Clock Phase configuration using @ref LL_USART_SetClockPhase() function
|
||||
@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1054:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @param USARTx USART Instance
|
||||
1055:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @retval State of bit (1 or 0).
|
||||
1056:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
ARM GAS /tmp/ccKhMtYA.s page 20
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 20
|
||||
|
||||
|
||||
1057:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** __STATIC_INLINE uint32_t LL_USART_IsEnabledSCLKOutput(const USART_TypeDef *USARTx)
|
||||
@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1111:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @arg @ref LL_USART_PARITY_EVEN
|
||||
1112:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @arg @ref LL_USART_PARITY_ODD
|
||||
1113:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @param StopBits This parameter can be one of the following values:
|
||||
ARM GAS /tmp/ccKhMtYA.s page 21
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 21
|
||||
|
||||
|
||||
1114:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @arg @ref LL_USART_STOPBITS_0_5
|
||||
@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1168:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
1169:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief Retrieve RX pin active level logic configuration
|
||||
1170:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @rmtoll CR2 RXINV LL_USART_GetRXPinLevel
|
||||
ARM GAS /tmp/ccKhMtYA.s page 22
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 22
|
||||
|
||||
|
||||
1171:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @param USARTx USART Instance
|
||||
@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1225:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief Retrieve Binary data configuration
|
||||
1226:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @rmtoll CR2 DATAINV LL_USART_GetBinaryDataLogic
|
||||
1227:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @param USARTx USART Instance
|
||||
ARM GAS /tmp/ccKhMtYA.s page 23
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 23
|
||||
|
||||
|
||||
1228:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @retval Returned value can be one of the following values:
|
||||
@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1282:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief Disable Auto Baud-Rate Detection
|
||||
1283:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @note Macro IS_USART_AUTOBAUDRATE_DETECTION_INSTANCE(USARTx) can be used to check whether or
|
||||
1284:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * Auto Baud Rate detection feature is supported by the USARTx instance.
|
||||
ARM GAS /tmp/ccKhMtYA.s page 24
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 24
|
||||
|
||||
|
||||
1285:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @rmtoll CR2 ABREN LL_USART_DisableAutoBaudRate
|
||||
@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1339:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_ABRMODE));
|
||||
1340:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
1341:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h ****
|
||||
ARM GAS /tmp/ccKhMtYA.s page 25
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 25
|
||||
|
||||
|
||||
1342:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1396:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @retval None
|
||||
1397:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
1398:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** __STATIC_INLINE void LL_USART_ConfigNodeAddress(USART_TypeDef *USARTx, uint32_t AddressLen, uint32_
|
||||
ARM GAS /tmp/ccKhMtYA.s page 26
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 26
|
||||
|
||||
|
||||
1399:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** {
|
||||
@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1453:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** __STATIC_INLINE void LL_USART_DisableRTSHWFlowCtrl(USART_TypeDef *USARTx)
|
||||
1454:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** {
|
||||
1455:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** CLEAR_BIT(USARTx->CR3, USART_CR3_RTSE);
|
||||
ARM GAS /tmp/ccKhMtYA.s page 27
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 27
|
||||
|
||||
|
||||
1456:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** }
|
||||
@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1510:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @retval Returned value can be one of the following values:
|
||||
1511:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @arg @ref LL_USART_HWCONTROL_NONE
|
||||
1512:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @arg @ref LL_USART_HWCONTROL_RTS
|
||||
ARM GAS /tmp/ccKhMtYA.s page 28
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 28
|
||||
|
||||
|
||||
1513:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @arg @ref LL_USART_HWCONTROL_CTS
|
||||
@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1567:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @rmtoll CR3 OVRDIS LL_USART_DisableOverrunDetect
|
||||
1568:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @param USARTx USART Instance
|
||||
1569:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @retval None
|
||||
ARM GAS /tmp/ccKhMtYA.s page 29
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 29
|
||||
|
||||
|
||||
1570:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** */
|
||||
@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1624:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** /**
|
||||
1625:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @brief Configure USART BRR register for achieving expected Baud Rate value.
|
||||
1626:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * @note Compute and set USARTDIV value in BRR Register (full BRR content)
|
||||
ARM GAS /tmp/ccKhMtYA.s page 30
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 30
|
||||
|
||||
|
||||
1627:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** * according to used Peripheral Clock, Oversampling mode, and expected Baud Rate values
|
||||
@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
52 .L4:
|
||||
1648:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** brrtemp = usartdiv & 0xFFF0U;
|
||||
53 .loc 2 1648 5 is_stmt 1 view .LVU10
|
||||
ARM GAS /tmp/ccKhMtYA.s page 31
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 31
|
||||
|
||||
|
||||
1648:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_usart.h **** brrtemp = usartdiv & 0xFFF0U;
|
||||
@ -1858,7 +1858,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
12:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * This software is licensed under terms that can be found in the LICENSE file
|
||||
13:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * in the root directory of this software component.
|
||||
14:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * If no LICENSE file comes with this software, it is provided AS-IS.
|
||||
ARM GAS /tmp/ccKhMtYA.s page 32
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 32
|
||||
|
||||
|
||||
15:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** *
|
||||
@ -1918,7 +1918,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
69:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** || ((__VALUE__) == LL_USART_DIRECTION_TX) \
|
||||
70:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** || ((__VALUE__) == LL_USART_DIRECTION_TX_RX))
|
||||
71:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c ****
|
||||
ARM GAS /tmp/ccKhMtYA.s page 33
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 33
|
||||
|
||||
|
||||
72:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** #define IS_LL_USART_PARITY(__VALUE__) (((__VALUE__) == LL_USART_PARITY_NONE) \
|
||||
@ -1978,7 +1978,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
126:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** */
|
||||
127:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** ErrorStatus LL_USART_DeInit(const USART_TypeDef *USARTx)
|
||||
128:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** {
|
||||
ARM GAS /tmp/ccKhMtYA.s page 34
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 34
|
||||
|
||||
|
||||
90 .loc 1 128 1 is_stmt 1 view -0
|
||||
@ -2038,7 +2038,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
114 0012 3B4B ldr r3, .L23+12
|
||||
115 0014 9842 cmp r0, r3
|
||||
116 0016 31D0 beq .L18
|
||||
ARM GAS /tmp/ccKhMtYA.s page 35
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 35
|
||||
|
||||
|
||||
159:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** {
|
||||
@ -2098,7 +2098,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
193:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** LL_APB1_GRP1_ForceReset(LL_APB1_GRP1_PERIPH_UART8);
|
||||
194:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c ****
|
||||
195:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** /* Release reset of UART clock */
|
||||
ARM GAS /tmp/ccKhMtYA.s page 36
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 36
|
||||
|
||||
|
||||
196:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_UART8);
|
||||
@ -2158,7 +2158,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
33:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** */
|
||||
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 -------------------------------------*/
|
||||
ARM GAS /tmp/ccKhMtYA.s page 37
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 37
|
||||
|
||||
|
||||
36:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #ifndef __STM32F7xx_LL_BUS_H
|
||||
@ -2218,7 +2218,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
90:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #if defined(DMA2D)
|
||||
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 */
|
||||
ARM GAS /tmp/ccKhMtYA.s page 38
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 38
|
||||
|
||||
|
||||
93:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #if defined(ETH)
|
||||
@ -2278,7 +2278,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
147:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB1_GRP1_PERIPH_ALL 0xFFFFFFFFU
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 39
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 39
|
||||
|
||||
|
||||
150:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB1_GRP1_PERIPH_TIM4 RCC_APB1ENR_TIM4EN
|
||||
@ -2338,7 +2338,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
204:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #define LL_APB2_GRP1_PERIPH_ADC2 RCC_APB2ENR_ADC2EN
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 40
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 40
|
||||
|
||||
|
||||
207:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** #if defined(SDMMC2)
|
||||
@ -2398,7 +2398,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
261:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIODEN LL_AHB1_GRP1_EnableClock\n
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 41
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 41
|
||||
|
||||
|
||||
264:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIOGEN LL_AHB1_GRP1_EnableClock\n
|
||||
@ -2458,7 +2458,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
318:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /**
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 42
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 42
|
||||
|
||||
|
||||
321:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1ENR GPIOBEN LL_AHB1_GRP1_IsEnabledClock\n
|
||||
@ -2518,7 +2518,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
375:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
|
||||
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.
|
||||
ARM GAS /tmp/ccKhMtYA.s page 43
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 43
|
||||
|
||||
|
||||
378:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @rmtoll AHB1ENR GPIOAEN LL_AHB1_GRP1_DisableClock\n
|
||||
@ -2578,7 +2578,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
432:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** }
|
||||
433:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
|
||||
434:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /**
|
||||
ARM GAS /tmp/ccKhMtYA.s page 44
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 44
|
||||
|
||||
|
||||
435:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @brief Force AHB1 peripherals reset.
|
||||
@ -2638,7 +2638,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
489:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIOGRST LL_AHB1_GRP1_ReleaseReset\n
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 45
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 45
|
||||
|
||||
|
||||
492:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1RSTR GPIOJRST LL_AHB1_GRP1_ReleaseReset\n
|
||||
@ -2698,7 +2698,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
546:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR BKPSRAMLPEN LL_AHB1_GRP1_EnableClockLowPower\n
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 46
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 46
|
||||
|
||||
|
||||
549:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR DMA2LPEN LL_AHB1_GRP1_EnableClockLowPower\n
|
||||
@ -2758,7 +2758,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
603:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR GPIODLPEN LL_AHB1_GRP1_DisableClockLowPower\n
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 47
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 47
|
||||
|
||||
|
||||
606:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * AHB1LPENR GPIOGLPEN LL_AHB1_GRP1_DisableClockLowPower\n
|
||||
@ -2818,7 +2818,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
660:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** {
|
||||
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 **** }
|
||||
ARM GAS /tmp/ccKhMtYA.s page 48
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 48
|
||||
|
||||
|
||||
663:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
|
||||
@ -2878,7 +2878,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
717:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB2_GRP1_PERIPH_RNG
|
||||
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 **** *
|
||||
ARM GAS /tmp/ccKhMtYA.s page 49
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 49
|
||||
|
||||
|
||||
720:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * (*) value not defined in all devices.
|
||||
@ -2938,7 +2938,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
774:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @retval None
|
||||
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)
|
||||
ARM GAS /tmp/ccKhMtYA.s page 50
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 50
|
||||
|
||||
|
||||
777:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** {
|
||||
@ -2998,7 +2998,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
831:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** __IO uint32_t tmpreg;
|
||||
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 */
|
||||
ARM GAS /tmp/ccKhMtYA.s page 51
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 51
|
||||
|
||||
|
||||
834:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** tmpreg = READ_BIT(RCC->AHB2LPENR, Periphs);
|
||||
@ -3058,7 +3058,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
888:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** tmpreg = READ_BIT(RCC->AHB3ENR, Periphs);
|
||||
889:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** (void)tmpreg;
|
||||
890:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** }
|
||||
ARM GAS /tmp/ccKhMtYA.s page 52
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 52
|
||||
|
||||
|
||||
891:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h ****
|
||||
@ -3118,7 +3118,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
945:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @param Periphs This parameter can be a combination of the following values:
|
||||
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 (*)
|
||||
ARM GAS /tmp/ccKhMtYA.s page 53
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 53
|
||||
|
||||
|
||||
948:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_AHB3_GRP1_PERIPH_QSPI
|
||||
@ -3178,7 +3178,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1002:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** /**
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 54
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 54
|
||||
|
||||
|
||||
1005:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR TIM3EN LL_APB1_GRP1_EnableClock\n
|
||||
@ -3238,7 +3238,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1059:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_CAN2 (*)
|
||||
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 (*)
|
||||
ARM GAS /tmp/ccKhMtYA.s page 55
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 55
|
||||
|
||||
|
||||
1062:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_PWR
|
||||
@ -3298,7 +3298,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1116:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_TIM4
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 56
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 56
|
||||
|
||||
|
||||
1119:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_TIM7
|
||||
@ -3358,7 +3358,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1173:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR UART5EN LL_APB1_GRP1_DisableClock\n
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 57
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 57
|
||||
|
||||
|
||||
1176:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1ENR I2C3EN LL_APB1_GRP1_DisableClock\n
|
||||
@ -3418,7 +3418,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1230:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @rmtoll APB1RSTR TIM2RST LL_APB1_GRP1_ForceReset\n
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 58
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 58
|
||||
|
||||
|
||||
1233:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1RSTR TIM5RST LL_APB1_GRP1_ForceReset\n
|
||||
@ -3478,7 +3478,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1287:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_PWR
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 59
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 59
|
||||
|
||||
|
||||
1290:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_UART8
|
||||
@ -3538,7 +3538,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1344:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_SPI2
|
||||
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 (*)
|
||||
ARM GAS /tmp/ccKhMtYA.s page 60
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 60
|
||||
|
||||
|
||||
1347:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB1_GRP1_PERIPH_USART2
|
||||
@ -3598,7 +3598,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1401:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR DACLPEN LL_APB1_GRP1_EnableClockLowPower\n
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 61
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 61
|
||||
|
||||
|
||||
1404:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR RTCLPEN LL_APB1_GRP1_EnableClockLowPower
|
||||
@ -3658,7 +3658,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1458:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR TIM12LPEN LL_APB1_GRP1_DisableClockLowPower\n
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 62
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 62
|
||||
|
||||
|
||||
1461:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB1LPENR LPTIM1LPEN LL_APB1_GRP1_DisableClockLowPower\n
|
||||
@ -3718,7 +3718,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1515:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** *
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 63
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 63
|
||||
|
||||
|
||||
1518:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** */
|
||||
@ -3778,7 +3778,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1572:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_TIM10
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 64
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 64
|
||||
|
||||
|
||||
1575:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_SPI6 (*)
|
||||
@ -3838,7 +3838,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1629:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_ADC3
|
||||
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 (*)
|
||||
ARM GAS /tmp/ccKhMtYA.s page 65
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 65
|
||||
|
||||
|
||||
1632:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_SPI1
|
||||
@ -3898,7 +3898,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1686:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_USART6
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 66
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 66
|
||||
|
||||
|
||||
1689:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_ADC3
|
||||
@ -3958,7 +3958,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1743:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_TIM8
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 67
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 67
|
||||
|
||||
|
||||
1746:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * @arg @ref LL_APB2_GRP1_PERIPH_ADC
|
||||
@ -4018,7 +4018,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1785:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB2RSTR TIM9RST LL_APB2_GRP1_ReleaseReset\n
|
||||
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
|
||||
ARM GAS /tmp/ccKhMtYA.s page 68
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 68
|
||||
|
||||
|
||||
1788:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** * APB2RSTR SPI5RST LL_APB2_GRP1_ReleaseReset\n
|
||||
@ -4078,7 +4078,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
176 .LBB49:
|
||||
177 .LBB48:
|
||||
1828:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** }
|
||||
ARM GAS /tmp/ccKhMtYA.s page 69
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 69
|
||||
|
||||
|
||||
178 .loc 3 1828 1 view .LVU51
|
||||
@ -4138,7 +4138,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
221 .loc 3 1370 1 view .LVU63
|
||||
222 .LBE54:
|
||||
223 .LBE55:
|
||||
ARM GAS /tmp/ccKhMtYA.s page 70
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 70
|
||||
|
||||
|
||||
153:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c ****
|
||||
@ -4198,7 +4198,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
1295:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** {
|
||||
266 .loc 3 1295 22 view .LVU76
|
||||
267 .LBB63:
|
||||
ARM GAS /tmp/ccKhMtYA.s page 71
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 71
|
||||
|
||||
|
||||
1297:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** }
|
||||
@ -4258,7 +4258,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
310 009a 42F48012 orr r2, r2, #1048576
|
||||
311 009e 1A62 str r2, [r3, #32]
|
||||
312 .LVL27:
|
||||
ARM GAS /tmp/ccKhMtYA.s page 72
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 72
|
||||
|
||||
|
||||
1297:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_bus.h **** }
|
||||
@ -4318,7 +4318,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
180:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** }
|
||||
355 .loc 1 180 5 is_stmt 1 view .LVU101
|
||||
356 .LBB76:
|
||||
ARM GAS /tmp/ccKhMtYA.s page 73
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 73
|
||||
|
||||
|
||||
357 .LBI76:
|
||||
@ -4378,7 +4378,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
400 00d0 1A6A ldr r2, [r3, #32]
|
||||
401 00d2 22F08042 bic r2, r2, #1073741824
|
||||
402 00d6 1A62 str r2, [r3, #32]
|
||||
ARM GAS /tmp/ccKhMtYA.s page 74
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 74
|
||||
|
||||
|
||||
403 .LVL36:
|
||||
@ -4438,7 +4438,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
445 .LBE88:
|
||||
129:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c ****
|
||||
446 .loc 1 129 15 view .LVU127
|
||||
ARM GAS /tmp/ccKhMtYA.s page 75
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 75
|
||||
|
||||
|
||||
447 00f0 0020 movs r0, #0
|
||||
@ -4498,7 +4498,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
485 .LCFI0:
|
||||
486 .cfi_def_cfa_offset 16
|
||||
487 .cfi_offset 3, -16
|
||||
ARM GAS /tmp/ccKhMtYA.s page 76
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 76
|
||||
|
||||
|
||||
488 .cfi_offset 4, -12
|
||||
@ -4558,7 +4558,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
240:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * Configure USARTx CR1 (USART Word Length, Parity, Mode and Oversampling bits) with parameters
|
||||
241:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * - DataWidth: USART_CR1_M bits according to USART_InitStruct->DataWidth value
|
||||
242:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * - Parity: USART_CR1_PCE, USART_CR1_PS bits according to USART_InitStruct->Parity
|
||||
ARM GAS /tmp/ccKhMtYA.s page 77
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 77
|
||||
|
||||
|
||||
243:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * - TransferDirection: USART_CR1_TE, USART_CR1_RE bits according to USART_InitStruct->Transfe
|
||||
@ -4618,7 +4618,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
259:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** /*---------------------------- USART CR3 Configuration ---------------------
|
||||
260:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * Configure USARTx CR3 (Hardware Flow Control) with parameters:
|
||||
261:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * - HardwareFlowControl: USART_CR3_RTSE, USART_CR3_CTSE bits according to
|
||||
ARM GAS /tmp/ccKhMtYA.s page 78
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 78
|
||||
|
||||
|
||||
262:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * USART_InitStruct->HardwareFlowControl value.
|
||||
@ -4678,7 +4678,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
278:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** {
|
||||
279:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** periphclk = LL_RCC_GetUSARTClockFreq(LL_RCC_USART3_CLKSOURCE);
|
||||
280:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** }
|
||||
ARM GAS /tmp/ccKhMtYA.s page 79
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 79
|
||||
|
||||
|
||||
281:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** else if (USARTx == UART4)
|
||||
@ -4738,7 +4738,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
620 .loc 1 271 19 is_stmt 0 view .LVU180
|
||||
621 0072 0320 movs r0, #3
|
||||
622 .LVL54:
|
||||
ARM GAS /tmp/ccKhMtYA.s page 80
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 80
|
||||
|
||||
|
||||
271:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** }
|
||||
@ -4798,7 +4798,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
654 .loc 1 279 19 is_stmt 0 view .LVU194
|
||||
655 008a 3020 movs r0, #48
|
||||
656 .LVL61:
|
||||
ARM GAS /tmp/ccKhMtYA.s page 81
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 81
|
||||
|
||||
|
||||
279:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** }
|
||||
@ -4858,7 +4858,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
295:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** }
|
||||
697 .loc 1 295 7 is_stmt 1 view .LVU209
|
||||
295:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** }
|
||||
ARM GAS /tmp/ccKhMtYA.s page 82
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 82
|
||||
|
||||
|
||||
698 .loc 1 295 19 is_stmt 0 view .LVU210
|
||||
@ -4918,7 +4918,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
319:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** /* Check BRR is greater than or equal to 16d */
|
||||
320:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** assert_param(IS_LL_USART_BRR_MIN(USARTx->BRR));
|
||||
737 .loc 1 320 7 is_stmt 1 view .LVU222
|
||||
ARM GAS /tmp/ccKhMtYA.s page 83
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 83
|
||||
|
||||
|
||||
321:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** }
|
||||
@ -4978,7 +4978,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
776 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
777 @ link register save eliminated.
|
||||
337:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** /* Set USART_InitStruct fields to default values */
|
||||
ARM GAS /tmp/ccKhMtYA.s page 84
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 84
|
||||
|
||||
|
||||
338:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** USART_InitStruct->BaudRate = USART_DEFAULT_BAUDRATE;
|
||||
@ -5038,7 +5038,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
355:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * that contains the Clock configuration information for the specified USART peripheral.
|
||||
356:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * @retval An ErrorStatus enumeration value:
|
||||
357:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * - SUCCESS: USART registers related to Clock settings are initialized according
|
||||
ARM GAS /tmp/ccKhMtYA.s page 85
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 85
|
||||
|
||||
|
||||
358:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * to USART_ClockInitStruct content
|
||||
@ -5098,7 +5098,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
379:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** LL_USART_DisableSCLKOutput(USARTx);
|
||||
845 .loc 1 379 7 is_stmt 1 view .LVU256
|
||||
846 .LVL88:
|
||||
ARM GAS /tmp/ccKhMtYA.s page 86
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 86
|
||||
|
||||
|
||||
847 .LBB100:
|
||||
@ -5158,7 +5158,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
394:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * - Clock Polarity: USART_CR2_CPOL bit according to USART_ClockInitStruct->Cloc
|
||||
395:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * - Clock Phase: USART_CR2_CPHA bit according to USART_ClockInitStruct->Cloc
|
||||
396:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** * - Last Bit Clock Pulse Output: USART_CR2_LBCL bit according to USART_ClockInitStruct->Last
|
||||
ARM GAS /tmp/ccKhMtYA.s page 87
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 87
|
||||
|
||||
|
||||
397:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c **** */
|
||||
@ -5218,7 +5218,7 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
917 .syntax unified
|
||||
918 .thumb
|
||||
919 .thumb_func
|
||||
ARM GAS /tmp/ccKhMtYA.s page 88
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 88
|
||||
|
||||
|
||||
921 LL_USART_ClockStructInit:
|
||||
@ -5270,25 +5270,25 @@ ARM GAS /tmp/ccKhMtYA.s page 1
|
||||
950 .file 5 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h"
|
||||
951 .file 6 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h"
|
||||
952 .file 7 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_rcc.h"
|
||||
ARM GAS /tmp/ccKhMtYA.s page 89
|
||||
ARM GAS /tmp/ccM6iqtZ.s page 89
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 stm32f7xx_ll_usart.c
|
||||
/tmp/ccKhMtYA.s:20 .text.LL_USART_SetBaudRate:00000000 $t
|
||||
/tmp/ccKhMtYA.s:25 .text.LL_USART_SetBaudRate:00000000 LL_USART_SetBaudRate
|
||||
/tmp/ccKhMtYA.s:81 .text.LL_USART_DeInit:00000000 $t
|
||||
/tmp/ccKhMtYA.s:87 .text.LL_USART_DeInit:00000000 LL_USART_DeInit
|
||||
/tmp/ccKhMtYA.s:456 .text.LL_USART_DeInit:000000f4 $d
|
||||
/tmp/ccKhMtYA.s:470 .text.LL_USART_Init:00000000 $t
|
||||
/tmp/ccKhMtYA.s:476 .text.LL_USART_Init:00000000 LL_USART_Init
|
||||
/tmp/ccKhMtYA.s:751 .text.LL_USART_Init:000000d8 $d
|
||||
/tmp/ccKhMtYA.s:764 .text.LL_USART_StructInit:00000000 $t
|
||||
/tmp/ccKhMtYA.s:770 .text.LL_USART_StructInit:00000000 LL_USART_StructInit
|
||||
/tmp/ccKhMtYA.s:808 .text.LL_USART_ClockInit:00000000 $t
|
||||
/tmp/ccKhMtYA.s:814 .text.LL_USART_ClockInit:00000000 LL_USART_ClockInit
|
||||
/tmp/ccKhMtYA.s:915 .text.LL_USART_ClockStructInit:00000000 $t
|
||||
/tmp/ccKhMtYA.s:921 .text.LL_USART_ClockStructInit:00000000 LL_USART_ClockStructInit
|
||||
/tmp/ccM6iqtZ.s:20 .text.LL_USART_SetBaudRate:00000000 $t
|
||||
/tmp/ccM6iqtZ.s:25 .text.LL_USART_SetBaudRate:00000000 LL_USART_SetBaudRate
|
||||
/tmp/ccM6iqtZ.s:81 .text.LL_USART_DeInit:00000000 $t
|
||||
/tmp/ccM6iqtZ.s:87 .text.LL_USART_DeInit:00000000 LL_USART_DeInit
|
||||
/tmp/ccM6iqtZ.s:456 .text.LL_USART_DeInit:000000f4 $d
|
||||
/tmp/ccM6iqtZ.s:470 .text.LL_USART_Init:00000000 $t
|
||||
/tmp/ccM6iqtZ.s:476 .text.LL_USART_Init:00000000 LL_USART_Init
|
||||
/tmp/ccM6iqtZ.s:751 .text.LL_USART_Init:000000d8 $d
|
||||
/tmp/ccM6iqtZ.s:764 .text.LL_USART_StructInit:00000000 $t
|
||||
/tmp/ccM6iqtZ.s:770 .text.LL_USART_StructInit:00000000 LL_USART_StructInit
|
||||
/tmp/ccM6iqtZ.s:808 .text.LL_USART_ClockInit:00000000 $t
|
||||
/tmp/ccM6iqtZ.s:814 .text.LL_USART_ClockInit:00000000 LL_USART_ClockInit
|
||||
/tmp/ccM6iqtZ.s:915 .text.LL_USART_ClockStructInit:00000000 $t
|
||||
/tmp/ccM6iqtZ.s:921 .text.LL_USART_ClockStructInit:00000000 LL_USART_ClockStructInit
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
LL_RCC_GetUSARTClockFreq
|
||||
|
||||
Reference in New Issue
Block a user