123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534 |
- ARM GAS /tmp/ccNC6Sc6.s page 1
- 1 .cpu cortex-m3
- 2 .arch armv7-m
- 3 .fpu softvfp
- 4 .eabi_attribute 20, 1
- 5 .eabi_attribute 21, 1
- 6 .eabi_attribute 23, 3
- 7 .eabi_attribute 24, 1
- 8 .eabi_attribute 25, 1
- 9 .eabi_attribute 26, 1
- 10 .eabi_attribute 30, 1
- 11 .eabi_attribute 34, 1
- 12 .eabi_attribute 18, 4
- 13 .file "usbd_ioreq.c"
- 14 .text
- 15 .Ltext0:
- 16 .cfi_sections .debug_frame
- 17 .section .text.USBD_CtlSendData,"ax",%progbits
- 18 .align 1
- 19 .global USBD_CtlSendData
- 20 .syntax unified
- 21 .thumb
- 22 .thumb_func
- 24 USBD_CtlSendData:
- 25 .LVL0:
- 26 .LFB655:
- 27 .file 1 "Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c"
- 1:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- 2:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** ******************************************************************************
- 3:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @file usbd_ioreq.c
- 4:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @author MCD Application Team
- 5:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @brief This file provides the IO requests APIs for control endpoints.
- 6:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** ******************************************************************************
- 7:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @attention
- 8:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** *
- 9:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * <h2><center>© Copyright (c) 2015 STMicroelectronics.
- 10:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * All rights reserved.</center></h2>
- 11:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** *
- 12:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * This software component is licensed by ST under Ultimate Liberty license
- 13:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * SLA0044, the "License"; You may not use this file except in compliance with
- 14:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * the License. You may obtain a copy of the License at:
- 15:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * www.st.com/SLA0044
- 16:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** *
- 17:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** ******************************************************************************
- 18:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 19:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 20:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /* Includes ------------------------------------------------------------------*/
- 21:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** #include "usbd_ioreq.h"
- 22:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 23:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /** @addtogroup STM32_USB_DEVICE_LIBRARY
- 24:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @{
- 25:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 26:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 27:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 28:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /** @defgroup USBD_IOREQ
- 29:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @brief control I/O requests module
- 30:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @{
- 31:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- ARM GAS /tmp/ccNC6Sc6.s page 2
- 32:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 33:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /** @defgroup USBD_IOREQ_Private_TypesDefinitions
- 34:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @{
- 35:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 36:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- 37:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @}
- 38:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 39:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 40:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 41:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /** @defgroup USBD_IOREQ_Private_Defines
- 42:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @{
- 43:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 44:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 45:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- 46:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @}
- 47:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 48:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 49:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 50:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /** @defgroup USBD_IOREQ_Private_Macros
- 51:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @{
- 52:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 53:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- 54:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @}
- 55:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 56:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 57:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 58:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /** @defgroup USBD_IOREQ_Private_Variables
- 59:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @{
- 60:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 61:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 62:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- 63:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @}
- 64:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 65:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 66:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 67:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /** @defgroup USBD_IOREQ_Private_FunctionPrototypes
- 68:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @{
- 69:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 70:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- 71:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @}
- 72:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 73:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 74:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 75:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /** @defgroup USBD_IOREQ_Private_Functions
- 76:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @{
- 77:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 78:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 79:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- 80:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @brief USBD_CtlSendData
- 81:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * send data on the ctl pipe
- 82:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param pdev: device instance
- 83:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param buff: pointer to data buffer
- 84:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param len: length of data to be sent
- 85:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @retval status
- 86:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 87:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** USBD_StatusTypeDef USBD_CtlSendData(USBD_HandleTypeDef *pdev,
- 88:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** uint8_t *pbuf, uint16_t len)
- ARM GAS /tmp/ccNC6Sc6.s page 3
- 89:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** {
- 28 .loc 1 89 1 view -0
- 29 .cfi_startproc
- 30 @ args = 0, pretend = 0, frame = 0
- 31 @ frame_needed = 0, uses_anonymous_args = 0
- 32 .loc 1 89 1 is_stmt 0 view .LVU1
- 33 0000 08B5 push {r3, lr}
- 34 .LCFI0:
- 35 .cfi_def_cfa_offset 8
- 36 .cfi_offset 3, -8
- 37 .cfi_offset 14, -4
- 38 0002 1346 mov r3, r2
- 90:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /* Set EP0 State */
- 91:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** pdev->ep0_state = USBD_EP0_DATA_IN;
- 39 .loc 1 91 3 is_stmt 1 view .LVU2
- 40 .loc 1 91 19 is_stmt 0 view .LVU3
- 41 0004 0222 movs r2, #2
- 42 .LVL1:
- 43 .loc 1 91 19 view .LVU4
- 44 0006 C0F89422 str r2, [r0, #660]
- 92:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** pdev->ep_in[0].total_length = len;
- 45 .loc 1 92 3 is_stmt 1 view .LVU5
- 46 .loc 1 92 31 is_stmt 0 view .LVU6
- 47 000a C361 str r3, [r0, #28]
- 93:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** pdev->ep_in[0].rem_length = len;
- 48 .loc 1 93 3 is_stmt 1 view .LVU7
- 49 .loc 1 93 31 is_stmt 0 view .LVU8
- 50 000c 0362 str r3, [r0, #32]
- 94:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 95:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /* Start the transfer */
- 96:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** USBD_LL_Transmit(pdev, 0x00U, pbuf, len);
- 51 .loc 1 96 3 is_stmt 1 view .LVU9
- 52 000e 0A46 mov r2, r1
- 53 0010 0021 movs r1, #0
- 54 .LVL2:
- 55 .loc 1 96 3 is_stmt 0 view .LVU10
- 56 0012 FFF7FEFF bl USBD_LL_Transmit
- 57 .LVL3:
- 97:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 98:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** return USBD_OK;
- 58 .loc 1 98 3 is_stmt 1 view .LVU11
- 99:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** }
- 59 .loc 1 99 1 is_stmt 0 view .LVU12
- 60 0016 0020 movs r0, #0
- 61 0018 08BD pop {r3, pc}
- 62 .cfi_endproc
- 63 .LFE655:
- 65 .section .text.USBD_CtlContinueSendData,"ax",%progbits
- 66 .align 1
- 67 .global USBD_CtlContinueSendData
- 68 .syntax unified
- 69 .thumb
- 70 .thumb_func
- 72 USBD_CtlContinueSendData:
- 73 .LVL4:
- 74 .LFB656:
- 100:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- ARM GAS /tmp/ccNC6Sc6.s page 4
- 101:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- 102:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @brief USBD_CtlContinueSendData
- 103:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * continue sending data on the ctl pipe
- 104:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param pdev: device instance
- 105:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param buff: pointer to data buffer
- 106:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param len: length of data to be sent
- 107:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @retval status
- 108:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 109:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** USBD_StatusTypeDef USBD_CtlContinueSendData(USBD_HandleTypeDef *pdev,
- 110:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** uint8_t *pbuf, uint16_t len)
- 111:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** {
- 75 .loc 1 111 1 is_stmt 1 view -0
- 76 .cfi_startproc
- 77 @ args = 0, pretend = 0, frame = 0
- 78 @ frame_needed = 0, uses_anonymous_args = 0
- 79 .loc 1 111 1 is_stmt 0 view .LVU14
- 80 0000 08B5 push {r3, lr}
- 81 .LCFI1:
- 82 .cfi_def_cfa_offset 8
- 83 .cfi_offset 3, -8
- 84 .cfi_offset 14, -4
- 85 0002 1346 mov r3, r2
- 112:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /* Start the next transfer */
- 113:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** USBD_LL_Transmit(pdev, 0x00U, pbuf, len);
- 86 .loc 1 113 3 is_stmt 1 view .LVU15
- 87 0004 0A46 mov r2, r1
- 88 .LVL5:
- 89 .loc 1 113 3 is_stmt 0 view .LVU16
- 90 0006 0021 movs r1, #0
- 91 .LVL6:
- 92 .loc 1 113 3 view .LVU17
- 93 0008 FFF7FEFF bl USBD_LL_Transmit
- 94 .LVL7:
- 114:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 115:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** return USBD_OK;
- 95 .loc 1 115 3 is_stmt 1 view .LVU18
- 116:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** }
- 96 .loc 1 116 1 is_stmt 0 view .LVU19
- 97 000c 0020 movs r0, #0
- 98 000e 08BD pop {r3, pc}
- 99 .cfi_endproc
- 100 .LFE656:
- 102 .section .text.USBD_CtlPrepareRx,"ax",%progbits
- 103 .align 1
- 104 .global USBD_CtlPrepareRx
- 105 .syntax unified
- 106 .thumb
- 107 .thumb_func
- 109 USBD_CtlPrepareRx:
- 110 .LVL8:
- 111 .LFB657:
- 117:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 118:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- 119:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @brief USBD_CtlPrepareRx
- 120:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * receive data on the ctl pipe
- 121:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param pdev: device instance
- 122:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param buff: pointer to data buffer
- ARM GAS /tmp/ccNC6Sc6.s page 5
- 123:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param len: length of data to be received
- 124:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @retval status
- 125:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 126:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** USBD_StatusTypeDef USBD_CtlPrepareRx(USBD_HandleTypeDef *pdev,
- 127:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** uint8_t *pbuf, uint16_t len)
- 128:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** {
- 112 .loc 1 128 1 is_stmt 1 view -0
- 113 .cfi_startproc
- 114 @ args = 0, pretend = 0, frame = 0
- 115 @ frame_needed = 0, uses_anonymous_args = 0
- 116 .loc 1 128 1 is_stmt 0 view .LVU21
- 117 0000 08B5 push {r3, lr}
- 118 .LCFI2:
- 119 .cfi_def_cfa_offset 8
- 120 .cfi_offset 3, -8
- 121 .cfi_offset 14, -4
- 122 0002 1346 mov r3, r2
- 129:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /* Set EP0 State */
- 130:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** pdev->ep0_state = USBD_EP0_DATA_OUT;
- 123 .loc 1 130 3 is_stmt 1 view .LVU22
- 124 .loc 1 130 19 is_stmt 0 view .LVU23
- 125 0004 0322 movs r2, #3
- 126 .LVL9:
- 127 .loc 1 130 19 view .LVU24
- 128 0006 C0F89422 str r2, [r0, #660]
- 131:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** pdev->ep_out[0].total_length = len;
- 129 .loc 1 131 3 is_stmt 1 view .LVU25
- 130 .loc 1 131 32 is_stmt 0 view .LVU26
- 131 000a C0F85C31 str r3, [r0, #348]
- 132:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** pdev->ep_out[0].rem_length = len;
- 132 .loc 1 132 3 is_stmt 1 view .LVU27
- 133 .loc 1 132 32 is_stmt 0 view .LVU28
- 134 000e C0F86031 str r3, [r0, #352]
- 133:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 134:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /* Start the transfer */
- 135:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** USBD_LL_PrepareReceive(pdev, 0U, pbuf, len);
- 135 .loc 1 135 3 is_stmt 1 view .LVU29
- 136 0012 0A46 mov r2, r1
- 137 0014 0021 movs r1, #0
- 138 .LVL10:
- 139 .loc 1 135 3 is_stmt 0 view .LVU30
- 140 0016 FFF7FEFF bl USBD_LL_PrepareReceive
- 141 .LVL11:
- 136:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 137:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** return USBD_OK;
- 142 .loc 1 137 3 is_stmt 1 view .LVU31
- 138:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** }
- 143 .loc 1 138 1 is_stmt 0 view .LVU32
- 144 001a 0020 movs r0, #0
- 145 001c 08BD pop {r3, pc}
- 146 .cfi_endproc
- 147 .LFE657:
- 149 .section .text.USBD_CtlContinueRx,"ax",%progbits
- 150 .align 1
- 151 .global USBD_CtlContinueRx
- 152 .syntax unified
- 153 .thumb
- ARM GAS /tmp/ccNC6Sc6.s page 6
- 154 .thumb_func
- 156 USBD_CtlContinueRx:
- 157 .LVL12:
- 158 .LFB658:
- 139:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 140:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- 141:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @brief USBD_CtlContinueRx
- 142:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * continue receive data on the ctl pipe
- 143:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param pdev: device instance
- 144:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param buff: pointer to data buffer
- 145:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param len: length of data to be received
- 146:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @retval status
- 147:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 148:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** USBD_StatusTypeDef USBD_CtlContinueRx(USBD_HandleTypeDef *pdev,
- 149:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** uint8_t *pbuf, uint16_t len)
- 150:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** {
- 159 .loc 1 150 1 is_stmt 1 view -0
- 160 .cfi_startproc
- 161 @ args = 0, pretend = 0, frame = 0
- 162 @ frame_needed = 0, uses_anonymous_args = 0
- 163 .loc 1 150 1 is_stmt 0 view .LVU34
- 164 0000 08B5 push {r3, lr}
- 165 .LCFI3:
- 166 .cfi_def_cfa_offset 8
- 167 .cfi_offset 3, -8
- 168 .cfi_offset 14, -4
- 169 0002 1346 mov r3, r2
- 151:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** USBD_LL_PrepareReceive(pdev, 0U, pbuf, len);
- 170 .loc 1 151 3 is_stmt 1 view .LVU35
- 171 0004 0A46 mov r2, r1
- 172 .LVL13:
- 173 .loc 1 151 3 is_stmt 0 view .LVU36
- 174 0006 0021 movs r1, #0
- 175 .LVL14:
- 176 .loc 1 151 3 view .LVU37
- 177 0008 FFF7FEFF bl USBD_LL_PrepareReceive
- 178 .LVL15:
- 152:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 153:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** return USBD_OK;
- 179 .loc 1 153 3 is_stmt 1 view .LVU38
- 154:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** }
- 180 .loc 1 154 1 is_stmt 0 view .LVU39
- 181 000c 0020 movs r0, #0
- 182 000e 08BD pop {r3, pc}
- 183 .cfi_endproc
- 184 .LFE658:
- 186 .section .text.USBD_CtlSendStatus,"ax",%progbits
- 187 .align 1
- 188 .global USBD_CtlSendStatus
- 189 .syntax unified
- 190 .thumb
- 191 .thumb_func
- 193 USBD_CtlSendStatus:
- 194 .LVL16:
- 195 .LFB659:
- 155:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 156:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- ARM GAS /tmp/ccNC6Sc6.s page 7
- 157:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @brief USBD_CtlSendStatus
- 158:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * send zero lzngth packet on the ctl pipe
- 159:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param pdev: device instance
- 160:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @retval status
- 161:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 162:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** USBD_StatusTypeDef USBD_CtlSendStatus(USBD_HandleTypeDef *pdev)
- 163:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** {
- 196 .loc 1 163 1 is_stmt 1 view -0
- 197 .cfi_startproc
- 198 @ args = 0, pretend = 0, frame = 0
- 199 @ frame_needed = 0, uses_anonymous_args = 0
- 200 .loc 1 163 1 is_stmt 0 view .LVU41
- 201 0000 08B5 push {r3, lr}
- 202 .LCFI4:
- 203 .cfi_def_cfa_offset 8
- 204 .cfi_offset 3, -8
- 205 .cfi_offset 14, -4
- 164:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /* Set EP0 State */
- 165:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** pdev->ep0_state = USBD_EP0_STATUS_IN;
- 206 .loc 1 165 3 is_stmt 1 view .LVU42
- 207 .loc 1 165 19 is_stmt 0 view .LVU43
- 208 0002 0423 movs r3, #4
- 209 0004 C0F89432 str r3, [r0, #660]
- 166:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 167:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /* Start the transfer */
- 168:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** USBD_LL_Transmit(pdev, 0x00U, NULL, 0U);
- 210 .loc 1 168 3 is_stmt 1 view .LVU44
- 211 0008 0023 movs r3, #0
- 212 000a 1A46 mov r2, r3
- 213 000c 1946 mov r1, r3
- 214 000e FFF7FEFF bl USBD_LL_Transmit
- 215 .LVL17:
- 169:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 170:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** return USBD_OK;
- 216 .loc 1 170 3 view .LVU45
- 171:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** }
- 217 .loc 1 171 1 is_stmt 0 view .LVU46
- 218 0012 0020 movs r0, #0
- 219 0014 08BD pop {r3, pc}
- 220 .cfi_endproc
- 221 .LFE659:
- 223 .section .text.USBD_CtlReceiveStatus,"ax",%progbits
- 224 .align 1
- 225 .global USBD_CtlReceiveStatus
- 226 .syntax unified
- 227 .thumb
- 228 .thumb_func
- 230 USBD_CtlReceiveStatus:
- 231 .LVL18:
- 232 .LFB660:
- 172:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 173:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- 174:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @brief USBD_CtlReceiveStatus
- 175:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * receive zero lzngth packet on the ctl pipe
- 176:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param pdev: device instance
- 177:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @retval status
- 178:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- ARM GAS /tmp/ccNC6Sc6.s page 8
- 179:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** USBD_StatusTypeDef USBD_CtlReceiveStatus(USBD_HandleTypeDef *pdev)
- 180:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** {
- 233 .loc 1 180 1 is_stmt 1 view -0
- 234 .cfi_startproc
- 235 @ args = 0, pretend = 0, frame = 0
- 236 @ frame_needed = 0, uses_anonymous_args = 0
- 237 .loc 1 180 1 is_stmt 0 view .LVU48
- 238 0000 08B5 push {r3, lr}
- 239 .LCFI5:
- 240 .cfi_def_cfa_offset 8
- 241 .cfi_offset 3, -8
- 242 .cfi_offset 14, -4
- 181:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /* Set EP0 State */
- 182:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** pdev->ep0_state = USBD_EP0_STATUS_OUT;
- 243 .loc 1 182 3 is_stmt 1 view .LVU49
- 244 .loc 1 182 19 is_stmt 0 view .LVU50
- 245 0002 0523 movs r3, #5
- 246 0004 C0F89432 str r3, [r0, #660]
- 183:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 184:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /* Start the transfer */
- 185:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** USBD_LL_PrepareReceive(pdev, 0U, NULL, 0U);
- 247 .loc 1 185 3 is_stmt 1 view .LVU51
- 248 0008 0023 movs r3, #0
- 249 000a 1A46 mov r2, r3
- 250 000c 1946 mov r1, r3
- 251 000e FFF7FEFF bl USBD_LL_PrepareReceive
- 252 .LVL19:
- 186:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 187:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** return USBD_OK;
- 253 .loc 1 187 3 view .LVU52
- 188:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** }
- 254 .loc 1 188 1 is_stmt 0 view .LVU53
- 255 0012 0020 movs r0, #0
- 256 0014 08BD pop {r3, pc}
- 257 .cfi_endproc
- 258 .LFE660:
- 260 .section .text.USBD_GetRxCount,"ax",%progbits
- 261 .align 1
- 262 .global USBD_GetRxCount
- 263 .syntax unified
- 264 .thumb
- 265 .thumb_func
- 267 USBD_GetRxCount:
- 268 .LVL20:
- 269 .LFB661:
- 189:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c ****
- 190:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** /**
- 191:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @brief USBD_GetRxCount
- 192:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * returns the received data length
- 193:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param pdev: device instance
- 194:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @param ep_addr: endpoint address
- 195:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** * @retval Rx Data blength
- 196:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** */
- 197:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** uint32_t USBD_GetRxCount(USBD_HandleTypeDef *pdev, uint8_t ep_addr)
- 198:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** {
- 270 .loc 1 198 1 is_stmt 1 view -0
- 271 .cfi_startproc
- ARM GAS /tmp/ccNC6Sc6.s page 9
- 272 @ args = 0, pretend = 0, frame = 0
- 273 @ frame_needed = 0, uses_anonymous_args = 0
- 274 .loc 1 198 1 is_stmt 0 view .LVU55
- 275 0000 08B5 push {r3, lr}
- 276 .LCFI6:
- 277 .cfi_def_cfa_offset 8
- 278 .cfi_offset 3, -8
- 279 .cfi_offset 14, -4
- 199:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** return USBD_LL_GetRxDataSize(pdev, ep_addr);
- 280 .loc 1 199 3 is_stmt 1 view .LVU56
- 281 .loc 1 199 10 is_stmt 0 view .LVU57
- 282 0002 FFF7FEFF bl USBD_LL_GetRxDataSize
- 283 .LVL21:
- 200:Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c **** }
- 284 .loc 1 200 1 view .LVU58
- 285 0006 08BD pop {r3, pc}
- 286 .cfi_endproc
- 287 .LFE661:
- 289 .text
- 290 .Letext0:
- 291 .file 2 "/opt/gcc-arm/arm-none-eabi/include/machine/_default_types.h"
- 292 .file 3 "/opt/gcc-arm/arm-none-eabi/include/sys/_stdint.h"
- 293 .file 4 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h"
- 294 .file 5 "Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h"
- 295 .file 6 "Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h"
- 296 .file 7 "Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h"
- ARM GAS /tmp/ccNC6Sc6.s page 10
- DEFINED SYMBOLS
- *ABS*:0000000000000000 usbd_ioreq.c
- /tmp/ccNC6Sc6.s:18 .text.USBD_CtlSendData:0000000000000000 $t
- /tmp/ccNC6Sc6.s:24 .text.USBD_CtlSendData:0000000000000000 USBD_CtlSendData
- /tmp/ccNC6Sc6.s:66 .text.USBD_CtlContinueSendData:0000000000000000 $t
- /tmp/ccNC6Sc6.s:72 .text.USBD_CtlContinueSendData:0000000000000000 USBD_CtlContinueSendData
- /tmp/ccNC6Sc6.s:103 .text.USBD_CtlPrepareRx:0000000000000000 $t
- /tmp/ccNC6Sc6.s:109 .text.USBD_CtlPrepareRx:0000000000000000 USBD_CtlPrepareRx
- /tmp/ccNC6Sc6.s:150 .text.USBD_CtlContinueRx:0000000000000000 $t
- /tmp/ccNC6Sc6.s:156 .text.USBD_CtlContinueRx:0000000000000000 USBD_CtlContinueRx
- /tmp/ccNC6Sc6.s:187 .text.USBD_CtlSendStatus:0000000000000000 $t
- /tmp/ccNC6Sc6.s:193 .text.USBD_CtlSendStatus:0000000000000000 USBD_CtlSendStatus
- /tmp/ccNC6Sc6.s:224 .text.USBD_CtlReceiveStatus:0000000000000000 $t
- /tmp/ccNC6Sc6.s:230 .text.USBD_CtlReceiveStatus:0000000000000000 USBD_CtlReceiveStatus
- /tmp/ccNC6Sc6.s:261 .text.USBD_GetRxCount:0000000000000000 $t
- /tmp/ccNC6Sc6.s:267 .text.USBD_GetRxCount:0000000000000000 USBD_GetRxCount
- UNDEFINED SYMBOLS
- USBD_LL_Transmit
- USBD_LL_PrepareReceive
- USBD_LL_GetRxDataSize
|