Rev 18 | Rev 20 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 18 | Rev 19 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s page 1 |
1 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s page 1 |
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | 1 .cpu cortex-m3 |
4 | 1 .cpu cortex-m3 |
| 5 | 2 .eabi_attribute 20, 1 |
5 | 2 .eabi_attribute 20, 1 |
| 6 | 3 .eabi_attribute 21, 1 |
6 | 3 .eabi_attribute 21, 1 |
| Line 56... | Line 56... | ||
| 56 | 27:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * |
56 | 27:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * |
| 57 | 28:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * <h2><center>© Copyright (c) 2016 STMicroelectronics. |
57 | 28:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * <h2><center>© Copyright (c) 2016 STMicroelectronics. |
| 58 | 29:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * All rights reserved.</center></h2> |
58 | 29:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * All rights reserved.</center></h2> |
| 59 | 30:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * |
59 | 30:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * |
| 60 | 31:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * This software component is licensed by ST under BSD 3-Clause license, |
60 | 31:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * This software component is licensed by ST under BSD 3-Clause license, |
| 61 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s page 2 |
61 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s page 2 |
| 62 | 62 | ||
| 63 | 63 | ||
| 64 | 32:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * the "License"; You may not use this file except in compliance with the |
64 | 32:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * the "License"; You may not use this file except in compliance with the |
| 65 | 33:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * License. You may obtain a copy of the License at: |
65 | 33:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * License. You may obtain a copy of the License at: |
| 66 | 34:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * opensource.org/licenses/BSD-3-Clause |
66 | 34:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * opensource.org/licenses/BSD-3-Clause |
| Line 116... | Line 116... | ||
| 116 | 29 .cfi_startproc |
116 | 29 .cfi_startproc |
| 117 | 30 @ args = 0, pretend = 0, frame = 0 |
117 | 30 @ args = 0, pretend = 0, frame = 0 |
| 118 | 31 @ frame_needed = 0, uses_anonymous_args = 0 |
118 | 31 @ frame_needed = 0, uses_anonymous_args = 0 |
| 119 | 32 @ link register save eliminated. |
119 | 32 @ link register save eliminated. |
| 120 | 83:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /* Verify the parameters */ |
120 | 83:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /* Verify the parameters */ |
| 121 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s page 3 |
121 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s page 3 |
| 122 | 122 | ||
| 123 | 123 | ||
| 124 | 84:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** assert_param(IS_AFIO_EVENTOUT_PORT(GPIO_PortSource)); |
124 | 84:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** assert_param(IS_AFIO_EVENTOUT_PORT(GPIO_PortSource)); |
| 125 | 33 .loc 1 84 3 view .LVU1 |
125 | 33 .loc 1 84 3 view .LVU1 |
| 126 | 85:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** assert_param(IS_AFIO_EVENTOUT_PIN(GPIO_PinSource)); |
126 | 85:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** assert_param(IS_AFIO_EVENTOUT_PIN(GPIO_PinSource)); |
| Line 176... | Line 176... | ||
| 176 | 98:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** } |
176 | 98:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** } |
| 177 | 73 .loc 1 98 1 is_stmt 0 view .LVU8 |
177 | 73 .loc 1 98 1 is_stmt 0 view .LVU8 |
| 178 | 74 000a 7047 bx lr |
178 | 74 000a 7047 bx lr |
| 179 | 75 .L6: |
179 | 75 .L6: |
| 180 | 76 .align 2 |
180 | 76 .align 2 |
| 181 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s page 4 |
181 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s page 4 |
| 182 | 182 | ||
| 183 | 183 | ||
| 184 | 77 .L5: |
184 | 77 .L5: |
| 185 | 78 000c 00000140 .word 1073807360 |
185 | 78 000c 00000140 .word 1073807360 |
| 186 | 79 .cfi_endproc |
186 | 79 .cfi_endproc |
| Line 227... | Line 227... | ||
| 227 | 114 .file 3 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7 |
227 | 114 .file 3 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7 |
| 228 | 115 .file 4 "Drivers/CMSIS/Include/core_cm3.h" |
228 | 115 .file 4 "Drivers/CMSIS/Include/core_cm3.h" |
| 229 | 116 .file 5 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h" |
229 | 116 .file 5 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h" |
| 230 | 117 .file 6 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h" |
230 | 117 .file 6 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h" |
| 231 | 118 .file 7 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h" |
231 | 118 .file 7 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h" |
| 232 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s page 5 |
232 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s page 5 |
| 233 | 233 | ||
| 234 | 234 | ||
| 235 | DEFINED SYMBOLS |
235 | DEFINED SYMBOLS |
| 236 | *ABS*:0000000000000000 stm32f1xx_hal_gpio_ex.c |
236 | *ABS*:0000000000000000 stm32f1xx_hal_gpio_ex.c |
| 237 | C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s:16 .text.HAL_GPIOEx_ConfigEventout:0000000000000000 $t |
237 | C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s:16 .text.HAL_GPIOEx_ConfigEventout:0000000000000000 $t |
| 238 | C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s:24 .text.HAL_GPIOEx_ConfigEventout:0000000000000000 HAL_GPIOEx_ConfigEventout |
238 | C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s:24 .text.HAL_GPIOEx_ConfigEventout:0000000000000000 HAL_GPIOEx_ConfigEventout |
| 239 | C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s:49 .text.HAL_GPIOEx_ConfigEventout:0000000000000010 $d |
239 | C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s:49 .text.HAL_GPIOEx_ConfigEventout:0000000000000010 $d |
| 240 | C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s:54 .text.HAL_GPIOEx_EnableEventout:0000000000000000 $t |
240 | C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s:54 .text.HAL_GPIOEx_EnableEventout:0000000000000000 $t |
| 241 | C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s:61 .text.HAL_GPIOEx_EnableEventout:0000000000000000 HAL_GPIOEx_EnableEventout |
241 | C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s:61 .text.HAL_GPIOEx_EnableEventout:0000000000000000 HAL_GPIOEx_EnableEventout |
| 242 | C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s:78 .text.HAL_GPIOEx_EnableEventout:000000000000000c $d |
242 | C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s:78 .text.HAL_GPIOEx_EnableEventout:000000000000000c $d |
| 243 | C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s:83 .text.HAL_GPIOEx_DisableEventout:0000000000000000 $t |
243 | C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s:83 .text.HAL_GPIOEx_DisableEventout:0000000000000000 $t |
| 244 | C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s:90 .text.HAL_GPIOEx_DisableEventout:0000000000000000 HAL_GPIOEx_DisableEventout |
244 | C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s:90 .text.HAL_GPIOEx_DisableEventout:0000000000000000 HAL_GPIOEx_DisableEventout |
| 245 | C:\Users\mike\AppData\Local\Temp\ccTl7wDF.s:107 .text.HAL_GPIOEx_DisableEventout:000000000000000c $d |
245 | C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s:107 .text.HAL_GPIOEx_DisableEventout:000000000000000c $d |
| 246 | 246 | ||
| 247 | NO UNDEFINED SYMBOLS |
247 | NO UNDEFINED SYMBOLS |