Rev 18 | Rev 20 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
19 | mjames | 1 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s page 1 |
16 | mjames | 2 | |
3 | |||
4 | 1 .cpu cortex-m3 |
||
5 | 2 .eabi_attribute 20, 1 |
||
6 | 3 .eabi_attribute 21, 1 |
||
7 | 4 .eabi_attribute 23, 3 |
||
8 | 5 .eabi_attribute 24, 1 |
||
9 | 6 .eabi_attribute 25, 1 |
||
10 | 7 .eabi_attribute 26, 1 |
||
11 | 8 .eabi_attribute 30, 1 |
||
12 | 9 .eabi_attribute 34, 1 |
||
13 | 10 .eabi_attribute 18, 4 |
||
14 | 11 .file "stm32f1xx_hal_gpio_ex.c" |
||
15 | 12 .text |
||
16 | 13 .Ltext0: |
||
17 | 14 .cfi_sections .debug_frame |
||
18 | 15 .section .text.HAL_GPIOEx_ConfigEventout,"ax",%progbits |
||
19 | 16 .align 1 |
||
20 | 17 .global HAL_GPIOEx_ConfigEventout |
||
21 | 18 .arch armv7-m |
||
22 | 19 .syntax unified |
||
23 | 20 .thumb |
||
24 | 21 .thumb_func |
||
25 | 22 .fpu softvfp |
||
26 | 24 HAL_GPIOEx_ConfigEventout: |
||
27 | 25 .LVL0: |
||
28 | 26 .LFB65: |
||
29 | 27 .file 1 "Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c" |
||
30 | 1:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /** |
||
31 | 2:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** ****************************************************************************** |
||
32 | 3:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @file stm32f1xx_hal_gpio_ex.c |
||
33 | 4:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @author MCD Application Team |
||
34 | 5:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @brief GPIO Extension HAL module driver. |
||
35 | 6:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * This file provides firmware functions to manage the following |
||
36 | 7:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * functionalities of the General Purpose Input/Output (GPIO) extension peripheral. |
||
37 | 8:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * + Extended features functions |
||
38 | 9:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * |
||
39 | 10:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** @verbatim |
||
40 | 11:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** ============================================================================== |
||
41 | 12:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** ##### GPIO Peripheral extension features ##### |
||
42 | 13:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** ============================================================================== |
||
43 | 14:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** [..] GPIO module on STM32F1 family, manage also the AFIO register: |
||
44 | 15:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** (+) Possibility to use the EVENTOUT Cortex feature |
||
45 | 16:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
46 | 17:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** ##### How to use this driver ##### |
||
47 | 18:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** ============================================================================== |
||
48 | 19:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** [..] This driver provides functions to use EVENTOUT Cortex feature |
||
49 | 20:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** (#) Configure EVENTOUT Cortex feature using the function HAL_GPIOEx_ConfigEventout() |
||
50 | 21:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** (#) Activate EVENTOUT Cortex feature using the HAL_GPIOEx_EnableEventout() |
||
51 | 22:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** (#) Deactivate EVENTOUT Cortex feature using the HAL_GPIOEx_DisableEventout() |
||
52 | 23:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
53 | 24:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** @endverbatim |
||
54 | 25:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** ****************************************************************************** |
||
55 | 26:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @attention |
||
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. |
||
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 **** * |
||
60 | 31:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * This software component is licensed by ST under BSD 3-Clause license, |
||
19 | mjames | 61 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s page 2 |
16 | mjames | 62 | |
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 |
||
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 |
||
67 | 35:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * |
||
68 | 36:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** ****************************************************************************** |
||
69 | 37:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** */ |
||
70 | 38:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
71 | 39:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /* Includes ------------------------------------------------------------------*/ |
||
72 | 40:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** #include "stm32f1xx_hal.h" |
||
73 | 41:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
74 | 42:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /** @addtogroup STM32F1xx_HAL_Driver |
||
75 | 43:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @{ |
||
76 | 44:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** */ |
||
77 | 45:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
78 | 46:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /** @defgroup GPIOEx GPIOEx |
||
79 | 47:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @brief GPIO HAL module driver |
||
80 | 48:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @{ |
||
81 | 49:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** */ |
||
82 | 50:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
83 | 51:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** #ifdef HAL_GPIO_MODULE_ENABLED |
||
84 | 52:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
85 | 53:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /** @defgroup GPIOEx_Exported_Functions GPIOEx Exported Functions |
||
86 | 54:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @{ |
||
87 | 55:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** */ |
||
88 | 56:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
89 | 57:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /** @defgroup GPIOEx_Exported_Functions_Group1 Extended features functions |
||
90 | 58:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @brief Extended features functions |
||
91 | 59:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * |
||
92 | 60:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** @verbatim |
||
93 | 61:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** ============================================================================== |
||
94 | 62:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** ##### Extended features functions ##### |
||
95 | 63:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** ============================================================================== |
||
96 | 64:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** [..] This section provides functions allowing to: |
||
97 | 65:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** (+) Configure EVENTOUT Cortex feature using the function HAL_GPIOEx_ConfigEventout() |
||
98 | 66:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** (+) Activate EVENTOUT Cortex feature using the HAL_GPIOEx_EnableEventout() |
||
99 | 67:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** (+) Deactivate EVENTOUT Cortex feature using the HAL_GPIOEx_DisableEventout() |
||
100 | 68:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
101 | 69:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** @endverbatim |
||
102 | 70:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @{ |
||
103 | 71:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** */ |
||
104 | 72:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
105 | 73:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /** |
||
106 | 74:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @brief Configures the port and pin on which the EVENTOUT Cortex signal will be connected. |
||
107 | 75:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @param GPIO_PortSource Select the port used to output the Cortex EVENTOUT signal. |
||
108 | 76:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * This parameter can be a value of @ref GPIOEx_EVENTOUT_PORT. |
||
109 | 77:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @param GPIO_PinSource Select the pin used to output the Cortex EVENTOUT signal. |
||
110 | 78:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * This parameter can be a value of @ref GPIOEx_EVENTOUT_PIN. |
||
111 | 79:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @retval None |
||
112 | 80:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** */ |
||
113 | 81:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** void HAL_GPIOEx_ConfigEventout(uint32_t GPIO_PortSource, uint32_t GPIO_PinSource) |
||
114 | 82:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** { |
||
115 | 28 .loc 1 82 1 view -0 |
||
116 | 29 .cfi_startproc |
||
117 | 30 @ args = 0, pretend = 0, frame = 0 |
||
118 | 31 @ frame_needed = 0, uses_anonymous_args = 0 |
||
119 | 32 @ link register save eliminated. |
||
120 | 83:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /* Verify the parameters */ |
||
19 | mjames | 121 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s page 3 |
16 | mjames | 122 | |
123 | |||
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 |
||
126 | 85:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** assert_param(IS_AFIO_EVENTOUT_PIN(GPIO_PinSource)); |
||
127 | 34 .loc 1 85 3 view .LVU2 |
||
128 | 86:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
129 | 87:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /* Apply the new configuration */ |
||
130 | 88:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** MODIFY_REG(AFIO->EVCR, (AFIO_EVCR_PORT) | (AFIO_EVCR_PIN), (GPIO_PortSource) | (GPIO_PinSource)); |
||
131 | 35 .loc 1 88 3 view .LVU3 |
||
132 | 36 0000 034A ldr r2, .L2 |
||
133 | 37 0002 1368 ldr r3, [r2] |
||
134 | 38 0004 23F07F03 bic r3, r3, #127 |
||
135 | 39 0008 0143 orrs r1, r1, r0 |
||
136 | 40 .LVL1: |
||
137 | 41 .loc 1 88 3 is_stmt 0 view .LVU4 |
||
138 | 42 000a 0B43 orrs r3, r3, r1 |
||
139 | 43 000c 1360 str r3, [r2] |
||
140 | 89:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** } |
||
141 | 44 .loc 1 89 1 view .LVU5 |
||
142 | 45 000e 7047 bx lr |
||
143 | 46 .L3: |
||
144 | 47 .align 2 |
||
145 | 48 .L2: |
||
146 | 49 0010 00000140 .word 1073807360 |
||
147 | 50 .cfi_endproc |
||
148 | 51 .LFE65: |
||
149 | 53 .section .text.HAL_GPIOEx_EnableEventout,"ax",%progbits |
||
150 | 54 .align 1 |
||
151 | 55 .global HAL_GPIOEx_EnableEventout |
||
152 | 56 .syntax unified |
||
153 | 57 .thumb |
||
154 | 58 .thumb_func |
||
155 | 59 .fpu softvfp |
||
156 | 61 HAL_GPIOEx_EnableEventout: |
||
157 | 62 .LFB66: |
||
158 | 90:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
159 | 91:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /** |
||
160 | 92:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @brief Enables the Event Output. |
||
161 | 93:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @retval None |
||
162 | 94:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** */ |
||
163 | 95:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** void HAL_GPIOEx_EnableEventout(void) |
||
164 | 96:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** { |
||
165 | 63 .loc 1 96 1 is_stmt 1 view -0 |
||
166 | 64 .cfi_startproc |
||
167 | 65 @ args = 0, pretend = 0, frame = 0 |
||
168 | 66 @ frame_needed = 0, uses_anonymous_args = 0 |
||
169 | 67 @ link register save eliminated. |
||
170 | 97:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** SET_BIT(AFIO->EVCR, AFIO_EVCR_EVOE); |
||
171 | 68 .loc 1 97 3 view .LVU7 |
||
172 | 69 0000 024A ldr r2, .L5 |
||
173 | 70 0002 1368 ldr r3, [r2] |
||
174 | 71 0004 43F08003 orr r3, r3, #128 |
||
175 | 72 0008 1360 str r3, [r2] |
||
176 | 98:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** } |
||
177 | 73 .loc 1 98 1 is_stmt 0 view .LVU8 |
||
178 | 74 000a 7047 bx lr |
||
179 | 75 .L6: |
||
180 | 76 .align 2 |
||
19 | mjames | 181 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s page 4 |
16 | mjames | 182 | |
183 | |||
184 | 77 .L5: |
||
185 | 78 000c 00000140 .word 1073807360 |
||
186 | 79 .cfi_endproc |
||
187 | 80 .LFE66: |
||
188 | 82 .section .text.HAL_GPIOEx_DisableEventout,"ax",%progbits |
||
189 | 83 .align 1 |
||
190 | 84 .global HAL_GPIOEx_DisableEventout |
||
191 | 85 .syntax unified |
||
192 | 86 .thumb |
||
193 | 87 .thumb_func |
||
194 | 88 .fpu softvfp |
||
195 | 90 HAL_GPIOEx_DisableEventout: |
||
196 | 91 .LFB67: |
||
197 | 99:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** |
||
198 | 100:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** /** |
||
199 | 101:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @brief Disables the Event Output. |
||
200 | 102:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** * @retval None |
||
201 | 103:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** */ |
||
202 | 104:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** void HAL_GPIOEx_DisableEventout(void) |
||
203 | 105:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** { |
||
204 | 92 .loc 1 105 1 is_stmt 1 view -0 |
||
205 | 93 .cfi_startproc |
||
206 | 94 @ args = 0, pretend = 0, frame = 0 |
||
207 | 95 @ frame_needed = 0, uses_anonymous_args = 0 |
||
208 | 96 @ link register save eliminated. |
||
209 | 106:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** CLEAR_BIT(AFIO->EVCR, AFIO_EVCR_EVOE); |
||
210 | 97 .loc 1 106 3 view .LVU10 |
||
211 | 98 0000 024A ldr r2, .L8 |
||
212 | 99 0002 1368 ldr r3, [r2] |
||
213 | 100 0004 23F08003 bic r3, r3, #128 |
||
214 | 101 0008 1360 str r3, [r2] |
||
215 | 107:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c **** } |
||
216 | 102 .loc 1 107 1 is_stmt 0 view .LVU11 |
||
217 | 103 000a 7047 bx lr |
||
218 | 104 .L9: |
||
219 | 105 .align 2 |
||
220 | 106 .L8: |
||
221 | 107 000c 00000140 .word 1073807360 |
||
222 | 108 .cfi_endproc |
||
223 | 109 .LFE67: |
||
224 | 111 .text |
||
225 | 112 .Letext0: |
||
226 | 113 .file 2 "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" |
||
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" |
||
231 | 118 .file 7 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h" |
||
19 | mjames | 232 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s page 5 |
16 | mjames | 233 | |
234 | |||
235 | DEFINED SYMBOLS |
||
236 | *ABS*:0000000000000000 stm32f1xx_hal_gpio_ex.c |
||
19 | mjames | 237 | C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s:16 .text.HAL_GPIOEx_ConfigEventout:0000000000000000 $t |
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\ccxAMpzU.s:49 .text.HAL_GPIOEx_ConfigEventout:0000000000000010 $d |
||
240 | C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s:54 .text.HAL_GPIOEx_EnableEventout:0000000000000000 $t |
||
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\ccxAMpzU.s:78 .text.HAL_GPIOEx_EnableEventout:000000000000000c $d |
||
243 | C:\Users\mike\AppData\Local\Temp\ccxAMpzU.s:83 .text.HAL_GPIOEx_DisableEventout:0000000000000000 $t |
||
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\ccxAMpzU.s:107 .text.HAL_GPIOEx_DisableEventout:000000000000000c $d |
||
16 | mjames | 246 | |
247 | NO UNDEFINED SYMBOLS |