The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
AnnaBridge
Date:
Wed Jun 21 17:31:38 2017 +0100
Revision:
145:64910690c574
Parent:
128:9bcdf88f62b0
Release 145 of the mbed library.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 86:04dd9b1680ae 1 /**
bogdanm 86:04dd9b1680ae 2 ******************************************************************************
bogdanm 86:04dd9b1680ae 3 * @file stm32f4xx_ll_usb.h
bogdanm 86:04dd9b1680ae 4 * @author MCD Application Team
AnnaBridge 145:64910690c574 5 * @version V1.7.1
AnnaBridge 145:64910690c574 6 * @date 14-April-2017
bogdanm 86:04dd9b1680ae 7 * @brief Header file of USB Core HAL module.
bogdanm 86:04dd9b1680ae 8 ******************************************************************************
bogdanm 86:04dd9b1680ae 9 * @attention
bogdanm 86:04dd9b1680ae 10 *
AnnaBridge 145:64910690c574 11 * <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
bogdanm 86:04dd9b1680ae 12 *
bogdanm 86:04dd9b1680ae 13 * Redistribution and use in source and binary forms, with or without modification,
bogdanm 86:04dd9b1680ae 14 * are permitted provided that the following conditions are met:
bogdanm 86:04dd9b1680ae 15 * 1. Redistributions of source code must retain the above copyright notice,
bogdanm 86:04dd9b1680ae 16 * this list of conditions and the following disclaimer.
bogdanm 86:04dd9b1680ae 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
bogdanm 86:04dd9b1680ae 18 * this list of conditions and the following disclaimer in the documentation
bogdanm 86:04dd9b1680ae 19 * and/or other materials provided with the distribution.
bogdanm 86:04dd9b1680ae 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
bogdanm 86:04dd9b1680ae 21 * may be used to endorse or promote products derived from this software
bogdanm 86:04dd9b1680ae 22 * without specific prior written permission.
bogdanm 86:04dd9b1680ae 23 *
bogdanm 86:04dd9b1680ae 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
bogdanm 86:04dd9b1680ae 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
bogdanm 86:04dd9b1680ae 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
bogdanm 86:04dd9b1680ae 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
bogdanm 86:04dd9b1680ae 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
bogdanm 86:04dd9b1680ae 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
bogdanm 86:04dd9b1680ae 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
bogdanm 86:04dd9b1680ae 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
bogdanm 86:04dd9b1680ae 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
bogdanm 86:04dd9b1680ae 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
bogdanm 86:04dd9b1680ae 34 *
bogdanm 86:04dd9b1680ae 35 ******************************************************************************
bogdanm 86:04dd9b1680ae 36 */
bogdanm 86:04dd9b1680ae 37
bogdanm 86:04dd9b1680ae 38 /* Define to prevent recursive inclusion -------------------------------------*/
bogdanm 86:04dd9b1680ae 39 #ifndef __STM32F4xx_LL_USB_H
bogdanm 86:04dd9b1680ae 40 #define __STM32F4xx_LL_USB_H
bogdanm 86:04dd9b1680ae 41
bogdanm 86:04dd9b1680ae 42 #ifdef __cplusplus
bogdanm 86:04dd9b1680ae 43 extern "C" {
bogdanm 86:04dd9b1680ae 44 #endif
Kojto 110:165afa46840b 45 #if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F407xx) || defined(STM32F417xx) || \
Kojto 110:165afa46840b 46 defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx) || defined(STM32F439xx) || \
Kojto 110:165afa46840b 47 defined(STM32F401xC) || defined(STM32F401xE) || defined(STM32F411xE) || defined(STM32F446xx) || \
Kojto 122:f9eeca106725 48 defined(STM32F469xx) || defined(STM32F479xx) || defined(STM32F412Zx) || defined(STM32F412Vx) || \
AnnaBridge 145:64910690c574 49 defined(STM32F412Rx) || defined(STM32F412Cx) || defined(STM32F413xx) || defined(STM32F423xx)
bogdanm 86:04dd9b1680ae 50 /* Includes ------------------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 51 #include "stm32f4xx_hal_def.h"
bogdanm 86:04dd9b1680ae 52
bogdanm 86:04dd9b1680ae 53 /** @addtogroup STM32F4xx_HAL
bogdanm 86:04dd9b1680ae 54 * @{
bogdanm 86:04dd9b1680ae 55 */
bogdanm 86:04dd9b1680ae 56
bogdanm 86:04dd9b1680ae 57 /** @addtogroup USB_Core
bogdanm 86:04dd9b1680ae 58 * @{
bogdanm 86:04dd9b1680ae 59 */
bogdanm 86:04dd9b1680ae 60
bogdanm 86:04dd9b1680ae 61 /* Exported types ------------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 62
bogdanm 86:04dd9b1680ae 63 /**
bogdanm 86:04dd9b1680ae 64 * @brief USB Mode definition
bogdanm 86:04dd9b1680ae 65 */
bogdanm 86:04dd9b1680ae 66 typedef enum
bogdanm 86:04dd9b1680ae 67 {
Kojto 122:f9eeca106725 68 USB_OTG_DEVICE_MODE = 0U,
Kojto 122:f9eeca106725 69 USB_OTG_HOST_MODE = 1U,
Kojto 122:f9eeca106725 70 USB_OTG_DRD_MODE = 2U
bogdanm 86:04dd9b1680ae 71
bogdanm 86:04dd9b1680ae 72 }USB_OTG_ModeTypeDef;
bogdanm 86:04dd9b1680ae 73
bogdanm 86:04dd9b1680ae 74 /**
bogdanm 86:04dd9b1680ae 75 * @brief URB States definition
bogdanm 86:04dd9b1680ae 76 */
bogdanm 86:04dd9b1680ae 77 typedef enum {
Kojto 122:f9eeca106725 78 URB_IDLE = 0U,
bogdanm 86:04dd9b1680ae 79 URB_DONE,
bogdanm 86:04dd9b1680ae 80 URB_NOTREADY,
bogdanm 86:04dd9b1680ae 81 URB_NYET,
bogdanm 86:04dd9b1680ae 82 URB_ERROR,
bogdanm 86:04dd9b1680ae 83 URB_STALL
bogdanm 86:04dd9b1680ae 84
bogdanm 86:04dd9b1680ae 85 }USB_OTG_URBStateTypeDef;
bogdanm 86:04dd9b1680ae 86
bogdanm 86:04dd9b1680ae 87 /**
bogdanm 86:04dd9b1680ae 88 * @brief Host channel States definition
bogdanm 86:04dd9b1680ae 89 */
bogdanm 86:04dd9b1680ae 90 typedef enum {
Kojto 122:f9eeca106725 91 HC_IDLE = 0U,
bogdanm 86:04dd9b1680ae 92 HC_XFRC,
bogdanm 86:04dd9b1680ae 93 HC_HALTED,
bogdanm 86:04dd9b1680ae 94 HC_NAK,
bogdanm 86:04dd9b1680ae 95 HC_NYET,
bogdanm 86:04dd9b1680ae 96 HC_STALL,
bogdanm 86:04dd9b1680ae 97 HC_XACTERR,
bogdanm 86:04dd9b1680ae 98 HC_BBLERR,
bogdanm 86:04dd9b1680ae 99 HC_DATATGLERR
bogdanm 86:04dd9b1680ae 100
bogdanm 86:04dd9b1680ae 101 }USB_OTG_HCStateTypeDef;
bogdanm 86:04dd9b1680ae 102
bogdanm 86:04dd9b1680ae 103 /**
bogdanm 86:04dd9b1680ae 104 * @brief PCD Initialization Structure definition
bogdanm 86:04dd9b1680ae 105 */
bogdanm 86:04dd9b1680ae 106 typedef struct
bogdanm 86:04dd9b1680ae 107 {
bogdanm 86:04dd9b1680ae 108 uint32_t dev_endpoints; /*!< Device Endpoints number.
bogdanm 86:04dd9b1680ae 109 This parameter depends on the used USB core.
Kojto 122:f9eeca106725 110 This parameter must be a number between Min_Data = 1 and Max_Data = 15 */
Kojto 122:f9eeca106725 111
bogdanm 86:04dd9b1680ae 112 uint32_t Host_channels; /*!< Host Channels number.
bogdanm 86:04dd9b1680ae 113 This parameter Depends on the used USB core.
Kojto 122:f9eeca106725 114 This parameter must be a number between Min_Data = 1 and Max_Data = 15 */
bogdanm 86:04dd9b1680ae 115
bogdanm 86:04dd9b1680ae 116 uint32_t speed; /*!< USB Core speed.
Kojto 122:f9eeca106725 117 This parameter can be any value of @ref USB_Core_Speed_ */
Kojto 122:f9eeca106725 118
Kojto 122:f9eeca106725 119 uint32_t dma_enable; /*!< Enable or disable of the USB embedded DMA. */
bogdanm 86:04dd9b1680ae 120
bogdanm 86:04dd9b1680ae 121 uint32_t ep0_mps; /*!< Set the Endpoint 0 Max Packet size.
Kojto 122:f9eeca106725 122 This parameter can be any value of @ref USB_EP0_MPS_ */
Kojto 122:f9eeca106725 123
bogdanm 86:04dd9b1680ae 124 uint32_t phy_itface; /*!< Select the used PHY interface.
Kojto 122:f9eeca106725 125 This parameter can be any value of @ref USB_Core_PHY_ */
Kojto 122:f9eeca106725 126
Kojto 122:f9eeca106725 127 uint32_t Sof_enable; /*!< Enable or disable the output of the SOF signal. */
Kojto 122:f9eeca106725 128
Kojto 99:dbbf35b96557 129 uint32_t low_power_enable; /*!< Enable or disable the low power mode. */
Kojto 122:f9eeca106725 130
Kojto 99:dbbf35b96557 131 uint32_t lpm_enable; /*!< Enable or disable Link Power Management. */
Kojto 110:165afa46840b 132
Kojto 110:165afa46840b 133 uint32_t battery_charging_enable; /*!< Enable or disable Battery charging. */
Kojto 122:f9eeca106725 134
bogdanm 86:04dd9b1680ae 135 uint32_t vbus_sensing_enable; /*!< Enable or disable the VBUS Sensing feature. */
bogdanm 86:04dd9b1680ae 136
Kojto 122:f9eeca106725 137 uint32_t use_dedicated_ep1; /*!< Enable or disable the use of the dedicated EP1 interrupt. */
Kojto 122:f9eeca106725 138
Kojto 122:f9eeca106725 139 uint32_t use_external_vbus; /*!< Enable or disable the use of the external VBUS. */
Kojto 122:f9eeca106725 140
bogdanm 86:04dd9b1680ae 141 }USB_OTG_CfgTypeDef;
bogdanm 86:04dd9b1680ae 142
Kojto 122:f9eeca106725 143 /**
Kojto 122:f9eeca106725 144 * @brief OTG End Point Initialization Structure definition
Kojto 122:f9eeca106725 145 */
bogdanm 86:04dd9b1680ae 146 typedef struct
bogdanm 86:04dd9b1680ae 147 {
bogdanm 86:04dd9b1680ae 148 uint8_t num; /*!< Endpoint number
Kojto 122:f9eeca106725 149 This parameter must be a number between Min_Data = 1 and Max_Data = 15 */
Kojto 122:f9eeca106725 150
bogdanm 86:04dd9b1680ae 151 uint8_t is_in; /*!< Endpoint direction
Kojto 122:f9eeca106725 152 This parameter must be a number between Min_Data = 0 and Max_Data = 1 */
Kojto 122:f9eeca106725 153
bogdanm 86:04dd9b1680ae 154 uint8_t is_stall; /*!< Endpoint stall condition
Kojto 122:f9eeca106725 155 This parameter must be a number between Min_Data = 0 and Max_Data = 1 */
Kojto 122:f9eeca106725 156
bogdanm 86:04dd9b1680ae 157 uint8_t type; /*!< Endpoint type
Kojto 122:f9eeca106725 158 This parameter can be any value of @ref USB_EP_Type_ */
Kojto 122:f9eeca106725 159
bogdanm 86:04dd9b1680ae 160 uint8_t data_pid_start; /*!< Initial data PID
bogdanm 86:04dd9b1680ae 161 This parameter must be a number between Min_Data = 0 and Max_Data = 1 */
Kojto 122:f9eeca106725 162
bogdanm 86:04dd9b1680ae 163 uint8_t even_odd_frame; /*!< IFrame parity
bogdanm 86:04dd9b1680ae 164 This parameter must be a number between Min_Data = 0 and Max_Data = 1 */
Kojto 122:f9eeca106725 165
bogdanm 86:04dd9b1680ae 166 uint16_t tx_fifo_num; /*!< Transmission FIFO number
bogdanm 86:04dd9b1680ae 167 This parameter must be a number between Min_Data = 1 and Max_Data = 15 */
Kojto 122:f9eeca106725 168
bogdanm 86:04dd9b1680ae 169 uint32_t maxpacket; /*!< Endpoint Max packet size
bogdanm 86:04dd9b1680ae 170 This parameter must be a number between Min_Data = 0 and Max_Data = 64KB */
bogdanm 86:04dd9b1680ae 171
bogdanm 86:04dd9b1680ae 172 uint8_t *xfer_buff; /*!< Pointer to transfer buffer */
Kojto 122:f9eeca106725 173
bogdanm 86:04dd9b1680ae 174 uint32_t dma_addr; /*!< 32 bits aligned transfer buffer address */
Kojto 122:f9eeca106725 175
bogdanm 86:04dd9b1680ae 176 uint32_t xfer_len; /*!< Current transfer length */
Kojto 122:f9eeca106725 177
bogdanm 86:04dd9b1680ae 178 uint32_t xfer_count; /*!< Partial transfer length in case of multi packet transfer */
bogdanm 86:04dd9b1680ae 179
bogdanm 86:04dd9b1680ae 180 }USB_OTG_EPTypeDef;
bogdanm 86:04dd9b1680ae 181
Kojto 122:f9eeca106725 182 /**
Kojto 122:f9eeca106725 183 * @brief OTG HC Initialization Structure definition
Kojto 122:f9eeca106725 184 */
bogdanm 86:04dd9b1680ae 185 typedef struct
bogdanm 86:04dd9b1680ae 186 {
bogdanm 86:04dd9b1680ae 187 uint8_t dev_addr ; /*!< USB device address.
Kojto 122:f9eeca106725 188 This parameter must be a number between Min_Data = 1 and Max_Data = 255 */
bogdanm 86:04dd9b1680ae 189
bogdanm 86:04dd9b1680ae 190 uint8_t ch_num; /*!< Host channel number.
Kojto 122:f9eeca106725 191 This parameter must be a number between Min_Data = 1 and Max_Data = 15 */
Kojto 122:f9eeca106725 192
bogdanm 86:04dd9b1680ae 193 uint8_t ep_num; /*!< Endpoint number.
Kojto 122:f9eeca106725 194 This parameter must be a number between Min_Data = 1 and Max_Data = 15 */
Kojto 122:f9eeca106725 195
bogdanm 86:04dd9b1680ae 196 uint8_t ep_is_in; /*!< Endpoint direction
Kojto 122:f9eeca106725 197 This parameter must be a number between Min_Data = 0 and Max_Data = 1 */
Kojto 122:f9eeca106725 198
bogdanm 86:04dd9b1680ae 199 uint8_t speed; /*!< USB Host speed.
bogdanm 86:04dd9b1680ae 200 This parameter can be any value of @ref USB_Core_Speed_ */
Kojto 122:f9eeca106725 201
bogdanm 86:04dd9b1680ae 202 uint8_t do_ping; /*!< Enable or disable the use of the PING protocol for HS mode. */
Kojto 122:f9eeca106725 203
bogdanm 86:04dd9b1680ae 204 uint8_t process_ping; /*!< Execute the PING protocol for HS mode. */
bogdanm 86:04dd9b1680ae 205
bogdanm 86:04dd9b1680ae 206 uint8_t ep_type; /*!< Endpoint Type.
bogdanm 86:04dd9b1680ae 207 This parameter can be any value of @ref USB_EP_Type_ */
Kojto 122:f9eeca106725 208
bogdanm 86:04dd9b1680ae 209 uint16_t max_packet; /*!< Endpoint Max packet size.
bogdanm 86:04dd9b1680ae 210 This parameter must be a number between Min_Data = 0 and Max_Data = 64KB */
Kojto 122:f9eeca106725 211
bogdanm 86:04dd9b1680ae 212 uint8_t data_pid; /*!< Initial data PID.
bogdanm 86:04dd9b1680ae 213 This parameter must be a number between Min_Data = 0 and Max_Data = 1 */
Kojto 122:f9eeca106725 214
bogdanm 86:04dd9b1680ae 215 uint8_t *xfer_buff; /*!< Pointer to transfer buffer. */
Kojto 122:f9eeca106725 216
bogdanm 86:04dd9b1680ae 217 uint32_t xfer_len; /*!< Current transfer length. */
Kojto 122:f9eeca106725 218
bogdanm 86:04dd9b1680ae 219 uint32_t xfer_count; /*!< Partial transfer length in case of multi packet transfer. */
Kojto 122:f9eeca106725 220
bogdanm 86:04dd9b1680ae 221 uint8_t toggle_in; /*!< IN transfer current toggle flag.
bogdanm 86:04dd9b1680ae 222 This parameter must be a number between Min_Data = 0 and Max_Data = 1 */
Kojto 122:f9eeca106725 223
bogdanm 86:04dd9b1680ae 224 uint8_t toggle_out; /*!< OUT transfer current toggle flag
bogdanm 86:04dd9b1680ae 225 This parameter must be a number between Min_Data = 0 and Max_Data = 1 */
Kojto 122:f9eeca106725 226
bogdanm 86:04dd9b1680ae 227 uint32_t dma_addr; /*!< 32 bits aligned transfer buffer address. */
Kojto 122:f9eeca106725 228
bogdanm 86:04dd9b1680ae 229 uint32_t ErrCnt; /*!< Host channel error count.*/
Kojto 122:f9eeca106725 230
bogdanm 86:04dd9b1680ae 231 USB_OTG_URBStateTypeDef urb_state; /*!< URB state.
Kojto 122:f9eeca106725 232 This parameter can be any value of @ref USB_OTG_URBStateTypeDef */
Kojto 122:f9eeca106725 233
bogdanm 86:04dd9b1680ae 234 USB_OTG_HCStateTypeDef state; /*!< Host Channel state.
Kojto 122:f9eeca106725 235 This parameter can be any value of @ref USB_OTG_HCStateTypeDef */
Kojto 122:f9eeca106725 236
bogdanm 86:04dd9b1680ae 237 }USB_OTG_HCTypeDef;
bogdanm 86:04dd9b1680ae 238
bogdanm 86:04dd9b1680ae 239 /* Exported constants --------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 240
Kojto 99:dbbf35b96557 241 /** @defgroup PCD_Exported_Constants PCD Exported Constants
bogdanm 86:04dd9b1680ae 242 * @{
bogdanm 86:04dd9b1680ae 243 */
bogdanm 86:04dd9b1680ae 244
Kojto 99:dbbf35b96557 245 /** @defgroup USB_Core_Mode_ USB Core Mode
bogdanm 86:04dd9b1680ae 246 * @{
bogdanm 86:04dd9b1680ae 247 */
Kojto 122:f9eeca106725 248 #define USB_OTG_MODE_DEVICE 0U
Kojto 122:f9eeca106725 249 #define USB_OTG_MODE_HOST 1U
Kojto 122:f9eeca106725 250 #define USB_OTG_MODE_DRD 2U
bogdanm 86:04dd9b1680ae 251 /**
bogdanm 86:04dd9b1680ae 252 * @}
bogdanm 86:04dd9b1680ae 253 */
bogdanm 86:04dd9b1680ae 254
Kojto 99:dbbf35b96557 255 /** @defgroup USB_Core_Speed_ USB Core Speed
bogdanm 86:04dd9b1680ae 256 * @{
bogdanm 86:04dd9b1680ae 257 */
Kojto 122:f9eeca106725 258 #define USB_OTG_SPEED_HIGH 0U
Kojto 122:f9eeca106725 259 #define USB_OTG_SPEED_HIGH_IN_FULL 1U
Kojto 122:f9eeca106725 260 #define USB_OTG_SPEED_LOW 2U
Kojto 122:f9eeca106725 261 #define USB_OTG_SPEED_FULL 3U
bogdanm 86:04dd9b1680ae 262 /**
bogdanm 86:04dd9b1680ae 263 * @}
bogdanm 86:04dd9b1680ae 264 */
bogdanm 86:04dd9b1680ae 265
Kojto 99:dbbf35b96557 266 /** @defgroup USB_Core_PHY_ USB Core PHY
bogdanm 86:04dd9b1680ae 267 * @{
bogdanm 86:04dd9b1680ae 268 */
Kojto 122:f9eeca106725 269 #define USB_OTG_ULPI_PHY 1U
Kojto 122:f9eeca106725 270 #define USB_OTG_EMBEDDED_PHY 2U
bogdanm 86:04dd9b1680ae 271 /**
bogdanm 86:04dd9b1680ae 272 * @}
bogdanm 86:04dd9b1680ae 273 */
bogdanm 86:04dd9b1680ae 274
Kojto 99:dbbf35b96557 275 /** @defgroup USB_Core_MPS_ USB Core MPS
bogdanm 86:04dd9b1680ae 276 * @{
bogdanm 86:04dd9b1680ae 277 */
Kojto 122:f9eeca106725 278 #define USB_OTG_HS_MAX_PACKET_SIZE 512U
Kojto 122:f9eeca106725 279 #define USB_OTG_FS_MAX_PACKET_SIZE 64U
Kojto 122:f9eeca106725 280 #define USB_OTG_MAX_EP0_SIZE 64U
bogdanm 86:04dd9b1680ae 281 /**
bogdanm 86:04dd9b1680ae 282 * @}
bogdanm 86:04dd9b1680ae 283 */
bogdanm 86:04dd9b1680ae 284
Kojto 99:dbbf35b96557 285 /** @defgroup USB_Core_Phy_Frequency_ USB Core Phy Frequency
bogdanm 86:04dd9b1680ae 286 * @{
bogdanm 86:04dd9b1680ae 287 */
Kojto 122:f9eeca106725 288 #define DSTS_ENUMSPD_HS_PHY_30MHZ_OR_60MHZ (0U << 1U)
Kojto 122:f9eeca106725 289 #define DSTS_ENUMSPD_FS_PHY_30MHZ_OR_60MHZ (1U << 1U)
Kojto 122:f9eeca106725 290 #define DSTS_ENUMSPD_LS_PHY_6MHZ (2U << 1U)
Kojto 122:f9eeca106725 291 #define DSTS_ENUMSPD_FS_PHY_48MHZ (3U << 1U)
bogdanm 86:04dd9b1680ae 292 /**
bogdanm 86:04dd9b1680ae 293 * @}
bogdanm 86:04dd9b1680ae 294 */
bogdanm 86:04dd9b1680ae 295
Kojto 99:dbbf35b96557 296 /** @defgroup USB_CORE_Frame_Interval_ USB CORE Frame Interval
bogdanm 86:04dd9b1680ae 297 * @{
bogdanm 86:04dd9b1680ae 298 */
Kojto 122:f9eeca106725 299 #define DCFG_FRAME_INTERVAL_80 0U
Kojto 122:f9eeca106725 300 #define DCFG_FRAME_INTERVAL_85 1U
Kojto 122:f9eeca106725 301 #define DCFG_FRAME_INTERVAL_90 2U
Kojto 122:f9eeca106725 302 #define DCFG_FRAME_INTERVAL_95 3U
bogdanm 86:04dd9b1680ae 303 /**
bogdanm 86:04dd9b1680ae 304 * @}
bogdanm 86:04dd9b1680ae 305 */
bogdanm 86:04dd9b1680ae 306
Kojto 99:dbbf35b96557 307 /** @defgroup USB_EP0_MPS_ USB EP0 MPS
bogdanm 86:04dd9b1680ae 308 * @{
bogdanm 86:04dd9b1680ae 309 */
Kojto 122:f9eeca106725 310 #define DEP0CTL_MPS_64 0U
Kojto 122:f9eeca106725 311 #define DEP0CTL_MPS_32 1U
Kojto 122:f9eeca106725 312 #define DEP0CTL_MPS_16 2U
Kojto 122:f9eeca106725 313 #define DEP0CTL_MPS_8 3U
bogdanm 86:04dd9b1680ae 314 /**
bogdanm 86:04dd9b1680ae 315 * @}
bogdanm 86:04dd9b1680ae 316 */
bogdanm 86:04dd9b1680ae 317
Kojto 99:dbbf35b96557 318 /** @defgroup USB_EP_Speed_ USB EP Speed
bogdanm 86:04dd9b1680ae 319 * @{
bogdanm 86:04dd9b1680ae 320 */
Kojto 122:f9eeca106725 321 #define EP_SPEED_LOW 0U
Kojto 122:f9eeca106725 322 #define EP_SPEED_FULL 1U
Kojto 122:f9eeca106725 323 #define EP_SPEED_HIGH 2U
bogdanm 86:04dd9b1680ae 324 /**
bogdanm 86:04dd9b1680ae 325 * @}
bogdanm 86:04dd9b1680ae 326 */
bogdanm 86:04dd9b1680ae 327
Kojto 99:dbbf35b96557 328 /** @defgroup USB_EP_Type_ USB EP Type
bogdanm 86:04dd9b1680ae 329 * @{
bogdanm 86:04dd9b1680ae 330 */
Kojto 122:f9eeca106725 331 #define EP_TYPE_CTRL 0U
Kojto 122:f9eeca106725 332 #define EP_TYPE_ISOC 1U
Kojto 122:f9eeca106725 333 #define EP_TYPE_BULK 2U
Kojto 122:f9eeca106725 334 #define EP_TYPE_INTR 3U
Kojto 122:f9eeca106725 335 #define EP_TYPE_MSK 3U
bogdanm 86:04dd9b1680ae 336 /**
bogdanm 86:04dd9b1680ae 337 * @}
bogdanm 86:04dd9b1680ae 338 */
bogdanm 86:04dd9b1680ae 339
Kojto 99:dbbf35b96557 340 /** @defgroup USB_STS_Defines_ USB STS Defines
bogdanm 86:04dd9b1680ae 341 * @{
bogdanm 86:04dd9b1680ae 342 */
Kojto 122:f9eeca106725 343 #define STS_GOUT_NAK 1U
Kojto 122:f9eeca106725 344 #define STS_DATA_UPDT 2U
Kojto 122:f9eeca106725 345 #define STS_XFER_COMP 3U
Kojto 122:f9eeca106725 346 #define STS_SETUP_COMP 4U
Kojto 122:f9eeca106725 347 #define STS_SETUP_UPDT 6U
bogdanm 86:04dd9b1680ae 348 /**
bogdanm 86:04dd9b1680ae 349 * @}
bogdanm 86:04dd9b1680ae 350 */
bogdanm 86:04dd9b1680ae 351
Kojto 99:dbbf35b96557 352 /** @defgroup HCFG_SPEED_Defines_ HCFG SPEED Defines
bogdanm 86:04dd9b1680ae 353 * @{
bogdanm 86:04dd9b1680ae 354 */
Kojto 122:f9eeca106725 355 #define HCFG_30_60_MHZ 0U
Kojto 122:f9eeca106725 356 #define HCFG_48_MHZ 1U
Kojto 122:f9eeca106725 357 #define HCFG_6_MHZ 2U
bogdanm 86:04dd9b1680ae 358 /**
bogdanm 86:04dd9b1680ae 359 * @}
bogdanm 86:04dd9b1680ae 360 */
bogdanm 86:04dd9b1680ae 361
Kojto 99:dbbf35b96557 362 /** @defgroup HPRT0_PRTSPD_SPEED_Defines_ HPRT0 PRTSPD SPEED Defines
bogdanm 86:04dd9b1680ae 363 * @{
bogdanm 86:04dd9b1680ae 364 */
Kojto 122:f9eeca106725 365 #define HPRT0_PRTSPD_HIGH_SPEED 0U
Kojto 122:f9eeca106725 366 #define HPRT0_PRTSPD_FULL_SPEED 1U
Kojto 122:f9eeca106725 367 #define HPRT0_PRTSPD_LOW_SPEED 2U
bogdanm 86:04dd9b1680ae 368 /**
bogdanm 86:04dd9b1680ae 369 * @}
bogdanm 86:04dd9b1680ae 370 */
bogdanm 86:04dd9b1680ae 371
Kojto 122:f9eeca106725 372 #define HCCHAR_CTRL 0U
Kojto 122:f9eeca106725 373 #define HCCHAR_ISOC 1U
Kojto 122:f9eeca106725 374 #define HCCHAR_BULK 2U
Kojto 122:f9eeca106725 375 #define HCCHAR_INTR 3U
bogdanm 86:04dd9b1680ae 376
Kojto 122:f9eeca106725 377 #define HC_PID_DATA0 0U
Kojto 122:f9eeca106725 378 #define HC_PID_DATA2 1U
Kojto 122:f9eeca106725 379 #define HC_PID_DATA1 2U
Kojto 122:f9eeca106725 380 #define HC_PID_SETUP 3U
bogdanm 86:04dd9b1680ae 381
AnnaBridge 145:64910690c574 382 #define GRXSTS_PKTSTS_IN 2U
AnnaBridge 145:64910690c574 383 #define GRXSTS_PKTSTS_IN_XFER_COMP 3U
AnnaBridge 145:64910690c574 384 #define GRXSTS_PKTSTS_DATA_TOGGLE_ERR 5U
AnnaBridge 145:64910690c574 385 #define GRXSTS_PKTSTS_CH_HALTED 7U
bogdanm 86:04dd9b1680ae 386
bogdanm 86:04dd9b1680ae 387 #define USBx_PCGCCTL *(__IO uint32_t *)((uint32_t)USBx + USB_OTG_PCGCCTL_BASE)
bogdanm 86:04dd9b1680ae 388 #define USBx_HPRT0 *(__IO uint32_t *)((uint32_t)USBx + USB_OTG_HOST_PORT_BASE)
bogdanm 86:04dd9b1680ae 389
bogdanm 86:04dd9b1680ae 390 #define USBx_DEVICE ((USB_OTG_DeviceTypeDef *)((uint32_t )USBx + USB_OTG_DEVICE_BASE))
Kojto 122:f9eeca106725 391 #define USBx_INEP(i) ((USB_OTG_INEndpointTypeDef *)((uint32_t)USBx + USB_OTG_IN_ENDPOINT_BASE + (i)*USB_OTG_EP_REG_SIZE))
Kojto 122:f9eeca106725 392 #define USBx_OUTEP(i) ((USB_OTG_OUTEndpointTypeDef *)((uint32_t)USBx + USB_OTG_OUT_ENDPOINT_BASE + (i)*USB_OTG_EP_REG_SIZE))
bogdanm 86:04dd9b1680ae 393 #define USBx_DFIFO(i) *(__IO uint32_t *)((uint32_t)USBx + USB_OTG_FIFO_BASE + (i) * USB_OTG_FIFO_SIZE)
bogdanm 86:04dd9b1680ae 394
Kojto 122:f9eeca106725 395 #define USBx_HOST ((USB_OTG_HostTypeDef *)((uint32_t )USBx + USB_OTG_HOST_BASE))
bogdanm 86:04dd9b1680ae 396 #define USBx_HC(i) ((USB_OTG_HostChannelTypeDef *)((uint32_t)USBx + USB_OTG_HOST_CHANNEL_BASE + (i)*USB_OTG_HOST_CHANNEL_SIZE))
Kojto 99:dbbf35b96557 397 /**
Kojto 99:dbbf35b96557 398 * @}
Kojto 99:dbbf35b96557 399 */
bogdanm 86:04dd9b1680ae 400 /* Exported macro ------------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 401 #define USB_MASK_INTERRUPT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->GINTMSK &= ~(__INTERRUPT__))
bogdanm 86:04dd9b1680ae 402 #define USB_UNMASK_INTERRUPT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->GINTMSK |= (__INTERRUPT__))
bogdanm 86:04dd9b1680ae 403
bogdanm 86:04dd9b1680ae 404 #define CLEAR_IN_EP_INTR(__EPNUM__, __INTERRUPT__) (USBx_INEP(__EPNUM__)->DIEPINT = (__INTERRUPT__))
Kojto 122:f9eeca106725 405 #define CLEAR_OUT_EP_INTR(__EPNUM__, __INTERRUPT__) (USBx_OUTEP(__EPNUM__)->DOEPINT = (__INTERRUPT__))
bogdanm 86:04dd9b1680ae 406
bogdanm 86:04dd9b1680ae 407 /* Exported functions --------------------------------------------------------*/
bogdanm 86:04dd9b1680ae 408 HAL_StatusTypeDef USB_CoreInit(USB_OTG_GlobalTypeDef *USBx, USB_OTG_CfgTypeDef Init);
bogdanm 86:04dd9b1680ae 409 HAL_StatusTypeDef USB_DevInit(USB_OTG_GlobalTypeDef *USBx, USB_OTG_CfgTypeDef Init);
bogdanm 86:04dd9b1680ae 410 HAL_StatusTypeDef USB_EnableGlobalInt(USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 411 HAL_StatusTypeDef USB_DisableGlobalInt(USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 412 HAL_StatusTypeDef USB_SetCurrentMode(USB_OTG_GlobalTypeDef *USBx , USB_OTG_ModeTypeDef mode);
bogdanm 86:04dd9b1680ae 413 HAL_StatusTypeDef USB_SetDevSpeed(USB_OTG_GlobalTypeDef *USBx , uint8_t speed);
bogdanm 86:04dd9b1680ae 414 HAL_StatusTypeDef USB_FlushRxFifo (USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 415 HAL_StatusTypeDef USB_FlushTxFifo (USB_OTG_GlobalTypeDef *USBx, uint32_t num );
bogdanm 86:04dd9b1680ae 416 HAL_StatusTypeDef USB_ActivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep);
bogdanm 86:04dd9b1680ae 417 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep);
bogdanm 86:04dd9b1680ae 418 HAL_StatusTypeDef USB_ActivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep);
bogdanm 86:04dd9b1680ae 419 HAL_StatusTypeDef USB_DeactivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep);
bogdanm 86:04dd9b1680ae 420 HAL_StatusTypeDef USB_EPStartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma);
bogdanm 86:04dd9b1680ae 421 HAL_StatusTypeDef USB_EP0StartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma);
bogdanm 86:04dd9b1680ae 422 HAL_StatusTypeDef USB_WritePacket(USB_OTG_GlobalTypeDef *USBx, uint8_t *src, uint8_t ch_ep_num, uint16_t len, uint8_t dma);
bogdanm 86:04dd9b1680ae 423 void * USB_ReadPacket(USB_OTG_GlobalTypeDef *USBx, uint8_t *dest, uint16_t len);
bogdanm 86:04dd9b1680ae 424 HAL_StatusTypeDef USB_EPSetStall(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep);
bogdanm 86:04dd9b1680ae 425 HAL_StatusTypeDef USB_EPClearStall(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep);
bogdanm 86:04dd9b1680ae 426 HAL_StatusTypeDef USB_SetDevAddress (USB_OTG_GlobalTypeDef *USBx, uint8_t address);
bogdanm 86:04dd9b1680ae 427 HAL_StatusTypeDef USB_DevConnect (USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 428 HAL_StatusTypeDef USB_DevDisconnect (USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 429 HAL_StatusTypeDef USB_StopDevice(USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 430 HAL_StatusTypeDef USB_ActivateSetup (USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 431 HAL_StatusTypeDef USB_EP0_OutStart(USB_OTG_GlobalTypeDef *USBx, uint8_t dma, uint8_t *psetup);
bogdanm 86:04dd9b1680ae 432 uint8_t USB_GetDevSpeed(USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 433 uint32_t USB_GetMode(USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 434 uint32_t USB_ReadInterrupts (USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 435 uint32_t USB_ReadDevAllOutEpInterrupt (USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 436 uint32_t USB_ReadDevOutEPInterrupt (USB_OTG_GlobalTypeDef *USBx , uint8_t epnum);
bogdanm 86:04dd9b1680ae 437 uint32_t USB_ReadDevAllInEpInterrupt (USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 438 uint32_t USB_ReadDevInEPInterrupt (USB_OTG_GlobalTypeDef *USBx , uint8_t epnum);
bogdanm 86:04dd9b1680ae 439 void USB_ClearInterrupts (USB_OTG_GlobalTypeDef *USBx, uint32_t interrupt);
bogdanm 86:04dd9b1680ae 440
bogdanm 86:04dd9b1680ae 441 HAL_StatusTypeDef USB_HostInit (USB_OTG_GlobalTypeDef *USBx, USB_OTG_CfgTypeDef cfg);
bogdanm 86:04dd9b1680ae 442 HAL_StatusTypeDef USB_InitFSLSPClkSel(USB_OTG_GlobalTypeDef *USBx , uint8_t freq);
bogdanm 86:04dd9b1680ae 443 HAL_StatusTypeDef USB_ResetPort(USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 444 HAL_StatusTypeDef USB_DriveVbus (USB_OTG_GlobalTypeDef *USBx, uint8_t state);
bogdanm 86:04dd9b1680ae 445 uint32_t USB_GetHostSpeed (USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 446 uint32_t USB_GetCurrentFrame (USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 447 HAL_StatusTypeDef USB_HC_Init(USB_OTG_GlobalTypeDef *USBx,
bogdanm 86:04dd9b1680ae 448 uint8_t ch_num,
bogdanm 86:04dd9b1680ae 449 uint8_t epnum,
bogdanm 86:04dd9b1680ae 450 uint8_t dev_address,
bogdanm 86:04dd9b1680ae 451 uint8_t speed,
bogdanm 86:04dd9b1680ae 452 uint8_t ep_type,
bogdanm 86:04dd9b1680ae 453 uint16_t mps);
bogdanm 86:04dd9b1680ae 454 HAL_StatusTypeDef USB_HC_StartXfer(USB_OTG_GlobalTypeDef *USBx, USB_OTG_HCTypeDef *hc, uint8_t dma);
bogdanm 86:04dd9b1680ae 455 uint32_t USB_HC_ReadInterrupt (USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 456 HAL_StatusTypeDef USB_HC_Halt(USB_OTG_GlobalTypeDef *USBx , uint8_t hc_num);
bogdanm 86:04dd9b1680ae 457 HAL_StatusTypeDef USB_DoPing(USB_OTG_GlobalTypeDef *USBx , uint8_t ch_num);
bogdanm 86:04dd9b1680ae 458 HAL_StatusTypeDef USB_StopHost(USB_OTG_GlobalTypeDef *USBx);
bogdanm 86:04dd9b1680ae 459
bogdanm 86:04dd9b1680ae 460 /**
bogdanm 86:04dd9b1680ae 461 * @}
bogdanm 86:04dd9b1680ae 462 */
bogdanm 86:04dd9b1680ae 463
bogdanm 86:04dd9b1680ae 464 /**
bogdanm 86:04dd9b1680ae 465 * @}
bogdanm 86:04dd9b1680ae 466 */
Kojto 110:165afa46840b 467 #endif /* STM32F405xx || STM32F415xx || STM32F407xx || STM32F417xx || STM32F427xx || STM32F437xx || STM32F429xx || STM32F439xx ||
Kojto 122:f9eeca106725 468 STM32F401xC || STM32F401xE || STM32F411xE || STM32F446xx || STM32F469xx || STM32F479xx || STM32F412Zx || STM32F412Rx ||
AnnaBridge 145:64910690c574 469 STM32F412Vx || STM32F412Cx || STM32F413xx || STM32F423xx */
bogdanm 86:04dd9b1680ae 470 #ifdef __cplusplus
bogdanm 86:04dd9b1680ae 471 }
bogdanm 86:04dd9b1680ae 472 #endif
bogdanm 86:04dd9b1680ae 473
bogdanm 86:04dd9b1680ae 474
bogdanm 86:04dd9b1680ae 475 #endif /* __STM32F4xx_LL_USB_H */
bogdanm 86:04dd9b1680ae 476
bogdanm 86:04dd9b1680ae 477 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/