Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
elijahorr
Date:
Thu Apr 14 07:28:54 2016 +0000
Revision:
121:672067c3ada4
Parent:
110:165afa46840b
.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 101:7cff1c4259d7 1 /**
Kojto 101:7cff1c4259d7 2 ******************************************************************************
Kojto 101:7cff1c4259d7 3 * @file stm32f4xx_hal_pccard.h
Kojto 101:7cff1c4259d7 4 * @author MCD Application Team
Kojto 110:165afa46840b 5 * @version V1.4.1
Kojto 110:165afa46840b 6 * @date 09-October-2015
Kojto 101:7cff1c4259d7 7 * @brief Header file of PCCARD HAL module.
Kojto 101:7cff1c4259d7 8 ******************************************************************************
Kojto 101:7cff1c4259d7 9 * @attention
Kojto 101:7cff1c4259d7 10 *
Kojto 101:7cff1c4259d7 11 * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
Kojto 101:7cff1c4259d7 12 *
Kojto 101:7cff1c4259d7 13 * Redistribution and use in source and binary forms, with or without modification,
Kojto 101:7cff1c4259d7 14 * are permitted provided that the following conditions are met:
Kojto 101:7cff1c4259d7 15 * 1. Redistributions of source code must retain the above copyright notice,
Kojto 101:7cff1c4259d7 16 * this list of conditions and the following disclaimer.
Kojto 101:7cff1c4259d7 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
Kojto 101:7cff1c4259d7 18 * this list of conditions and the following disclaimer in the documentation
Kojto 101:7cff1c4259d7 19 * and/or other materials provided with the distribution.
Kojto 101:7cff1c4259d7 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
Kojto 101:7cff1c4259d7 21 * may be used to endorse or promote products derived from this software
Kojto 101:7cff1c4259d7 22 * without specific prior written permission.
Kojto 101:7cff1c4259d7 23 *
Kojto 101:7cff1c4259d7 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Kojto 101:7cff1c4259d7 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Kojto 101:7cff1c4259d7 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Kojto 101:7cff1c4259d7 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
Kojto 101:7cff1c4259d7 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Kojto 101:7cff1c4259d7 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
Kojto 101:7cff1c4259d7 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Kojto 101:7cff1c4259d7 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
Kojto 101:7cff1c4259d7 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Kojto 101:7cff1c4259d7 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Kojto 101:7cff1c4259d7 34 *
Kojto 101:7cff1c4259d7 35 ******************************************************************************
Kojto 101:7cff1c4259d7 36 */
Kojto 101:7cff1c4259d7 37
Kojto 101:7cff1c4259d7 38 /* Define to prevent recursive inclusion -------------------------------------*/
Kojto 101:7cff1c4259d7 39 #ifndef __STM32F4xx_HAL_PCCARD_H
Kojto 101:7cff1c4259d7 40 #define __STM32F4xx_HAL_PCCARD_H
Kojto 101:7cff1c4259d7 41
Kojto 101:7cff1c4259d7 42 #ifdef __cplusplus
Kojto 101:7cff1c4259d7 43 extern "C" {
Kojto 101:7cff1c4259d7 44 #endif
Kojto 101:7cff1c4259d7 45
Kojto 101:7cff1c4259d7 46 /* Includes ------------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 47 #if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F407xx) || defined(STM32F417xx)
Kojto 101:7cff1c4259d7 48 #include "stm32f4xx_ll_fsmc.h"
Kojto 101:7cff1c4259d7 49 #endif /* STM32F405xx || STM32F415xx || STM32F407xx || STM32F417xx */
Kojto 101:7cff1c4259d7 50
Kojto 101:7cff1c4259d7 51 #if defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx) || defined(STM32F439xx)
Kojto 101:7cff1c4259d7 52 #include "stm32f4xx_ll_fmc.h"
Kojto 101:7cff1c4259d7 53 #endif /* STM32F427xx || STM32F437xx || STM32F429xx || STM32F439xx */
Kojto 101:7cff1c4259d7 54
Kojto 101:7cff1c4259d7 55 /** @addtogroup STM32F4xx_HAL_Driver
Kojto 101:7cff1c4259d7 56 * @{
Kojto 101:7cff1c4259d7 57 */
Kojto 101:7cff1c4259d7 58
Kojto 101:7cff1c4259d7 59 #if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F407xx) || defined(STM32F417xx) ||\
Kojto 101:7cff1c4259d7 60 defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx) || defined(STM32F439xx)
Kojto 101:7cff1c4259d7 61
Kojto 101:7cff1c4259d7 62 /** @addtogroup PCCARD
Kojto 101:7cff1c4259d7 63 * @{
Kojto 101:7cff1c4259d7 64 */
Kojto 101:7cff1c4259d7 65
Kojto 101:7cff1c4259d7 66 /* Exported typedef ----------------------------------------------------------*/
Kojto 101:7cff1c4259d7 67 /** @defgroup PCCARD_Exported_Types PCCARD Exported Types
Kojto 101:7cff1c4259d7 68 * @{
Kojto 101:7cff1c4259d7 69 */
Kojto 101:7cff1c4259d7 70
Kojto 101:7cff1c4259d7 71 /**
Kojto 101:7cff1c4259d7 72 * @brief HAL PCCARD State structures definition
Kojto 101:7cff1c4259d7 73 */
Kojto 101:7cff1c4259d7 74 typedef enum
Kojto 101:7cff1c4259d7 75 {
Kojto 101:7cff1c4259d7 76 HAL_PCCARD_STATE_RESET = 0x00, /*!< PCCARD peripheral not yet initialized or disabled */
Kojto 101:7cff1c4259d7 77 HAL_PCCARD_STATE_READY = 0x01, /*!< PCCARD peripheral ready */
Kojto 101:7cff1c4259d7 78 HAL_PCCARD_STATE_BUSY = 0x02, /*!< PCCARD peripheral busy */
Kojto 101:7cff1c4259d7 79 HAL_PCCARD_STATE_ERROR = 0x04 /*!< PCCARD peripheral error */
Kojto 101:7cff1c4259d7 80 }HAL_PCCARD_StateTypeDef;
Kojto 101:7cff1c4259d7 81
Kojto 101:7cff1c4259d7 82 typedef enum
Kojto 101:7cff1c4259d7 83 {
Kojto 101:7cff1c4259d7 84 HAL_PCCARD_STATUS_SUCCESS = 0,
Kojto 101:7cff1c4259d7 85 HAL_PCCARD_STATUS_ONGOING,
Kojto 101:7cff1c4259d7 86 HAL_PCCARD_STATUS_ERROR,
Kojto 101:7cff1c4259d7 87 HAL_PCCARD_STATUS_TIMEOUT
Kojto 101:7cff1c4259d7 88 }HAL_PCCARD_StatusTypeDef;
Kojto 101:7cff1c4259d7 89
Kojto 101:7cff1c4259d7 90 /**
Kojto 101:7cff1c4259d7 91 * @brief FMC_PCCARD handle Structure definition
Kojto 101:7cff1c4259d7 92 */
Kojto 101:7cff1c4259d7 93 typedef struct
Kojto 101:7cff1c4259d7 94 {
Kojto 101:7cff1c4259d7 95 FMC_PCCARD_TypeDef *Instance; /*!< Register base address for PCCARD device */
Kojto 101:7cff1c4259d7 96
Kojto 101:7cff1c4259d7 97 FMC_PCCARD_InitTypeDef Init; /*!< PCCARD device control configuration parameters */
Kojto 101:7cff1c4259d7 98
Kojto 101:7cff1c4259d7 99 __IO HAL_PCCARD_StateTypeDef State; /*!< PCCARD device access state */
Kojto 101:7cff1c4259d7 100
Kojto 101:7cff1c4259d7 101 HAL_LockTypeDef Lock; /*!< PCCARD Lock */
Kojto 101:7cff1c4259d7 102
Kojto 101:7cff1c4259d7 103 }PCCARD_HandleTypeDef;
Kojto 101:7cff1c4259d7 104 /**
Kojto 101:7cff1c4259d7 105 * @}
Kojto 101:7cff1c4259d7 106 */
Kojto 101:7cff1c4259d7 107
Kojto 101:7cff1c4259d7 108 /* Exported constants --------------------------------------------------------*/
Kojto 101:7cff1c4259d7 109 /* Exported macro ------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 110 /** @defgroup PCCARD_Exported_Macros PCCARD Exported Macros
Kojto 101:7cff1c4259d7 111 * @{
Kojto 101:7cff1c4259d7 112 */
Kojto 101:7cff1c4259d7 113 /** @brief Reset PCCARD handle state
Kojto 101:7cff1c4259d7 114 * @param __HANDLE__: specifies the PCCARD handle.
Kojto 101:7cff1c4259d7 115 * @retval None
Kojto 101:7cff1c4259d7 116 */
Kojto 101:7cff1c4259d7 117 #define __HAL_PCCARD_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_PCCARD_STATE_RESET)
Kojto 101:7cff1c4259d7 118 /**
Kojto 101:7cff1c4259d7 119 * @}
Kojto 101:7cff1c4259d7 120 */
Kojto 101:7cff1c4259d7 121
Kojto 101:7cff1c4259d7 122 /* Exported functions --------------------------------------------------------*/
Kojto 101:7cff1c4259d7 123 /** @addtogroup PCCARD_Exported_Functions
Kojto 101:7cff1c4259d7 124 * @{
Kojto 101:7cff1c4259d7 125 */
Kojto 101:7cff1c4259d7 126
Kojto 101:7cff1c4259d7 127 /** @addtogroup PCCARD_Exported_Functions_Group1
Kojto 101:7cff1c4259d7 128 * @{
Kojto 101:7cff1c4259d7 129 */
Kojto 101:7cff1c4259d7 130 /* Initialization/de-initialization functions **********************************/
Kojto 101:7cff1c4259d7 131 HAL_StatusTypeDef HAL_PCCARD_Init(PCCARD_HandleTypeDef *hpccard, FMC_NAND_PCC_TimingTypeDef *ComSpaceTiming, FMC_NAND_PCC_TimingTypeDef *AttSpaceTiming, FMC_NAND_PCC_TimingTypeDef *IOSpaceTiming);
Kojto 101:7cff1c4259d7 132 HAL_StatusTypeDef HAL_PCCARD_DeInit(PCCARD_HandleTypeDef *hpccard);
Kojto 101:7cff1c4259d7 133 void HAL_PCCARD_MspInit(PCCARD_HandleTypeDef *hpccard);
Kojto 101:7cff1c4259d7 134 void HAL_PCCARD_MspDeInit(PCCARD_HandleTypeDef *hpccard);
Kojto 101:7cff1c4259d7 135 /**
Kojto 101:7cff1c4259d7 136 * @}
Kojto 101:7cff1c4259d7 137 */
Kojto 101:7cff1c4259d7 138
Kojto 101:7cff1c4259d7 139 /** @addtogroup PCCARD_Exported_Functions_Group2
Kojto 101:7cff1c4259d7 140 * @{
Kojto 101:7cff1c4259d7 141 */
Kojto 101:7cff1c4259d7 142 /* IO operation functions *****************************************************/
Kojto 101:7cff1c4259d7 143 HAL_StatusTypeDef HAL_PCCARD_Read_ID(PCCARD_HandleTypeDef *hpccard, uint8_t CompactFlash_ID[], uint8_t *pStatus);
Kojto 101:7cff1c4259d7 144 HAL_StatusTypeDef HAL_PCCARD_Write_Sector(PCCARD_HandleTypeDef *hpccard, uint16_t *pBuffer, uint16_t SectorAddress, uint8_t *pStatus);
Kojto 101:7cff1c4259d7 145 HAL_StatusTypeDef HAL_PCCARD_Read_Sector(PCCARD_HandleTypeDef *hpccard, uint16_t *pBuffer, uint16_t SectorAddress, uint8_t *pStatus);
Kojto 101:7cff1c4259d7 146 HAL_StatusTypeDef HAL_PCCARD_Erase_Sector(PCCARD_HandleTypeDef *hpccard, uint16_t SectorAddress, uint8_t *pStatus);
Kojto 101:7cff1c4259d7 147 HAL_StatusTypeDef HAL_PCCARD_Reset(PCCARD_HandleTypeDef *hpccard);
Kojto 101:7cff1c4259d7 148 void HAL_PCCARD_IRQHandler(PCCARD_HandleTypeDef *hpccard);
Kojto 101:7cff1c4259d7 149 void HAL_PCCARD_ITCallback(PCCARD_HandleTypeDef *hpccard);
Kojto 101:7cff1c4259d7 150
Kojto 101:7cff1c4259d7 151 /**
Kojto 101:7cff1c4259d7 152 * @}
Kojto 101:7cff1c4259d7 153 */
Kojto 101:7cff1c4259d7 154
Kojto 101:7cff1c4259d7 155 /** @addtogroup PCCARD_Exported_Functions_Group3
Kojto 101:7cff1c4259d7 156 * @{
Kojto 101:7cff1c4259d7 157 */
Kojto 101:7cff1c4259d7 158 /* PCCARD State functions *******************************************************/
Kojto 101:7cff1c4259d7 159 HAL_PCCARD_StateTypeDef HAL_PCCARD_GetState(PCCARD_HandleTypeDef *hpccard);
Kojto 101:7cff1c4259d7 160 HAL_PCCARD_StatusTypeDef HAL_PCCARD_GetStatus(PCCARD_HandleTypeDef *hpccard);
Kojto 101:7cff1c4259d7 161 HAL_PCCARD_StatusTypeDef HAL_PCCARD_ReadStatus(PCCARD_HandleTypeDef *hpccard);
Kojto 101:7cff1c4259d7 162 /**
Kojto 101:7cff1c4259d7 163 * @}
Kojto 101:7cff1c4259d7 164 */
Kojto 101:7cff1c4259d7 165
Kojto 101:7cff1c4259d7 166 /**
Kojto 101:7cff1c4259d7 167 * @}
Kojto 101:7cff1c4259d7 168 */
Kojto 101:7cff1c4259d7 169 /* Private types -------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 170 /* Private variables ---------------------------------------------------------*/
Kojto 101:7cff1c4259d7 171 /* Private constants ---------------------------------------------------------*/
Kojto 101:7cff1c4259d7 172 /** @defgroup PCCARD_Private_Constants PCCARD Private Constants
Kojto 101:7cff1c4259d7 173 * @{
Kojto 101:7cff1c4259d7 174 */
Kojto 101:7cff1c4259d7 175 #define PCCARD_DEVICE_ADDRESS ((uint32_t)0x90000000)
Kojto 101:7cff1c4259d7 176 #define PCCARD_ATTRIBUTE_SPACE_ADDRESS ((uint32_t)0x98000000) /* Attribute space size to @0x9BFF FFFF */
Kojto 101:7cff1c4259d7 177 #define PCCARD_COMMON_SPACE_ADDRESS PCCARD_DEVICE_ADDRESS /* Common space size to @0x93FF FFFF */
Kojto 101:7cff1c4259d7 178 #define PCCARD_IO_SPACE_ADDRESS ((uint32_t)0x9C000000) /* IO space size to @0x9FFF FFFF */
Kojto 101:7cff1c4259d7 179 #define PCCARD_IO_SPACE_PRIMARY_ADDR ((uint32_t)0x9C0001F0) /* IO space size to @0x9FFF FFFF */
Kojto 101:7cff1c4259d7 180
Kojto 101:7cff1c4259d7 181 /* Flash-ATA registers description */
Kojto 101:7cff1c4259d7 182 #define ATA_DATA ((uint8_t)0x00) /* Data register */
Kojto 101:7cff1c4259d7 183 #define ATA_SECTOR_COUNT ((uint8_t)0x02) /* Sector Count register */
Kojto 101:7cff1c4259d7 184 #define ATA_SECTOR_NUMBER ((uint8_t)0x03) /* Sector Number register */
Kojto 101:7cff1c4259d7 185 #define ATA_CYLINDER_LOW ((uint8_t)0x04) /* Cylinder low register */
Kojto 101:7cff1c4259d7 186 #define ATA_CYLINDER_HIGH ((uint8_t)0x05) /* Cylinder high register */
Kojto 101:7cff1c4259d7 187 #define ATA_CARD_HEAD ((uint8_t)0x06) /* Card/Head register */
Kojto 101:7cff1c4259d7 188 #define ATA_STATUS_CMD ((uint8_t)0x07) /* Status(read)/Command(write) register */
Kojto 101:7cff1c4259d7 189 #define ATA_STATUS_CMD_ALTERNATE ((uint8_t)0x0E) /* Alternate Status(read)/Command(write) register */
Kojto 101:7cff1c4259d7 190 #define ATA_COMMON_DATA_AREA ((uint16_t)0x0400) /* Start of data area (for Common access only!) */
Kojto 101:7cff1c4259d7 191 #define ATA_CARD_CONFIGURATION ((uint16_t)0x0202) /* Card Configuration and Status Register */
Kojto 101:7cff1c4259d7 192
Kojto 101:7cff1c4259d7 193 /* Flash-ATA commands */
Kojto 101:7cff1c4259d7 194 #define ATA_READ_SECTOR_CMD ((uint8_t)0x20)
Kojto 101:7cff1c4259d7 195 #define ATA_WRITE_SECTOR_CMD ((uint8_t)0x30)
Kojto 101:7cff1c4259d7 196 #define ATA_ERASE_SECTOR_CMD ((uint8_t)0xC0)
Kojto 101:7cff1c4259d7 197 #define ATA_IDENTIFY_CMD ((uint8_t)0xEC)
Kojto 101:7cff1c4259d7 198
Kojto 101:7cff1c4259d7 199 /* PC Card/Compact Flash status */
Kojto 101:7cff1c4259d7 200 #define PCCARD_TIMEOUT_ERROR ((uint8_t)0x60)
Kojto 101:7cff1c4259d7 201 #define PCCARD_BUSY ((uint8_t)0x80)
Kojto 101:7cff1c4259d7 202 #define PCCARD_PROGR ((uint8_t)0x01)
Kojto 101:7cff1c4259d7 203 #define PCCARD_READY ((uint8_t)0x40)
Kojto 101:7cff1c4259d7 204
Kojto 101:7cff1c4259d7 205 #define PCCARD_SECTOR_SIZE ((uint32_t)255) /* In half words */
Kojto 101:7cff1c4259d7 206
Kojto 101:7cff1c4259d7 207 /**
Kojto 101:7cff1c4259d7 208 * @}
Kojto 101:7cff1c4259d7 209 */
Kojto 101:7cff1c4259d7 210 /* Compact Flash redefinition */
Kojto 101:7cff1c4259d7 211 #define HAL_CF_Init HAL_PCCARD_Init
Kojto 101:7cff1c4259d7 212 #define HAL_CF_DeInit HAL_PCCARD_DeInit
Kojto 101:7cff1c4259d7 213 #define HAL_CF_MspInit HAL_PCCARD_MspInit
Kojto 101:7cff1c4259d7 214 #define HAL_CF_MspDeInit HAL_PCCARD_MspDeInit
Kojto 101:7cff1c4259d7 215
Kojto 101:7cff1c4259d7 216 #define HAL_CF_Read_ID HAL_PCCARD_Read_ID
Kojto 101:7cff1c4259d7 217 #define HAL_CF_Write_Sector HAL_PCCARD_Write_Sector
Kojto 101:7cff1c4259d7 218 #define HAL_CF_Read_Sector HAL_PCCARD_Read_Sector
Kojto 101:7cff1c4259d7 219 #define HAL_CF_Erase_Sector HAL_PCCARD_Erase_Sector
Kojto 101:7cff1c4259d7 220 #define HAL_CF_Reset HAL_PCCARD_Reset
Kojto 101:7cff1c4259d7 221 #define HAL_CF_IRQHandler HAL_PCCARD_IRQHandler
Kojto 101:7cff1c4259d7 222 #define HAL_CF_ITCallback HAL_PCCARD_ITCallback
Kojto 101:7cff1c4259d7 223
Kojto 101:7cff1c4259d7 224 #define HAL_CF_GetState HAL_PCCARD_GetState
Kojto 101:7cff1c4259d7 225 #define HAL_CF_GetStatus HAL_PCCARD_GetStatus
Kojto 101:7cff1c4259d7 226 #define HAL_CF_ReadStatus HAL_PCCARD_ReadStatus
Kojto 101:7cff1c4259d7 227
Kojto 101:7cff1c4259d7 228 #define HAL_CF_STATUS_SUCCESS HAL_PCCARD_STATUS_SUCCESS
Kojto 101:7cff1c4259d7 229 #define HAL_CF_STATUS_ONGOING HAL_PCCARD_STATUS_ONGOING
Kojto 101:7cff1c4259d7 230 #define HAL_CF_STATUS_ERROR HAL_PCCARD_STATUS_ERROR
Kojto 101:7cff1c4259d7 231 #define HAL_CF_STATUS_TIMEOUT HAL_PCCARD_STATUS_TIMEOUT
Kojto 101:7cff1c4259d7 232 #define HAL_CF_StatusTypeDef HAL_PCCARD_StatusTypeDef
Kojto 101:7cff1c4259d7 233
Kojto 101:7cff1c4259d7 234
Kojto 101:7cff1c4259d7 235 #define CF_DEVICE_ADDRESS PCCARD_DEVICE_ADDRESS
Kojto 101:7cff1c4259d7 236 #define CF_ATTRIBUTE_SPACE_ADDRESS PCCARD_ATTRIBUTE_SPACE_ADDRESS
Kojto 101:7cff1c4259d7 237 #define CF_COMMON_SPACE_ADDRESS PCCARD_COMMON_SPACE_ADDRESS
Kojto 101:7cff1c4259d7 238 #define CF_IO_SPACE_ADDRESS PCCARD_IO_SPACE_ADDRESS
Kojto 101:7cff1c4259d7 239 #define CF_IO_SPACE_PRIMARY_ADDR PCCARD_IO_SPACE_PRIMARY_ADDR
Kojto 101:7cff1c4259d7 240
Kojto 101:7cff1c4259d7 241 #define CF_TIMEOUT_ERROR PCCARD_TIMEOUT_ERROR
Kojto 101:7cff1c4259d7 242 #define CF_BUSY PCCARD_BUSY
Kojto 101:7cff1c4259d7 243 #define CF_PROGR PCCARD_PROGR
Kojto 101:7cff1c4259d7 244 #define CF_READY PCCARD_READY
Kojto 101:7cff1c4259d7 245
Kojto 101:7cff1c4259d7 246 #define CF_SECTOR_SIZE PCCARD_SECTOR_SIZE
Kojto 101:7cff1c4259d7 247
Kojto 101:7cff1c4259d7 248 /* Private macros ------------------------------------------------------------*/
Kojto 101:7cff1c4259d7 249 /**
Kojto 101:7cff1c4259d7 250 * @}
Kojto 101:7cff1c4259d7 251 */
Kojto 101:7cff1c4259d7 252
Kojto 101:7cff1c4259d7 253 #endif /* STM32F405xx || STM32F415xx || STM32F407xx || STM32F417xx ||\
Kojto 101:7cff1c4259d7 254 STM32F427xx || STM32F437xx || STM32F429xx || STM32F439xx */
Kojto 101:7cff1c4259d7 255
Kojto 101:7cff1c4259d7 256
Kojto 101:7cff1c4259d7 257 /**
Kojto 101:7cff1c4259d7 258 * @}
Kojto 101:7cff1c4259d7 259 */
Kojto 101:7cff1c4259d7 260
Kojto 101:7cff1c4259d7 261 #ifdef __cplusplus
Kojto 101:7cff1c4259d7 262 }
Kojto 101:7cff1c4259d7 263 #endif
Kojto 101:7cff1c4259d7 264
Kojto 101:7cff1c4259d7 265 #endif /* __STM32F4xx_HAL_PCCARD_H */
Kojto 101:7cff1c4259d7 266
Kojto 101:7cff1c4259d7 267 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/