Rev 19 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 19 | Rev 20 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s page 1 |
1 | ARM GAS C:\Users\mike\AppData\Local\Temp\cckIP9bX.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_pcd_ex.c **** /** @addtogroup STM32F1xx_HAL_Driver |
56 | 27:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** /** @addtogroup STM32F1xx_HAL_Driver |
57 | 28:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** * @{ |
57 | 28:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** * @{ |
58 | 29:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** */ |
58 | 29:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** */ |
59 | 30:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** |
59 | 30:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** |
60 | 31:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** /** @defgroup PCDEx PCDEx |
60 | 31:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** /** @defgroup PCDEx PCDEx |
61 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s page 2 |
61 | ARM GAS C:\Users\mike\AppData\Local\Temp\cckIP9bX.s page 2 |
62 | 62 | ||
63 | 63 | ||
64 | 32:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** * @brief PCD Extended HAL module driver |
64 | 32:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** * @brief PCD Extended HAL module driver |
65 | 33:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** * @{ |
65 | 33:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** * @{ |
66 | 34:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** */ |
66 | 34:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** */ |
Line 116... | Line 116... | ||
116 | 84:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** When DMA is used 3n * FIFO locations should be reserved for internal DMA registers */ |
116 | 84:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** When DMA is used 3n * FIFO locations should be reserved for internal DMA registers */ |
117 | 85:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** |
117 | 85:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** |
118 | 86:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** Tx_Offset = hpcd->Instance->GRXFSIZ; |
118 | 86:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** Tx_Offset = hpcd->Instance->GRXFSIZ; |
119 | 87:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** |
119 | 87:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** |
120 | 88:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** if (fifo == 0U) |
120 | 88:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** if (fifo == 0U) |
121 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s page 3 |
121 | ARM GAS C:\Users\mike\AppData\Local\Temp\cckIP9bX.s page 3 |
122 | 122 | ||
123 | 123 | ||
124 | 89:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** { |
124 | 89:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** { |
125 | 90:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** hpcd->Instance->DIEPTXF0_HNPTXFSIZ = ((uint32_t)size << 16) | Tx_Offset; |
125 | 90:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** hpcd->Instance->DIEPTXF0_HNPTXFSIZ = ((uint32_t)size << 16) | Tx_Offset; |
126 | 91:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** } |
126 | 91:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** } |
Line 176... | Line 176... | ||
176 | 141:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** uint32_t pmaadress) |
176 | 141:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** uint32_t pmaadress) |
177 | 142:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** { |
177 | 142:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** { |
178 | 28 .loc 1 142 1 view -0 |
178 | 28 .loc 1 142 1 view -0 |
179 | 29 .cfi_startproc |
179 | 29 .cfi_startproc |
180 | 30 @ args = 0, pretend = 0, frame = 0 |
180 | 30 @ args = 0, pretend = 0, frame = 0 |
181 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s page 4 |
181 | ARM GAS C:\Users\mike\AppData\Local\Temp\cckIP9bX.s page 4 |
182 | 182 | ||
183 | 183 | ||
184 | 31 @ frame_needed = 0, uses_anonymous_args = 0 |
184 | 31 @ frame_needed = 0, uses_anonymous_args = 0 |
185 | 32 @ link register save eliminated. |
185 | 32 @ link register save eliminated. |
186 | 143:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** PCD_EPTypeDef *ep; |
186 | 143:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** PCD_EPTypeDef *ep; |
Line 236... | Line 236... | ||
236 | 167:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** /* Configure the PMA */ |
236 | 167:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** /* Configure the PMA */ |
237 | 168:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); |
237 | 168:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** ep->pmaaddr0 = (uint16_t)(pmaadress & 0xFFFFU); |
238 | 169:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); |
238 | 169:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** ep->pmaaddr1 = (uint16_t)((pmaadress & 0xFFFF0000U) >> 16); |
239 | 170:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** } |
239 | 170:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** } |
240 | 171:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** |
240 | 171:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** |
241 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s page 5 |
241 | ARM GAS C:\Users\mike\AppData\Local\Temp\cckIP9bX.s page 5 |
242 | 242 | ||
243 | 243 | ||
244 | 172:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** return HAL_OK; |
244 | 172:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** return HAL_OK; |
245 | 59 .loc 1 172 3 is_stmt 1 view .LVU13 |
245 | 59 .loc 1 172 3 is_stmt 1 view .LVU13 |
246 | 173:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** } |
246 | 173:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** } |
Line 296... | Line 296... | ||
296 | 98 .align 1 |
296 | 98 .align 1 |
297 | 99 .weak HAL_PCDEx_SetConnectionState |
297 | 99 .weak HAL_PCDEx_SetConnectionState |
298 | 100 .syntax unified |
298 | 100 .syntax unified |
299 | 101 .thumb |
299 | 101 .thumb |
300 | 102 .thumb_func |
300 | 102 .thumb_func |
301 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s page 6 |
301 | ARM GAS C:\Users\mike\AppData\Local\Temp\cckIP9bX.s page 6 |
302 | 302 | ||
303 | 303 | ||
304 | 103 .fpu softvfp |
304 | 103 .fpu softvfp |
305 | 105 HAL_PCDEx_SetConnectionState: |
305 | 105 HAL_PCDEx_SetConnectionState: |
306 | 106 .LVL10: |
306 | 106 .LVL10: |
Line 356... | Line 356... | ||
356 | 201:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** { |
356 | 201:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** { |
357 | 131 .loc 1 201 1 is_stmt 1 view -0 |
357 | 131 .loc 1 201 1 is_stmt 1 view -0 |
358 | 132 .cfi_startproc |
358 | 132 .cfi_startproc |
359 | 133 @ args = 0, pretend = 0, frame = 0 |
359 | 133 @ args = 0, pretend = 0, frame = 0 |
360 | 134 @ frame_needed = 0, uses_anonymous_args = 0 |
360 | 134 @ frame_needed = 0, uses_anonymous_args = 0 |
361 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s page 7 |
361 | ARM GAS C:\Users\mike\AppData\Local\Temp\cckIP9bX.s page 7 |
362 | 362 | ||
363 | 363 | ||
364 | 135 @ link register save eliminated. |
364 | 135 @ link register save eliminated. |
365 | 202:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** /* Prevent unused argument(s) compilation warning */ |
365 | 202:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** /* Prevent unused argument(s) compilation warning */ |
366 | 203:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** UNUSED(hpcd); |
366 | 203:Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd_ex.c **** UNUSED(hpcd); |
Line 416... | Line 416... | ||
416 | 164 .LFE68: |
416 | 164 .LFE68: |
417 | 166 .text |
417 | 166 .text |
418 | 167 .Letext0: |
418 | 167 .Letext0: |
419 | 168 .file 2 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7 |
419 | 168 .file 2 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7 |
420 | 169 .file 3 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7 |
420 | 169 .file 3 "c:\\users\\mike\\appdata\\roaming\\xpacks\\@gnu-mcu-eclipse\\arm-none-eabi-gcc\\8.2.1-1.7 |
421 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s page 8 |
421 | ARM GAS C:\Users\mike\AppData\Local\Temp\cckIP9bX.s page 8 |
422 | 422 | ||
423 | 423 | ||
424 | 170 .file 4 "Drivers/CMSIS/Include/core_cm3.h" |
424 | 170 .file 4 "Drivers/CMSIS/Include/core_cm3.h" |
425 | 171 .file 5 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h" |
425 | 171 .file 5 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h" |
426 | 172 .file 6 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h" |
426 | 172 .file 6 "Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h" |
427 | 173 .file 7 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h" |
427 | 173 .file 7 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h" |
428 | 174 .file 8 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h" |
428 | 174 .file 8 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h" |
429 | 175 .file 9 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h" |
429 | 175 .file 9 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h" |
430 | 176 .file 10 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h" |
430 | 176 .file 10 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h" |
431 | ARM GAS C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s page 9 |
431 | ARM GAS C:\Users\mike\AppData\Local\Temp\cckIP9bX.s page 9 |
432 | 432 | ||
433 | 433 | ||
434 | DEFINED SYMBOLS |
434 | DEFINED SYMBOLS |
435 | *ABS*:0000000000000000 stm32f1xx_hal_pcd_ex.c |
435 | *ABS*:0000000000000000 stm32f1xx_hal_pcd_ex.c |
436 | C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s:16 .text.HAL_PCDEx_PMAConfig:0000000000000000 $t |
436 | C:\Users\mike\AppData\Local\Temp\cckIP9bX.s:16 .text.HAL_PCDEx_PMAConfig:0000000000000000 $t |
437 | C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s:24 .text.HAL_PCDEx_PMAConfig:0000000000000000 HAL_PCDEx_PMAConfig |
437 | C:\Users\mike\AppData\Local\Temp\cckIP9bX.s:24 .text.HAL_PCDEx_PMAConfig:0000000000000000 HAL_PCDEx_PMAConfig |
438 | C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s:98 .text.HAL_PCDEx_SetConnectionState:0000000000000000 $t |
438 | C:\Users\mike\AppData\Local\Temp\cckIP9bX.s:98 .text.HAL_PCDEx_SetConnectionState:0000000000000000 $t |
439 | C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s:105 .text.HAL_PCDEx_SetConnectionState:0000000000000000 HAL_PCDEx_SetConnectionState |
439 | C:\Users\mike\AppData\Local\Temp\cckIP9bX.s:105 .text.HAL_PCDEx_SetConnectionState:0000000000000000 HAL_PCDEx_SetConnectionState |
440 | C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s:121 .text.HAL_PCDEx_LPM_Callback:0000000000000000 $t |
440 | C:\Users\mike\AppData\Local\Temp\cckIP9bX.s:121 .text.HAL_PCDEx_LPM_Callback:0000000000000000 $t |
441 | C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s:128 .text.HAL_PCDEx_LPM_Callback:0000000000000000 HAL_PCDEx_LPM_Callback |
441 | C:\Users\mike\AppData\Local\Temp\cckIP9bX.s:128 .text.HAL_PCDEx_LPM_Callback:0000000000000000 HAL_PCDEx_LPM_Callback |
442 | C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s:144 .text.HAL_PCDEx_BCD_Callback:0000000000000000 $t |
442 | C:\Users\mike\AppData\Local\Temp\cckIP9bX.s:144 .text.HAL_PCDEx_BCD_Callback:0000000000000000 $t |
443 | C:\Users\mike\AppData\Local\Temp\ccYWQrbe.s:151 .text.HAL_PCDEx_BCD_Callback:0000000000000000 HAL_PCDEx_BCD_Callback |
443 | C:\Users\mike\AppData\Local\Temp\cckIP9bX.s:151 .text.HAL_PCDEx_BCD_Callback:0000000000000000 HAL_PCDEx_BCD_Callback |
444 | 444 | ||
445 | NO UNDEFINED SYMBOLS |
445 | NO UNDEFINED SYMBOLS |