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:
Kojto
Date:
Wed Sep 02 14:17:43 2015 +0100
Revision:
106:ba1f97679dad
Parent:
99:dbbf35b96557
Child:
110:165afa46840b
Release 106  of the mbed library

Changes:
- new platform - Nucleo F446RE
- STM32F4 Cube driver update v2.3.2
- ST cmsis driver v2.3.2
- nordic bugfix gcc linker start address
- lpc11u68 - bugfix for serial ports

Who changed what in which revision?

UserRevisionLine numberNew contents of line
emilmont 77:869cf507173a 1 /**
emilmont 77:869cf507173a 2 ******************************************************************************
emilmont 77:869cf507173a 3 * @file stm32f4xx_ll_fsmc.h
emilmont 77:869cf507173a 4 * @author MCD Application Team
Kojto 106:ba1f97679dad 5 * @version V1.3.2
Kojto 106:ba1f97679dad 6 * @date 26-June-2015
emilmont 77:869cf507173a 7 * @brief Header file of FSMC HAL module.
emilmont 77:869cf507173a 8 ******************************************************************************
emilmont 77:869cf507173a 9 * @attention
emilmont 77:869cf507173a 10 *
Kojto 99:dbbf35b96557 11 * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
emilmont 77:869cf507173a 12 *
emilmont 77:869cf507173a 13 * Redistribution and use in source and binary forms, with or without modification,
emilmont 77:869cf507173a 14 * are permitted provided that the following conditions are met:
emilmont 77:869cf507173a 15 * 1. Redistributions of source code must retain the above copyright notice,
emilmont 77:869cf507173a 16 * this list of conditions and the following disclaimer.
emilmont 77:869cf507173a 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
emilmont 77:869cf507173a 18 * this list of conditions and the following disclaimer in the documentation
emilmont 77:869cf507173a 19 * and/or other materials provided with the distribution.
emilmont 77:869cf507173a 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
emilmont 77:869cf507173a 21 * may be used to endorse or promote products derived from this software
emilmont 77:869cf507173a 22 * without specific prior written permission.
emilmont 77:869cf507173a 23 *
emilmont 77:869cf507173a 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
emilmont 77:869cf507173a 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
emilmont 77:869cf507173a 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
emilmont 77:869cf507173a 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
emilmont 77:869cf507173a 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
emilmont 77:869cf507173a 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
emilmont 77:869cf507173a 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
emilmont 77:869cf507173a 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
emilmont 77:869cf507173a 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
emilmont 77:869cf507173a 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
emilmont 77:869cf507173a 34 *
emilmont 77:869cf507173a 35 ******************************************************************************
emilmont 77:869cf507173a 36 */
emilmont 77:869cf507173a 37
emilmont 77:869cf507173a 38 /* Define to prevent recursive inclusion -------------------------------------*/
emilmont 77:869cf507173a 39 #ifndef __STM32F4xx_LL_FSMC_H
emilmont 77:869cf507173a 40 #define __STM32F4xx_LL_FSMC_H
emilmont 77:869cf507173a 41
emilmont 77:869cf507173a 42 #ifdef __cplusplus
emilmont 77:869cf507173a 43 extern "C" {
emilmont 77:869cf507173a 44 #endif
emilmont 77:869cf507173a 45
emilmont 77:869cf507173a 46 /* Includes ------------------------------------------------------------------*/
emilmont 77:869cf507173a 47 #include "stm32f4xx_hal_def.h"
emilmont 77:869cf507173a 48
emilmont 77:869cf507173a 49 /** @addtogroup STM32F4xx_HAL_Driver
emilmont 77:869cf507173a 50 * @{
emilmont 77:869cf507173a 51 */
Kojto 99:dbbf35b96557 52
Kojto 99:dbbf35b96557 53 /** @addtogroup FSMC_LL
emilmont 77:869cf507173a 54 * @{
Kojto 99:dbbf35b96557 55 */
emilmont 77:869cf507173a 56
Kojto 99:dbbf35b96557 57 #if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F407xx) || defined(STM32F417xx)
Kojto 99:dbbf35b96557 58 /* Private types -------------------------------------------------------------*/
Kojto 99:dbbf35b96557 59 /** @defgroup FSMC_LL_Private_Types FSMC Private Types
Kojto 99:dbbf35b96557 60 * @{
Kojto 99:dbbf35b96557 61 */
emilmont 77:869cf507173a 62
emilmont 77:869cf507173a 63 /**
Kojto 99:dbbf35b96557 64 * @brief FSMC NORSRAM Configuration Structure definition
emilmont 77:869cf507173a 65 */
emilmont 77:869cf507173a 66 typedef struct
emilmont 77:869cf507173a 67 {
emilmont 77:869cf507173a 68 uint32_t NSBank; /*!< Specifies the NORSRAM memory device that will be used.
bogdanm 85:024bf7f99721 69 This parameter can be a value of @ref FSMC_NORSRAM_Bank */
bogdanm 85:024bf7f99721 70
emilmont 77:869cf507173a 71 uint32_t DataAddressMux; /*!< Specifies whether the address and data values are
emilmont 77:869cf507173a 72 multiplexed on the data bus or not.
emilmont 77:869cf507173a 73 This parameter can be a value of @ref FSMC_Data_Address_Bus_Multiplexing */
bogdanm 85:024bf7f99721 74
emilmont 77:869cf507173a 75 uint32_t MemoryType; /*!< Specifies the type of external memory attached to
emilmont 77:869cf507173a 76 the corresponding memory device.
emilmont 77:869cf507173a 77 This parameter can be a value of @ref FSMC_Memory_Type */
bogdanm 85:024bf7f99721 78
emilmont 77:869cf507173a 79 uint32_t MemoryDataWidth; /*!< Specifies the external memory device width.
emilmont 77:869cf507173a 80 This parameter can be a value of @ref FSMC_NORSRAM_Data_Width */
bogdanm 85:024bf7f99721 81
emilmont 77:869cf507173a 82 uint32_t BurstAccessMode; /*!< Enables or disables the burst access mode for Flash memory,
emilmont 77:869cf507173a 83 valid only with synchronous burst Flash memories.
emilmont 77:869cf507173a 84 This parameter can be a value of @ref FSMC_Burst_Access_Mode */
bogdanm 85:024bf7f99721 85
emilmont 77:869cf507173a 86 uint32_t WaitSignalPolarity; /*!< Specifies the wait signal polarity, valid only when accessing
emilmont 77:869cf507173a 87 the Flash memory in burst mode.
emilmont 77:869cf507173a 88 This parameter can be a value of @ref FSMC_Wait_Signal_Polarity */
bogdanm 85:024bf7f99721 89
emilmont 77:869cf507173a 90 uint32_t WrapMode; /*!< Enables or disables the Wrapped burst access mode for Flash
emilmont 77:869cf507173a 91 memory, valid only when accessing Flash memories in burst mode.
emilmont 77:869cf507173a 92 This parameter can be a value of @ref FSMC_Wrap_Mode */
bogdanm 85:024bf7f99721 93
emilmont 77:869cf507173a 94 uint32_t WaitSignalActive; /*!< Specifies if the wait signal is asserted by the memory one
emilmont 77:869cf507173a 95 clock cycle before the wait state or during the wait state,
emilmont 77:869cf507173a 96 valid only when accessing memories in burst mode.
emilmont 77:869cf507173a 97 This parameter can be a value of @ref FSMC_Wait_Timing */
bogdanm 85:024bf7f99721 98
emilmont 77:869cf507173a 99 uint32_t WriteOperation; /*!< Enables or disables the write operation in the selected device by the FSMC.
emilmont 77:869cf507173a 100 This parameter can be a value of @ref FSMC_Write_Operation */
bogdanm 85:024bf7f99721 101
emilmont 77:869cf507173a 102 uint32_t WaitSignal; /*!< Enables or disables the wait state insertion via wait
emilmont 77:869cf507173a 103 signal, valid for Flash memory access in burst mode.
emilmont 77:869cf507173a 104 This parameter can be a value of @ref FSMC_Wait_Signal */
bogdanm 85:024bf7f99721 105
emilmont 77:869cf507173a 106 uint32_t ExtendedMode; /*!< Enables or disables the extended mode.
emilmont 77:869cf507173a 107 This parameter can be a value of @ref FSMC_Extended_Mode */
bogdanm 85:024bf7f99721 108
emilmont 77:869cf507173a 109 uint32_t AsynchronousWait; /*!< Enables or disables wait signal during asynchronous transfers,
emilmont 77:869cf507173a 110 valid only with asynchronous Flash memories.
emilmont 77:869cf507173a 111 This parameter can be a value of @ref FSMC_AsynchronousWait */
bogdanm 85:024bf7f99721 112
emilmont 77:869cf507173a 113 uint32_t WriteBurst; /*!< Enables or disables the write burst operation.
bogdanm 85:024bf7f99721 114 This parameter can be a value of @ref FSMC_Write_Burst */
emilmont 77:869cf507173a 115
emilmont 77:869cf507173a 116 }FSMC_NORSRAM_InitTypeDef;
emilmont 77:869cf507173a 117
emilmont 77:869cf507173a 118 /**
Kojto 99:dbbf35b96557 119 * @brief FSMC NORSRAM Timing parameters structure definition
emilmont 77:869cf507173a 120 */
emilmont 77:869cf507173a 121 typedef struct
emilmont 77:869cf507173a 122 {
emilmont 77:869cf507173a 123 uint32_t AddressSetupTime; /*!< Defines the number of HCLK cycles to configure
emilmont 77:869cf507173a 124 the duration of the address setup time.
emilmont 77:869cf507173a 125 This parameter can be a value between Min_Data = 0 and Max_Data = 15.
emilmont 77:869cf507173a 126 @note This parameter is not used with synchronous NOR Flash memories. */
bogdanm 85:024bf7f99721 127
emilmont 77:869cf507173a 128 uint32_t AddressHoldTime; /*!< Defines the number of HCLK cycles to configure
emilmont 77:869cf507173a 129 the duration of the address hold time.
emilmont 77:869cf507173a 130 This parameter can be a value between Min_Data = 1 and Max_Data = 15.
emilmont 77:869cf507173a 131 @note This parameter is not used with synchronous NOR Flash memories. */
bogdanm 85:024bf7f99721 132
emilmont 77:869cf507173a 133 uint32_t DataSetupTime; /*!< Defines the number of HCLK cycles to configure
emilmont 77:869cf507173a 134 the duration of the data setup time.
emilmont 77:869cf507173a 135 This parameter can be a value between Min_Data = 1 and Max_Data = 255.
emilmont 77:869cf507173a 136 @note This parameter is used for SRAMs, ROMs and asynchronous multiplexed
emilmont 77:869cf507173a 137 NOR Flash memories. */
bogdanm 85:024bf7f99721 138
emilmont 77:869cf507173a 139 uint32_t BusTurnAroundDuration; /*!< Defines the number of HCLK cycles to configure
emilmont 77:869cf507173a 140 the duration of the bus turnaround.
emilmont 77:869cf507173a 141 This parameter can be a value between Min_Data = 0 and Max_Data = 15.
emilmont 77:869cf507173a 142 @note This parameter is only used for multiplexed NOR Flash memories. */
bogdanm 85:024bf7f99721 143
emilmont 77:869cf507173a 144 uint32_t CLKDivision; /*!< Defines the period of CLK clock output signal, expressed in number of
emilmont 77:869cf507173a 145 HCLK cycles. This parameter can be a value between Min_Data = 2 and Max_Data = 16.
emilmont 77:869cf507173a 146 @note This parameter is not used for asynchronous NOR Flash, SRAM or ROM
emilmont 77:869cf507173a 147 accesses. */
bogdanm 85:024bf7f99721 148
emilmont 77:869cf507173a 149 uint32_t DataLatency; /*!< Defines the number of memory clock cycles to issue
emilmont 77:869cf507173a 150 to the memory before getting the first data.
emilmont 77:869cf507173a 151 The parameter value depends on the memory type as shown below:
emilmont 77:869cf507173a 152 - It must be set to 0 in case of a CRAM
emilmont 77:869cf507173a 153 - It is don't care in asynchronous NOR, SRAM or ROM accesses
emilmont 77:869cf507173a 154 - It may assume a value between Min_Data = 2 and Max_Data = 17 in NOR Flash memories
emilmont 77:869cf507173a 155 with synchronous burst mode enable */
bogdanm 85:024bf7f99721 156
emilmont 77:869cf507173a 157 uint32_t AccessMode; /*!< Specifies the asynchronous access mode.
emilmont 77:869cf507173a 158 This parameter can be a value of @ref FSMC_Access_Mode */
bogdanm 85:024bf7f99721 159
emilmont 77:869cf507173a 160 }FSMC_NORSRAM_TimingTypeDef;
emilmont 77:869cf507173a 161
emilmont 77:869cf507173a 162 /**
Kojto 99:dbbf35b96557 163 * @brief FSMC NAND Configuration Structure definition
emilmont 77:869cf507173a 164 */
emilmont 77:869cf507173a 165 typedef struct
emilmont 77:869cf507173a 166 {
emilmont 77:869cf507173a 167 uint32_t NandBank; /*!< Specifies the NAND memory device that will be used.
bogdanm 85:024bf7f99721 168 This parameter can be a value of @ref FSMC_NAND_Bank */
bogdanm 85:024bf7f99721 169
emilmont 77:869cf507173a 170 uint32_t Waitfeature; /*!< Enables or disables the Wait feature for the NAND Memory device.
emilmont 77:869cf507173a 171 This parameter can be any value of @ref FSMC_Wait_feature */
bogdanm 85:024bf7f99721 172
emilmont 77:869cf507173a 173 uint32_t MemoryDataWidth; /*!< Specifies the external memory device width.
emilmont 77:869cf507173a 174 This parameter can be any value of @ref FSMC_NAND_Data_Width */
bogdanm 85:024bf7f99721 175
emilmont 77:869cf507173a 176 uint32_t EccComputation; /*!< Enables or disables the ECC computation.
emilmont 77:869cf507173a 177 This parameter can be any value of @ref FSMC_ECC */
bogdanm 85:024bf7f99721 178
emilmont 77:869cf507173a 179 uint32_t ECCPageSize; /*!< Defines the page size for the extended ECC.
emilmont 77:869cf507173a 180 This parameter can be any value of @ref FSMC_ECC_Page_Size */
bogdanm 85:024bf7f99721 181
emilmont 77:869cf507173a 182 uint32_t TCLRSetupTime; /*!< Defines the number of HCLK cycles to configure the
emilmont 77:869cf507173a 183 delay between CLE low and RE low.
emilmont 77:869cf507173a 184 This parameter can be a value between Min_Data = 0 and Max_Data = 255 */
bogdanm 85:024bf7f99721 185
emilmont 77:869cf507173a 186 uint32_t TARSetupTime; /*!< Defines the number of HCLK cycles to configure the
emilmont 77:869cf507173a 187 delay between ALE low and RE low.
emilmont 77:869cf507173a 188 This parameter can be a number between Min_Data = 0 and Max_Data = 255 */
bogdanm 85:024bf7f99721 189
emilmont 77:869cf507173a 190 }FSMC_NAND_InitTypeDef;
emilmont 77:869cf507173a 191
emilmont 77:869cf507173a 192 /**
Kojto 99:dbbf35b96557 193 * @brief FSMC NAND/PCCARD Timing parameters structure definition
emilmont 77:869cf507173a 194 */
emilmont 77:869cf507173a 195 typedef struct
emilmont 77:869cf507173a 196 {
emilmont 77:869cf507173a 197 uint32_t SetupTime; /*!< Defines the number of HCLK cycles to setup address before
emilmont 77:869cf507173a 198 the command assertion for NAND-Flash read or write access
emilmont 77:869cf507173a 199 to common/Attribute or I/O memory space (depending on
emilmont 77:869cf507173a 200 the memory space timing to be configured).
emilmont 77:869cf507173a 201 This parameter can be a value between Min_Data = 0 and Max_Data = 255 */
bogdanm 85:024bf7f99721 202
emilmont 77:869cf507173a 203 uint32_t WaitSetupTime; /*!< Defines the minimum number of HCLK cycles to assert the
emilmont 77:869cf507173a 204 command for NAND-Flash read or write access to
emilmont 77:869cf507173a 205 common/Attribute or I/O memory space (depending on the
emilmont 77:869cf507173a 206 memory space timing to be configured).
emilmont 77:869cf507173a 207 This parameter can be a number between Min_Data = 0 and Max_Data = 255 */
bogdanm 85:024bf7f99721 208
emilmont 77:869cf507173a 209 uint32_t HoldSetupTime; /*!< Defines the number of HCLK clock cycles to hold address
emilmont 77:869cf507173a 210 (and data for write access) after the command de-assertion
emilmont 77:869cf507173a 211 for NAND-Flash read or write access to common/Attribute
emilmont 77:869cf507173a 212 or I/O memory space (depending on the memory space timing
emilmont 77:869cf507173a 213 to be configured).
emilmont 77:869cf507173a 214 This parameter can be a number between Min_Data = 0 and Max_Data = 255 */
bogdanm 85:024bf7f99721 215
emilmont 77:869cf507173a 216 uint32_t HiZSetupTime; /*!< Defines the number of HCLK clock cycles during which the
emilmont 77:869cf507173a 217 data bus is kept in HiZ after the start of a NAND-Flash
emilmont 77:869cf507173a 218 write access to common/Attribute or I/O memory space (depending
emilmont 77:869cf507173a 219 on the memory space timing to be configured).
emilmont 77:869cf507173a 220 This parameter can be a number between Min_Data = 0 and Max_Data = 255 */
bogdanm 85:024bf7f99721 221
emilmont 77:869cf507173a 222 }FSMC_NAND_PCC_TimingTypeDef;
emilmont 77:869cf507173a 223
emilmont 77:869cf507173a 224 /**
Kojto 99:dbbf35b96557 225 * @brief FSMC NAND Configuration Structure definition
bogdanm 85:024bf7f99721 226 */
emilmont 77:869cf507173a 227 typedef struct
emilmont 77:869cf507173a 228 {
emilmont 77:869cf507173a 229 uint32_t Waitfeature; /*!< Enables or disables the Wait feature for the PCCARD Memory device.
emilmont 77:869cf507173a 230 This parameter can be any value of @ref FSMC_Wait_feature */
bogdanm 85:024bf7f99721 231
emilmont 77:869cf507173a 232 uint32_t TCLRSetupTime; /*!< Defines the number of HCLK cycles to configure the
emilmont 77:869cf507173a 233 delay between CLE low and RE low.
emilmont 77:869cf507173a 234 This parameter can be a value between Min_Data = 0 and Max_Data = 255 */
bogdanm 85:024bf7f99721 235
emilmont 77:869cf507173a 236 uint32_t TARSetupTime; /*!< Defines the number of HCLK cycles to configure the
emilmont 77:869cf507173a 237 delay between ALE low and RE low.
emilmont 77:869cf507173a 238 This parameter can be a number between Min_Data = 0 and Max_Data = 255 */
bogdanm 85:024bf7f99721 239
bogdanm 85:024bf7f99721 240 }FSMC_PCCARD_InitTypeDef;
Kojto 99:dbbf35b96557 241 /**
Kojto 99:dbbf35b96557 242 * @}
Kojto 99:dbbf35b96557 243 */
emilmont 77:869cf507173a 244
Kojto 99:dbbf35b96557 245 /* Private constants ---------------------------------------------------------*/
Kojto 99:dbbf35b96557 246 /** @defgroup FSMC_LL_Private_Constants FSMC Private Constants
Kojto 99:dbbf35b96557 247 * @{
Kojto 99:dbbf35b96557 248 */
emilmont 77:869cf507173a 249
Kojto 99:dbbf35b96557 250 /** @defgroup FSMC_LL_NOR_SRAM_Controller FSMC NOR/SRAM Controller
emilmont 77:869cf507173a 251 * @{
emilmont 77:869cf507173a 252 */
Kojto 99:dbbf35b96557 253 /** @defgroup FSMC_NORSRAM_Bank FSMC NOR/SRAM Bank
emilmont 77:869cf507173a 254 * @{
emilmont 77:869cf507173a 255 */
emilmont 77:869cf507173a 256 #define FSMC_NORSRAM_BANK1 ((uint32_t)0x00000000)
emilmont 77:869cf507173a 257 #define FSMC_NORSRAM_BANK2 ((uint32_t)0x00000002)
emilmont 77:869cf507173a 258 #define FSMC_NORSRAM_BANK3 ((uint32_t)0x00000004)
emilmont 77:869cf507173a 259 #define FSMC_NORSRAM_BANK4 ((uint32_t)0x00000006)
emilmont 77:869cf507173a 260 /**
emilmont 77:869cf507173a 261 * @}
emilmont 77:869cf507173a 262 */
emilmont 77:869cf507173a 263
Kojto 99:dbbf35b96557 264 /** @defgroup FSMC_Data_Address_Bus_Multiplexing FSMC Data Address Bus Multiplexing
emilmont 77:869cf507173a 265 * @{
emilmont 77:869cf507173a 266 */
emilmont 77:869cf507173a 267 #define FSMC_DATA_ADDRESS_MUX_DISABLE ((uint32_t)0x00000000)
emilmont 77:869cf507173a 268 #define FSMC_DATA_ADDRESS_MUX_ENABLE ((uint32_t)0x00000002)
emilmont 77:869cf507173a 269 /**
emilmont 77:869cf507173a 270 * @}
emilmont 77:869cf507173a 271 */
emilmont 77:869cf507173a 272
Kojto 99:dbbf35b96557 273 /** @defgroup FSMC_Memory_Type FSMC Memory Type
emilmont 77:869cf507173a 274 * @{
emilmont 77:869cf507173a 275 */
emilmont 77:869cf507173a 276 #define FSMC_MEMORY_TYPE_SRAM ((uint32_t)0x00000000)
emilmont 77:869cf507173a 277 #define FSMC_MEMORY_TYPE_PSRAM ((uint32_t)0x00000004)
emilmont 77:869cf507173a 278 #define FSMC_MEMORY_TYPE_NOR ((uint32_t)0x00000008)
emilmont 77:869cf507173a 279 /**
emilmont 77:869cf507173a 280 * @}
emilmont 77:869cf507173a 281 */
emilmont 77:869cf507173a 282
Kojto 99:dbbf35b96557 283 /** @defgroup FSMC_NORSRAM_Data_Width FSMC NOR/SRAM Data Width
emilmont 77:869cf507173a 284 * @{
emilmont 77:869cf507173a 285 */
emilmont 77:869cf507173a 286 #define FSMC_NORSRAM_MEM_BUS_WIDTH_8 ((uint32_t)0x00000000)
emilmont 77:869cf507173a 287 #define FSMC_NORSRAM_MEM_BUS_WIDTH_16 ((uint32_t)0x00000010)
emilmont 77:869cf507173a 288 #define FSMC_NORSRAM_MEM_BUS_WIDTH_32 ((uint32_t)0x00000020)
emilmont 77:869cf507173a 289 /**
emilmont 77:869cf507173a 290 * @}
emilmont 77:869cf507173a 291 */
emilmont 77:869cf507173a 292
Kojto 99:dbbf35b96557 293 /** @defgroup FSMC_NORSRAM_Flash_Access FSMC NOR/SRAM Flash Access
emilmont 77:869cf507173a 294 * @{
emilmont 77:869cf507173a 295 */
emilmont 77:869cf507173a 296 #define FSMC_NORSRAM_FLASH_ACCESS_ENABLE ((uint32_t)0x00000040)
emilmont 77:869cf507173a 297 #define FSMC_NORSRAM_FLASH_ACCESS_DISABLE ((uint32_t)0x00000000)
emilmont 77:869cf507173a 298 /**
emilmont 77:869cf507173a 299 * @}
emilmont 77:869cf507173a 300 */
emilmont 77:869cf507173a 301
Kojto 99:dbbf35b96557 302 /** @defgroup FSMC_Burst_Access_Mode FSMC Burst Access Mode
emilmont 77:869cf507173a 303 * @{
emilmont 77:869cf507173a 304 */
emilmont 77:869cf507173a 305 #define FSMC_BURST_ACCESS_MODE_DISABLE ((uint32_t)0x00000000)
emilmont 77:869cf507173a 306 #define FSMC_BURST_ACCESS_MODE_ENABLE ((uint32_t)0x00000100)
emilmont 77:869cf507173a 307 /**
emilmont 77:869cf507173a 308 * @}
emilmont 77:869cf507173a 309 */
emilmont 77:869cf507173a 310
Kojto 99:dbbf35b96557 311 /** @defgroup FSMC_Wait_Signal_Polarity FSMC Wait Signal Polarity
emilmont 77:869cf507173a 312 * @{
emilmont 77:869cf507173a 313 */
emilmont 77:869cf507173a 314 #define FSMC_WAIT_SIGNAL_POLARITY_LOW ((uint32_t)0x00000000)
emilmont 77:869cf507173a 315 #define FSMC_WAIT_SIGNAL_POLARITY_HIGH ((uint32_t)0x00000200)
emilmont 77:869cf507173a 316 /**
emilmont 77:869cf507173a 317 * @}
emilmont 77:869cf507173a 318 */
emilmont 77:869cf507173a 319
Kojto 99:dbbf35b96557 320 /** @defgroup FSMC_Wrap_Mode FSMC Wrap Mode
Kojto 99:dbbf35b96557 321 * @{
Kojto 99:dbbf35b96557 322 */
Kojto 99:dbbf35b96557 323 #define FSMC_WRAP_MODE_DISABLE ((uint32_t)0x00000000)
Kojto 99:dbbf35b96557 324 #define FSMC_WRAP_MODE_ENABLE ((uint32_t)0x00000400)
Kojto 99:dbbf35b96557 325 /**
Kojto 99:dbbf35b96557 326 * @}
Kojto 99:dbbf35b96557 327 */
Kojto 99:dbbf35b96557 328
Kojto 99:dbbf35b96557 329 /** @defgroup FSMC_Wait_Timing FSMC Wait Timing
emilmont 77:869cf507173a 330 * @{
emilmont 77:869cf507173a 331 */
emilmont 77:869cf507173a 332 #define FSMC_WAIT_TIMING_BEFORE_WS ((uint32_t)0x00000000)
emilmont 77:869cf507173a 333 #define FSMC_WAIT_TIMING_DURING_WS ((uint32_t)0x00000800)
emilmont 77:869cf507173a 334 /**
emilmont 77:869cf507173a 335 * @}
emilmont 77:869cf507173a 336 */
emilmont 77:869cf507173a 337
Kojto 99:dbbf35b96557 338 /** @defgroup FSMC_Write_Operation FSMC Write Operation
emilmont 77:869cf507173a 339 * @{
emilmont 77:869cf507173a 340 */
emilmont 77:869cf507173a 341 #define FSMC_WRITE_OPERATION_DISABLE ((uint32_t)0x00000000)
emilmont 77:869cf507173a 342 #define FSMC_WRITE_OPERATION_ENABLE ((uint32_t)0x00001000)
emilmont 77:869cf507173a 343 /**
emilmont 77:869cf507173a 344 * @}
emilmont 77:869cf507173a 345 */
emilmont 77:869cf507173a 346
Kojto 99:dbbf35b96557 347 /** @defgroup FSMC_Wait_Signal FSMC Wait Signal
Kojto 99:dbbf35b96557 348 * @{
Kojto 99:dbbf35b96557 349 */
Kojto 99:dbbf35b96557 350 #define FSMC_WAIT_SIGNAL_DISABLE ((uint32_t)0x00000000)
Kojto 99:dbbf35b96557 351 #define FSMC_WAIT_SIGNAL_ENABLE ((uint32_t)0x00002000)
Kojto 99:dbbf35b96557 352 /**
Kojto 99:dbbf35b96557 353 * @}
Kojto 99:dbbf35b96557 354 */
Kojto 99:dbbf35b96557 355
Kojto 99:dbbf35b96557 356 /** @defgroup FSMC_Extended_Mode FSMC Extended Mode
Kojto 99:dbbf35b96557 357 * @{
Kojto 99:dbbf35b96557 358 */
Kojto 99:dbbf35b96557 359 #define FSMC_EXTENDED_MODE_DISABLE ((uint32_t)0x00000000)
Kojto 99:dbbf35b96557 360 #define FSMC_EXTENDED_MODE_ENABLE ((uint32_t)0x00004000)
Kojto 99:dbbf35b96557 361 /**
Kojto 99:dbbf35b96557 362 * @}
Kojto 99:dbbf35b96557 363 */
Kojto 99:dbbf35b96557 364
Kojto 99:dbbf35b96557 365 /** @defgroup FSMC_AsynchronousWait FSMC Asynchronous Wait
emilmont 77:869cf507173a 366 * @{
emilmont 77:869cf507173a 367 */
emilmont 77:869cf507173a 368 #define FSMC_ASYNCHRONOUS_WAIT_DISABLE ((uint32_t)0x00000000)
emilmont 77:869cf507173a 369 #define FSMC_ASYNCHRONOUS_WAIT_ENABLE ((uint32_t)0x00008000)
emilmont 77:869cf507173a 370 /**
emilmont 77:869cf507173a 371 * @}
emilmont 77:869cf507173a 372 */
emilmont 77:869cf507173a 373
Kojto 99:dbbf35b96557 374 /** @defgroup FSMC_Write_Burst FSMC Write Burst
emilmont 77:869cf507173a 375 * @{
emilmont 77:869cf507173a 376 */
emilmont 77:869cf507173a 377 #define FSMC_WRITE_BURST_DISABLE ((uint32_t)0x00000000)
emilmont 77:869cf507173a 378 #define FSMC_WRITE_BURST_ENABLE ((uint32_t)0x00080000)
emilmont 77:869cf507173a 379 /**
emilmont 77:869cf507173a 380 * @}
emilmont 77:869cf507173a 381 */
emilmont 77:869cf507173a 382
Kojto 99:dbbf35b96557 383 /** @defgroup FSMC_Continous_Clock FSMC Continous Clock
emilmont 77:869cf507173a 384 * @{
emilmont 77:869cf507173a 385 */
Kojto 99:dbbf35b96557 386 #define FSMC_CONTINUOUS_CLOCK_SYNC_ONLY ((uint32_t)0x00000000)
Kojto 99:dbbf35b96557 387 #define FSMC_CONTINUOUS_CLOCK_SYNC_ASYNC ((uint32_t)0x00100000)
emilmont 77:869cf507173a 388 /**
emilmont 77:869cf507173a 389 * @}
emilmont 77:869cf507173a 390 */
emilmont 77:869cf507173a 391
Kojto 99:dbbf35b96557 392 /** @defgroup FSMC_Access_Mode FSMC Access Mode
emilmont 77:869cf507173a 393 * @{
emilmont 77:869cf507173a 394 */
emilmont 77:869cf507173a 395 #define FSMC_ACCESS_MODE_A ((uint32_t)0x00000000)
emilmont 77:869cf507173a 396 #define FSMC_ACCESS_MODE_B ((uint32_t)0x10000000)
emilmont 77:869cf507173a 397 #define FSMC_ACCESS_MODE_C ((uint32_t)0x20000000)
emilmont 77:869cf507173a 398 #define FSMC_ACCESS_MODE_D ((uint32_t)0x30000000)
emilmont 77:869cf507173a 399 /**
emilmont 77:869cf507173a 400 * @}
emilmont 77:869cf507173a 401 */
emilmont 77:869cf507173a 402 /**
emilmont 77:869cf507173a 403 * @}
emilmont 77:869cf507173a 404 */
emilmont 77:869cf507173a 405
Kojto 99:dbbf35b96557 406 /** @defgroup FSMC_LL_NAND_Controller FSMC NAND and PCCARD Controller
Kojto 99:dbbf35b96557 407 * @{
Kojto 99:dbbf35b96557 408 */
Kojto 99:dbbf35b96557 409 /** @defgroup FSMC_NAND_Bank FSMC NAND Bank
Kojto 99:dbbf35b96557 410 * @{
Kojto 99:dbbf35b96557 411 */
Kojto 99:dbbf35b96557 412 #define FSMC_NAND_BANK2 ((uint32_t)0x00000010)
Kojto 99:dbbf35b96557 413 #define FSMC_NAND_BANK3 ((uint32_t)0x00000100)
Kojto 99:dbbf35b96557 414 /**
Kojto 99:dbbf35b96557 415 * @}
Kojto 99:dbbf35b96557 416 */
Kojto 99:dbbf35b96557 417
Kojto 99:dbbf35b96557 418 /** @defgroup FSMC_Wait_feature FSMC Wait feature
emilmont 77:869cf507173a 419 * @{
emilmont 77:869cf507173a 420 */
emilmont 77:869cf507173a 421 #define FSMC_NAND_PCC_WAIT_FEATURE_DISABLE ((uint32_t)0x00000000)
emilmont 77:869cf507173a 422 #define FSMC_NAND_PCC_WAIT_FEATURE_ENABLE ((uint32_t)0x00000002)
emilmont 77:869cf507173a 423 /**
emilmont 77:869cf507173a 424 * @}
emilmont 77:869cf507173a 425 */
emilmont 77:869cf507173a 426
Kojto 99:dbbf35b96557 427 /** @defgroup FSMC_PCR_Memory_Type FSMC PCR Memory Type
emilmont 77:869cf507173a 428 * @{
emilmont 77:869cf507173a 429 */
emilmont 77:869cf507173a 430 #define FSMC_PCR_MEMORY_TYPE_PCCARD ((uint32_t)0x00000000)
emilmont 77:869cf507173a 431 #define FSMC_PCR_MEMORY_TYPE_NAND ((uint32_t)0x00000008)
emilmont 77:869cf507173a 432 /**
emilmont 77:869cf507173a 433 * @}
emilmont 77:869cf507173a 434 */
emilmont 77:869cf507173a 435
Kojto 99:dbbf35b96557 436 /** @defgroup FSMC_NAND_Data_Width FSMC NAND Data Width
emilmont 77:869cf507173a 437 * @{
emilmont 77:869cf507173a 438 */
emilmont 77:869cf507173a 439 #define FSMC_NAND_PCC_MEM_BUS_WIDTH_8 ((uint32_t)0x00000000)
emilmont 77:869cf507173a 440 #define FSMC_NAND_PCC_MEM_BUS_WIDTH_16 ((uint32_t)0x00000010)
emilmont 77:869cf507173a 441 /**
emilmont 77:869cf507173a 442 * @}
emilmont 77:869cf507173a 443 */
emilmont 77:869cf507173a 444
Kojto 99:dbbf35b96557 445 /** @defgroup FSMC_ECC FSMC ECC
emilmont 77:869cf507173a 446 * @{
emilmont 77:869cf507173a 447 */
emilmont 77:869cf507173a 448 #define FSMC_NAND_ECC_DISABLE ((uint32_t)0x00000000)
emilmont 77:869cf507173a 449 #define FSMC_NAND_ECC_ENABLE ((uint32_t)0x00000040)
emilmont 77:869cf507173a 450 /**
emilmont 77:869cf507173a 451 * @}
emilmont 77:869cf507173a 452 */
emilmont 77:869cf507173a 453
Kojto 99:dbbf35b96557 454 /** @defgroup FSMC_ECC_Page_Size FSMC ECC Page Size
emilmont 77:869cf507173a 455 * @{
emilmont 77:869cf507173a 456 */
emilmont 77:869cf507173a 457 #define FSMC_NAND_ECC_PAGE_SIZE_256BYTE ((uint32_t)0x00000000)
emilmont 77:869cf507173a 458 #define FSMC_NAND_ECC_PAGE_SIZE_512BYTE ((uint32_t)0x00020000)
emilmont 77:869cf507173a 459 #define FSMC_NAND_ECC_PAGE_SIZE_1024BYTE ((uint32_t)0x00040000)
emilmont 77:869cf507173a 460 #define FSMC_NAND_ECC_PAGE_SIZE_2048BYTE ((uint32_t)0x00060000)
emilmont 77:869cf507173a 461 #define FSMC_NAND_ECC_PAGE_SIZE_4096BYTE ((uint32_t)0x00080000)
emilmont 77:869cf507173a 462 #define FSMC_NAND_ECC_PAGE_SIZE_8192BYTE ((uint32_t)0x000A0000)
emilmont 77:869cf507173a 463 /**
emilmont 77:869cf507173a 464 * @}
emilmont 77:869cf507173a 465 */
emilmont 77:869cf507173a 466 /**
emilmont 77:869cf507173a 467 * @}
emilmont 77:869cf507173a 468 */
emilmont 77:869cf507173a 469
Kojto 99:dbbf35b96557 470 /** @defgroup FSMC_LL_Interrupt_definition FSMC Interrupt definition
emilmont 77:869cf507173a 471 * @{
emilmont 77:869cf507173a 472 */
emilmont 77:869cf507173a 473 #define FSMC_IT_RISING_EDGE ((uint32_t)0x00000008)
emilmont 77:869cf507173a 474 #define FSMC_IT_LEVEL ((uint32_t)0x00000010)
emilmont 77:869cf507173a 475 #define FSMC_IT_FALLING_EDGE ((uint32_t)0x00000020)
emilmont 77:869cf507173a 476 #define FSMC_IT_REFRESH_ERROR ((uint32_t)0x00004000)
emilmont 77:869cf507173a 477 /**
emilmont 77:869cf507173a 478 * @}
emilmont 77:869cf507173a 479 */
emilmont 77:869cf507173a 480
Kojto 99:dbbf35b96557 481 /** @defgroup FSMC_LL_Flag_definition FSMC Flag definition
emilmont 77:869cf507173a 482 * @{
emilmont 77:869cf507173a 483 */
emilmont 77:869cf507173a 484 #define FSMC_FLAG_RISING_EDGE ((uint32_t)0x00000001)
emilmont 77:869cf507173a 485 #define FSMC_FLAG_LEVEL ((uint32_t)0x00000002)
emilmont 77:869cf507173a 486 #define FSMC_FLAG_FALLING_EDGE ((uint32_t)0x00000004)
emilmont 77:869cf507173a 487 #define FSMC_FLAG_FEMPT ((uint32_t)0x00000040)
emilmont 77:869cf507173a 488 /**
emilmont 77:869cf507173a 489 * @}
emilmont 77:869cf507173a 490 */
emilmont 77:869cf507173a 491
Kojto 99:dbbf35b96557 492 /** @defgroup FSMC_LL_Alias_definition FSMC Alias definition
Kojto 99:dbbf35b96557 493 * @{
emilmont 77:869cf507173a 494 */
Kojto 99:dbbf35b96557 495 #define FSMC_NORSRAM_TypeDef FSMC_Bank1_TypeDef
Kojto 99:dbbf35b96557 496 #define FSMC_NORSRAM_EXTENDED_TypeDef FSMC_Bank1E_TypeDef
Kojto 99:dbbf35b96557 497 #define FSMC_NAND_TypeDef FSMC_Bank2_3_TypeDef
Kojto 99:dbbf35b96557 498 #define FSMC_PCCARD_TypeDef FSMC_Bank4_TypeDef
emilmont 77:869cf507173a 499
Kojto 99:dbbf35b96557 500 #define FSMC_NORSRAM_DEVICE FSMC_Bank1
Kojto 99:dbbf35b96557 501 #define FSMC_NORSRAM_EXTENDED_DEVICE FSMC_Bank1E
Kojto 99:dbbf35b96557 502 #define FSMC_NAND_DEVICE FSMC_Bank2_3
Kojto 99:dbbf35b96557 503 #define FSMC_PCCARD_DEVICE FSMC_Bank4
emilmont 77:869cf507173a 504
emilmont 77:869cf507173a 505 #define FMC_NORSRAM_TypeDef FSMC_NORSRAM_TypeDef
emilmont 77:869cf507173a 506 #define FMC_NORSRAM_EXTENDED_TypeDef FSMC_NORSRAM_EXTENDED_TypeDef
emilmont 77:869cf507173a 507 #define FMC_NORSRAM_InitTypeDef FSMC_NORSRAM_InitTypeDef
emilmont 77:869cf507173a 508 #define FMC_NORSRAM_TimingTypeDef FSMC_NORSRAM_TimingTypeDef
emilmont 77:869cf507173a 509
emilmont 77:869cf507173a 510 #define FMC_NORSRAM_Init FSMC_NORSRAM_Init
emilmont 77:869cf507173a 511 #define FMC_NORSRAM_Timing_Init FSMC_NORSRAM_Timing_Init
emilmont 77:869cf507173a 512 #define FMC_NORSRAM_Extended_Timing_Init FSMC_NORSRAM_Extended_Timing_Init
emilmont 77:869cf507173a 513 #define FMC_NORSRAM_DeInit FSMC_NORSRAM_DeInit
emilmont 77:869cf507173a 514 #define FMC_NORSRAM_WriteOperation_Enable FSMC_NORSRAM_WriteOperation_Enable
emilmont 77:869cf507173a 515 #define FMC_NORSRAM_WriteOperation_Disable FSMC_NORSRAM_WriteOperation_Disable
emilmont 77:869cf507173a 516
emilmont 77:869cf507173a 517 #define __FMC_NORSRAM_ENABLE __FSMC_NORSRAM_ENABLE
emilmont 77:869cf507173a 518 #define __FMC_NORSRAM_DISABLE __FSMC_NORSRAM_DISABLE
emilmont 77:869cf507173a 519
emilmont 77:869cf507173a 520 #define FMC_NAND_InitTypeDef FSMC_NAND_InitTypeDef
emilmont 77:869cf507173a 521 #define FMC_PCCARD_InitTypeDef FSMC_PCCARD_InitTypeDef
emilmont 77:869cf507173a 522 #define FMC_NAND_PCC_TimingTypeDef FSMC_NAND_PCC_TimingTypeDef
emilmont 77:869cf507173a 523
emilmont 77:869cf507173a 524 #define FMC_NAND_Init FSMC_NAND_Init
emilmont 77:869cf507173a 525 #define FMC_NAND_CommonSpace_Timing_Init FSMC_NAND_CommonSpace_Timing_Init
emilmont 77:869cf507173a 526 #define FMC_NAND_AttributeSpace_Timing_Init FSMC_NAND_AttributeSpace_Timing_Init
emilmont 77:869cf507173a 527 #define FMC_NAND_DeInit FSMC_NAND_DeInit
emilmont 77:869cf507173a 528 #define FMC_NAND_ECC_Enable FSMC_NAND_ECC_Enable
emilmont 77:869cf507173a 529 #define FMC_NAND_ECC_Disable FSMC_NAND_ECC_Disable
emilmont 77:869cf507173a 530 #define FMC_NAND_GetECC FSMC_NAND_GetECC
emilmont 77:869cf507173a 531 #define FMC_PCCARD_Init FSMC_PCCARD_Init
emilmont 77:869cf507173a 532 #define FMC_PCCARD_CommonSpace_Timing_Init FSMC_PCCARD_CommonSpace_Timing_Init
emilmont 77:869cf507173a 533 #define FMC_PCCARD_AttributeSpace_Timing_Init FSMC_PCCARD_AttributeSpace_Timing_Init
emilmont 77:869cf507173a 534 #define FMC_PCCARD_IOSpace_Timing_Init FSMC_PCCARD_IOSpace_Timing_Init
emilmont 77:869cf507173a 535 #define FMC_PCCARD_DeInit FSMC_PCCARD_DeInit
emilmont 77:869cf507173a 536
emilmont 77:869cf507173a 537 #define __FMC_NAND_ENABLE __FSMC_NAND_ENABLE
emilmont 77:869cf507173a 538 #define __FMC_NAND_DISABLE __FSMC_NAND_DISABLE
emilmont 77:869cf507173a 539 #define __FMC_PCCARD_ENABLE __FSMC_PCCARD_ENABLE
emilmont 77:869cf507173a 540 #define __FMC_PCCARD_DISABLE __FSMC_PCCARD_DISABLE
emilmont 77:869cf507173a 541 #define __FMC_NAND_ENABLE_IT __FSMC_NAND_ENABLE_IT
emilmont 77:869cf507173a 542 #define __FMC_NAND_DISABLE_IT __FSMC_NAND_DISABLE_IT
emilmont 77:869cf507173a 543 #define __FMC_NAND_GET_FLAG __FSMC_NAND_GET_FLAG
emilmont 77:869cf507173a 544 #define __FMC_NAND_CLEAR_FLAG __FSMC_NAND_CLEAR_FLAG
emilmont 77:869cf507173a 545 #define __FMC_PCCARD_ENABLE_IT __FSMC_PCCARD_ENABLE_IT
emilmont 77:869cf507173a 546 #define __FMC_PCCARD_DISABLE_IT __FSMC_PCCARD_DISABLE_IT
emilmont 77:869cf507173a 547 #define __FMC_PCCARD_GET_FLAG __FSMC_PCCARD_GET_FLAG
emilmont 77:869cf507173a 548 #define __FMC_PCCARD_CLEAR_FLAG __FSMC_PCCARD_CLEAR_FLAG
emilmont 77:869cf507173a 549
emilmont 77:869cf507173a 550 #define FMC_NORSRAM_TypeDef FSMC_NORSRAM_TypeDef
emilmont 77:869cf507173a 551 #define FMC_NORSRAM_EXTENDED_TypeDef FSMC_NORSRAM_EXTENDED_TypeDef
emilmont 77:869cf507173a 552 #define FMC_NAND_TypeDef FSMC_NAND_TypeDef
emilmont 77:869cf507173a 553 #define FMC_PCCARD_TypeDef FSMC_PCCARD_TypeDef
emilmont 77:869cf507173a 554
emilmont 77:869cf507173a 555 #define FMC_NORSRAM_DEVICE FSMC_NORSRAM_DEVICE
emilmont 77:869cf507173a 556 #define FMC_NORSRAM_EXTENDED_DEVICE FSMC_NORSRAM_EXTENDED_DEVICE
emilmont 77:869cf507173a 557 #define FMC_NAND_DEVICE FSMC_NAND_DEVICE
emilmont 77:869cf507173a 558 #define FMC_PCCARD_DEVICE FSMC_PCCARD_DEVICE
emilmont 77:869cf507173a 559
emilmont 77:869cf507173a 560 #define FMC_NAND_BANK2 FSMC_NAND_BANK2
emilmont 77:869cf507173a 561
Kojto 90:cb3d968589d8 562 #define FMC_NORSRAM_BANK1 FSMC_NORSRAM_BANK1
Kojto 90:cb3d968589d8 563 #define FMC_NORSRAM_BANK2 FSMC_NORSRAM_BANK2
Kojto 90:cb3d968589d8 564 #define FMC_NORSRAM_BANK3 FSMC_NORSRAM_BANK3
Kojto 90:cb3d968589d8 565
emilmont 77:869cf507173a 566 #define FMC_IT_RISING_EDGE FSMC_IT_RISING_EDGE
emilmont 77:869cf507173a 567 #define FMC_IT_LEVEL FSMC_IT_LEVEL
emilmont 77:869cf507173a 568 #define FMC_IT_FALLING_EDGE FSMC_IT_FALLING_EDGE
emilmont 77:869cf507173a 569 #define FMC_IT_REFRESH_ERROR FSMC_IT_REFRESH_ERROR
emilmont 77:869cf507173a 570
emilmont 77:869cf507173a 571 #define FMC_FLAG_RISING_EDGE FSMC_FLAG_RISING_EDGE
emilmont 77:869cf507173a 572 #define FMC_FLAG_LEVEL FSMC_FLAG_LEVEL
emilmont 77:869cf507173a 573 #define FMC_FLAG_FALLING_EDGE FSMC_FLAG_FALLING_EDGE
emilmont 77:869cf507173a 574 #define FMC_FLAG_FEMPT FSMC_FLAG_FEMPT
Kojto 99:dbbf35b96557 575 /**
Kojto 99:dbbf35b96557 576 * @}
Kojto 99:dbbf35b96557 577 */
emilmont 77:869cf507173a 578
Kojto 99:dbbf35b96557 579 /**
Kojto 99:dbbf35b96557 580 * @}
Kojto 99:dbbf35b96557 581 */
Kojto 99:dbbf35b96557 582
Kojto 99:dbbf35b96557 583 /* Private macro -------------------------------------------------------------*/
Kojto 99:dbbf35b96557 584 /** @defgroup FSMC_LL_Private_Macros FSMC Private Macros
Kojto 99:dbbf35b96557 585 * @{
Kojto 99:dbbf35b96557 586 */
Kojto 99:dbbf35b96557 587
Kojto 99:dbbf35b96557 588 /** @defgroup FSMC_LL_NOR_Macros FSMC NOR/SRAM Exported Macros
Kojto 99:dbbf35b96557 589 * @brief macros to handle NOR device enable/disable and read/write operations
Kojto 99:dbbf35b96557 590 * @{
Kojto 99:dbbf35b96557 591 */
Kojto 99:dbbf35b96557 592 /**
Kojto 99:dbbf35b96557 593 * @brief Enable the NORSRAM device access.
Kojto 99:dbbf35b96557 594 * @param __INSTANCE__: FSMC_NORSRAM Instance
Kojto 99:dbbf35b96557 595 * @param __BANK__: FSMC_NORSRAM Bank
Kojto 99:dbbf35b96557 596 * @retval none
Kojto 99:dbbf35b96557 597 */
Kojto 99:dbbf35b96557 598 #define __FSMC_NORSRAM_ENABLE(__INSTANCE__, __BANK__) ((__INSTANCE__)->BTCR[(__BANK__)] |= FSMC_BCR1_MBKEN)
Kojto 99:dbbf35b96557 599
Kojto 99:dbbf35b96557 600 /**
Kojto 99:dbbf35b96557 601 * @brief Disable the NORSRAM device access.
Kojto 99:dbbf35b96557 602 * @param __INSTANCE__: FSMC_NORSRAM Instance
Kojto 99:dbbf35b96557 603 * @param __BANK__: FSMC_NORSRAM Bank
Kojto 99:dbbf35b96557 604 * @retval none
Kojto 99:dbbf35b96557 605 */
Kojto 99:dbbf35b96557 606 #define __FSMC_NORSRAM_DISABLE(__INSTANCE__, __BANK__) ((__INSTANCE__)->BTCR[(__BANK__)] &= ~FSMC_BCR1_MBKEN)
Kojto 99:dbbf35b96557 607 /**
Kojto 99:dbbf35b96557 608 * @}
Kojto 99:dbbf35b96557 609 */
Kojto 99:dbbf35b96557 610
Kojto 99:dbbf35b96557 611 /** @defgroup FSMC_LL_NAND_Macros FSMC NAND Macros
Kojto 99:dbbf35b96557 612 * @brief macros to handle NAND device enable/disable
Kojto 99:dbbf35b96557 613 * @{
Kojto 99:dbbf35b96557 614 */
Kojto 99:dbbf35b96557 615 /**
Kojto 99:dbbf35b96557 616 * @brief Enable the NAND device access.
Kojto 99:dbbf35b96557 617 * @param __INSTANCE__: FSMC_NAND Instance
Kojto 99:dbbf35b96557 618 * @param __BANK__: FSMC_NAND Bank
Kojto 99:dbbf35b96557 619 * @retval none
Kojto 99:dbbf35b96557 620 */
Kojto 99:dbbf35b96557 621 #define __FSMC_NAND_ENABLE(__INSTANCE__, __BANK__) (((__BANK__) == FSMC_NAND_BANK2)? ((__INSTANCE__)->PCR2 |= FSMC_PCR2_PBKEN): \
Kojto 99:dbbf35b96557 622 ((__INSTANCE__)->PCR3 |= FSMC_PCR3_PBKEN))
Kojto 99:dbbf35b96557 623
Kojto 99:dbbf35b96557 624 /**
Kojto 99:dbbf35b96557 625 * @brief Disable the NAND device access.
Kojto 99:dbbf35b96557 626 * @param __INSTANCE__: FSMC_NAND Instance
Kojto 99:dbbf35b96557 627 * @param __BANK__: FSMC_NAND Bank
Kojto 99:dbbf35b96557 628 * @retval none
Kojto 99:dbbf35b96557 629 */
Kojto 99:dbbf35b96557 630 #define __FSMC_NAND_DISABLE(__INSTANCE__, __BANK__) (((__BANK__) == FSMC_NAND_BANK2)? ((__INSTANCE__)->PCR2 &= ~FSMC_PCR2_PBKEN): \
Kojto 99:dbbf35b96557 631 ((__INSTANCE__)->PCR3 &= ~FSMC_PCR3_PBKEN))
Kojto 99:dbbf35b96557 632 /**
Kojto 99:dbbf35b96557 633 * @}
Kojto 99:dbbf35b96557 634 */
Kojto 99:dbbf35b96557 635
Kojto 99:dbbf35b96557 636 /** @defgroup FSMC_LL_PCCARD_Macros FSMC PCCARD Macros
Kojto 99:dbbf35b96557 637 * @brief macros to handle SRAM read/write operations
Kojto 99:dbbf35b96557 638 * @{
Kojto 99:dbbf35b96557 639 */
Kojto 99:dbbf35b96557 640 /**
Kojto 99:dbbf35b96557 641 * @brief Enable the PCCARD device access.
Kojto 99:dbbf35b96557 642 * @param __INSTANCE__: FSMC_PCCARD Instance
Kojto 99:dbbf35b96557 643 * @retval none
Kojto 99:dbbf35b96557 644 */
Kojto 99:dbbf35b96557 645 #define __FSMC_PCCARD_ENABLE(__INSTANCE__) ((__INSTANCE__)->PCR4 |= FSMC_PCR4_PBKEN)
Kojto 99:dbbf35b96557 646
Kojto 99:dbbf35b96557 647 /**
Kojto 99:dbbf35b96557 648 * @brief Disable the PCCARD device access.
Kojto 99:dbbf35b96557 649 * @param __INSTANCE__: FSMC_PCCARD Instance
Kojto 99:dbbf35b96557 650 * @retval none
Kojto 99:dbbf35b96557 651 */
Kojto 99:dbbf35b96557 652 #define __FSMC_PCCARD_DISABLE(__INSTANCE__) ((__INSTANCE__)->PCR4 &= ~FSMC_PCR4_PBKEN)
Kojto 99:dbbf35b96557 653 /**
Kojto 99:dbbf35b96557 654 * @}
Kojto 99:dbbf35b96557 655 */
Kojto 99:dbbf35b96557 656
Kojto 99:dbbf35b96557 657 /** @defgroup FSMC_LL_Flag_Interrupt_Macros FSMC Flag&Interrupt Macros
Kojto 99:dbbf35b96557 658 * @brief macros to handle FSMC flags and interrupts
Kojto 99:dbbf35b96557 659 * @{
Kojto 99:dbbf35b96557 660 */
Kojto 99:dbbf35b96557 661 /**
Kojto 99:dbbf35b96557 662 * @brief Enable the NAND device interrupt.
Kojto 99:dbbf35b96557 663 * @param __INSTANCE__: FSMC_NAND Instance
Kojto 99:dbbf35b96557 664 * @param __BANK__: FSMC_NAND Bank
Kojto 99:dbbf35b96557 665 * @param __INTERRUPT__: FSMC_NAND interrupt
Kojto 99:dbbf35b96557 666 * This parameter can be any combination of the following values:
Kojto 99:dbbf35b96557 667 * @arg FSMC_IT_RISING_EDGE: Interrupt rising edge.
Kojto 99:dbbf35b96557 668 * @arg FSMC_IT_LEVEL: Interrupt level.
Kojto 99:dbbf35b96557 669 * @arg FSMC_IT_FALLING_EDGE: Interrupt falling edge.
Kojto 99:dbbf35b96557 670 * @retval None
Kojto 99:dbbf35b96557 671 */
Kojto 99:dbbf35b96557 672 #define __FSMC_NAND_ENABLE_IT(__INSTANCE__, __BANK__, __INTERRUPT__) (((__BANK__) == FSMC_NAND_BANK2)? ((__INSTANCE__)->SR2 |= (__INTERRUPT__)): \
Kojto 99:dbbf35b96557 673 ((__INSTANCE__)->SR3 |= (__INTERRUPT__)))
Kojto 99:dbbf35b96557 674
Kojto 99:dbbf35b96557 675 /**
Kojto 99:dbbf35b96557 676 * @brief Disable the NAND device interrupt.
Kojto 99:dbbf35b96557 677 * @param __INSTANCE__: FSMC_NAND Instance
Kojto 99:dbbf35b96557 678 * @param __BANK__: FSMC_NAND Bank
Kojto 99:dbbf35b96557 679 * @param __INTERRUPT__: FSMC_NAND interrupt
Kojto 99:dbbf35b96557 680 * This parameter can be any combination of the following values:
Kojto 99:dbbf35b96557 681 * @arg FSMC_IT_RISING_EDGE: Interrupt rising edge.
Kojto 99:dbbf35b96557 682 * @arg FSMC_IT_LEVEL: Interrupt level.
Kojto 99:dbbf35b96557 683 * @arg FSMC_IT_FALLING_EDGE: Interrupt falling edge.
Kojto 99:dbbf35b96557 684 * @retval None
Kojto 99:dbbf35b96557 685 */
Kojto 99:dbbf35b96557 686 #define __FSMC_NAND_DISABLE_IT(__INSTANCE__, __BANK__, __INTERRUPT__) (((__BANK__) == FSMC_NAND_BANK2)? ((__INSTANCE__)->SR2 &= ~(__INTERRUPT__)): \
Kojto 99:dbbf35b96557 687 ((__INSTANCE__)->SR3 &= ~(__INTERRUPT__)))
Kojto 99:dbbf35b96557 688
Kojto 99:dbbf35b96557 689 /**
Kojto 99:dbbf35b96557 690 * @brief Get flag status of the NAND device.
Kojto 99:dbbf35b96557 691 * @param __INSTANCE__: FSMC_NAND Instance
Kojto 99:dbbf35b96557 692 * @param __BANK__ : FSMC_NAND Bank
Kojto 99:dbbf35b96557 693 * @param __FLAG__ : FSMC_NAND flag
Kojto 99:dbbf35b96557 694 * This parameter can be any combination of the following values:
Kojto 99:dbbf35b96557 695 * @arg FSMC_FLAG_RISING_EDGE: Interrupt rising edge flag.
Kojto 99:dbbf35b96557 696 * @arg FSMC_FLAG_LEVEL: Interrupt level edge flag.
Kojto 99:dbbf35b96557 697 * @arg FSMC_FLAG_FALLING_EDGE: Interrupt falling edge flag.
Kojto 99:dbbf35b96557 698 * @arg FSMC_FLAG_FEMPT: FIFO empty flag.
Kojto 99:dbbf35b96557 699 * @retval The state of FLAG (SET or RESET).
Kojto 99:dbbf35b96557 700 */
Kojto 99:dbbf35b96557 701 #define __FSMC_NAND_GET_FLAG(__INSTANCE__, __BANK__, __FLAG__) (((__BANK__) == FSMC_NAND_BANK2)? (((__INSTANCE__)->SR2 &(__FLAG__)) == (__FLAG__)): \
Kojto 99:dbbf35b96557 702 (((__INSTANCE__)->SR3 &(__FLAG__)) == (__FLAG__)))
Kojto 99:dbbf35b96557 703 /**
Kojto 99:dbbf35b96557 704 * @brief Clear flag status of the NAND device.
Kojto 99:dbbf35b96557 705 * @param __INSTANCE__: FSMC_NAND Instance
Kojto 99:dbbf35b96557 706 * @param __BANK__: FSMC_NAND Bank
Kojto 99:dbbf35b96557 707 * @param __FLAG__: FSMC_NAND flag
Kojto 99:dbbf35b96557 708 * This parameter can be any combination of the following values:
Kojto 99:dbbf35b96557 709 * @arg FSMC_FLAG_RISING_EDGE: Interrupt rising edge flag.
Kojto 99:dbbf35b96557 710 * @arg FSMC_FLAG_LEVEL: Interrupt level edge flag.
Kojto 99:dbbf35b96557 711 * @arg FSMC_FLAG_FALLING_EDGE: Interrupt falling edge flag.
Kojto 99:dbbf35b96557 712 * @arg FSMC_FLAG_FEMPT: FIFO empty flag.
Kojto 99:dbbf35b96557 713 * @retval None
Kojto 99:dbbf35b96557 714 */
Kojto 99:dbbf35b96557 715 #define __FSMC_NAND_CLEAR_FLAG(__INSTANCE__, __BANK__, __FLAG__) (((__BANK__) == FSMC_NAND_BANK2)? ((__INSTANCE__)->SR2 &= ~(__FLAG__)): \
Kojto 99:dbbf35b96557 716 ((__INSTANCE__)->SR3 &= ~(__FLAG__)))
Kojto 99:dbbf35b96557 717 /**
Kojto 99:dbbf35b96557 718 * @brief Enable the PCCARD device interrupt.
Kojto 99:dbbf35b96557 719 * @param __INSTANCE__: FSMC_PCCARD Instance
Kojto 99:dbbf35b96557 720 * @param __INTERRUPT__: FSMC_PCCARD interrupt
Kojto 99:dbbf35b96557 721 * This parameter can be any combination of the following values:
Kojto 99:dbbf35b96557 722 * @arg FSMC_IT_RISING_EDGE: Interrupt rising edge.
Kojto 99:dbbf35b96557 723 * @arg FSMC_IT_LEVEL: Interrupt level.
Kojto 99:dbbf35b96557 724 * @arg FSMC_IT_FALLING_EDGE: Interrupt falling edge.
Kojto 99:dbbf35b96557 725 * @retval None
Kojto 99:dbbf35b96557 726 */
Kojto 99:dbbf35b96557 727 #define __FSMC_PCCARD_ENABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR4 |= (__INTERRUPT__))
Kojto 99:dbbf35b96557 728
Kojto 99:dbbf35b96557 729 /**
Kojto 99:dbbf35b96557 730 * @brief Disable the PCCARD device interrupt.
Kojto 99:dbbf35b96557 731 * @param __INSTANCE__: FSMC_PCCARD Instance
Kojto 99:dbbf35b96557 732 * @param __INTERRUPT__: FSMC_PCCARD interrupt
Kojto 99:dbbf35b96557 733 * This parameter can be any combination of the following values:
Kojto 99:dbbf35b96557 734 * @arg FSMC_IT_RISING_EDGE: Interrupt rising edge.
Kojto 99:dbbf35b96557 735 * @arg FSMC_IT_LEVEL: Interrupt level.
Kojto 99:dbbf35b96557 736 * @arg FSMC_IT_FALLING_EDGE: Interrupt falling edge.
Kojto 99:dbbf35b96557 737 * @retval None
Kojto 99:dbbf35b96557 738 */
Kojto 99:dbbf35b96557 739 #define __FSMC_PCCARD_DISABLE_IT(__INSTANCE__, __INTERRUPT__) ((__INSTANCE__)->SR4 &= ~(__INTERRUPT__))
Kojto 99:dbbf35b96557 740
Kojto 99:dbbf35b96557 741 /**
Kojto 99:dbbf35b96557 742 * @brief Get flag status of the PCCARD device.
Kojto 99:dbbf35b96557 743 * @param __INSTANCE__: FSMC_PCCARD Instance
Kojto 99:dbbf35b96557 744 * @param __FLAG__: FSMC_PCCARD flag
Kojto 99:dbbf35b96557 745 * This parameter can be any combination of the following values:
Kojto 99:dbbf35b96557 746 * @arg FSMC_FLAG_RISING_EDGE: Interrupt rising edge flag.
Kojto 99:dbbf35b96557 747 * @arg FSMC_FLAG_LEVEL: Interrupt level edge flag.
Kojto 99:dbbf35b96557 748 * @arg FSMC_FLAG_FALLING_EDGE: Interrupt falling edge flag.
Kojto 99:dbbf35b96557 749 * @arg FSMC_FLAG_FEMPT: FIFO empty flag.
Kojto 99:dbbf35b96557 750 * @retval The state of FLAG (SET or RESET).
Kojto 99:dbbf35b96557 751 */
Kojto 99:dbbf35b96557 752 #define __FSMC_PCCARD_GET_FLAG(__INSTANCE__, __FLAG__) (((__INSTANCE__)->SR4 &(__FLAG__)) == (__FLAG__))
Kojto 99:dbbf35b96557 753
Kojto 99:dbbf35b96557 754 /**
Kojto 99:dbbf35b96557 755 * @brief Clear flag status of the PCCARD device.
Kojto 99:dbbf35b96557 756 * @param __INSTANCE__: FSMC_PCCARD Instance
Kojto 99:dbbf35b96557 757 * @param __FLAG__: FSMC_PCCARD flag
Kojto 99:dbbf35b96557 758 * This parameter can be any combination of the following values:
Kojto 99:dbbf35b96557 759 * @arg FSMC_FLAG_RISING_EDGE: Interrupt rising edge flag.
Kojto 99:dbbf35b96557 760 * @arg FSMC_FLAG_LEVEL: Interrupt level edge flag.
Kojto 99:dbbf35b96557 761 * @arg FSMC_FLAG_FALLING_EDGE: Interrupt falling edge flag.
Kojto 99:dbbf35b96557 762 * @arg FSMC_FLAG_FEMPT: FIFO empty flag.
Kojto 99:dbbf35b96557 763 * @retval None
Kojto 99:dbbf35b96557 764 */
Kojto 99:dbbf35b96557 765 #define __FSMC_PCCARD_CLEAR_FLAG(__INSTANCE__, __FLAG__) ((__INSTANCE__)->SR4 &= ~(__FLAG__))
Kojto 99:dbbf35b96557 766 /**
Kojto 99:dbbf35b96557 767 * @}
Kojto 99:dbbf35b96557 768 */
Kojto 99:dbbf35b96557 769
Kojto 99:dbbf35b96557 770 /** @defgroup FSMC_LL_Assert_Macros FSMC Assert Macros
Kojto 99:dbbf35b96557 771 * @{
Kojto 99:dbbf35b96557 772 */
Kojto 99:dbbf35b96557 773 #define IS_FSMC_NORSRAM_BANK(__BANK__) (((__BANK__) == FSMC_NORSRAM_BANK1) || \
Kojto 99:dbbf35b96557 774 ((__BANK__) == FSMC_NORSRAM_BANK2) || \
Kojto 99:dbbf35b96557 775 ((__BANK__) == FSMC_NORSRAM_BANK3) || \
Kojto 99:dbbf35b96557 776 ((__BANK__) == FSMC_NORSRAM_BANK4))
Kojto 99:dbbf35b96557 777
Kojto 99:dbbf35b96557 778 #define IS_FSMC_MUX(__MUX__) (((__MUX__) == FSMC_DATA_ADDRESS_MUX_DISABLE) || \
Kojto 99:dbbf35b96557 779 ((__MUX__) == FSMC_DATA_ADDRESS_MUX_ENABLE))
Kojto 99:dbbf35b96557 780
Kojto 99:dbbf35b96557 781 #define IS_FSMC_MEMORY(__MEMORY__) (((__MEMORY__) == FSMC_MEMORY_TYPE_SRAM) || \
Kojto 99:dbbf35b96557 782 ((__MEMORY__) == FSMC_MEMORY_TYPE_PSRAM)|| \
Kojto 99:dbbf35b96557 783 ((__MEMORY__) == FSMC_MEMORY_TYPE_NOR))
Kojto 99:dbbf35b96557 784
Kojto 99:dbbf35b96557 785 #define IS_FSMC_NORSRAM_MEMORY_WIDTH(__WIDTH__) (((__WIDTH__) == FSMC_NORSRAM_MEM_BUS_WIDTH_8) || \
Kojto 99:dbbf35b96557 786 ((__WIDTH__) == FSMC_NORSRAM_MEM_BUS_WIDTH_16) || \
Kojto 99:dbbf35b96557 787 ((__WIDTH__) == FSMC_NORSRAM_MEM_BUS_WIDTH_32))
Kojto 99:dbbf35b96557 788
Kojto 99:dbbf35b96557 789 #define IS_FSMC_ACCESS_MODE(__MODE__) (((__MODE__) == FSMC_ACCESS_MODE_A) || \
Kojto 99:dbbf35b96557 790 ((__MODE__) == FSMC_ACCESS_MODE_B) || \
Kojto 99:dbbf35b96557 791 ((__MODE__) == FSMC_ACCESS_MODE_C) || \
Kojto 99:dbbf35b96557 792 ((__MODE__) == FSMC_ACCESS_MODE_D))
Kojto 99:dbbf35b96557 793
Kojto 99:dbbf35b96557 794 #define IS_FSMC_NAND_BANK(BANK) (((BANK) == FSMC_NAND_BANK2) || \
Kojto 99:dbbf35b96557 795 ((BANK) == FSMC_NAND_BANK3))
Kojto 99:dbbf35b96557 796
Kojto 99:dbbf35b96557 797 #define IS_FSMC_WAIT_FEATURE(FEATURE) (((FEATURE) == FSMC_NAND_PCC_WAIT_FEATURE_DISABLE) || \
Kojto 99:dbbf35b96557 798 ((FEATURE) == FSMC_NAND_PCC_WAIT_FEATURE_ENABLE))
Kojto 99:dbbf35b96557 799
Kojto 99:dbbf35b96557 800 #define IS_FSMC_NAND_MEMORY_WIDTH(WIDTH) (((WIDTH) == FSMC_NAND_PCC_MEM_BUS_WIDTH_8) || \
Kojto 99:dbbf35b96557 801 ((WIDTH) == FSMC_NAND_PCC_MEM_BUS_WIDTH_16))
Kojto 99:dbbf35b96557 802
Kojto 99:dbbf35b96557 803 #define IS_FSMC_ECC_STATE(STATE) (((STATE) == FSMC_NAND_ECC_DISABLE) || \
Kojto 99:dbbf35b96557 804 ((STATE) == FSMC_NAND_ECC_ENABLE))
Kojto 99:dbbf35b96557 805
Kojto 99:dbbf35b96557 806 #define IS_FSMC_ECCPAGE_SIZE(SIZE) (((SIZE) == FSMC_NAND_ECC_PAGE_SIZE_256BYTE) || \
Kojto 99:dbbf35b96557 807 ((SIZE) == FSMC_NAND_ECC_PAGE_SIZE_512BYTE) || \
Kojto 99:dbbf35b96557 808 ((SIZE) == FSMC_NAND_ECC_PAGE_SIZE_1024BYTE) || \
Kojto 99:dbbf35b96557 809 ((SIZE) == FSMC_NAND_ECC_PAGE_SIZE_2048BYTE) || \
Kojto 99:dbbf35b96557 810 ((SIZE) == FSMC_NAND_ECC_PAGE_SIZE_4096BYTE) || \
Kojto 99:dbbf35b96557 811 ((SIZE) == FSMC_NAND_ECC_PAGE_SIZE_8192BYTE))
Kojto 99:dbbf35b96557 812
Kojto 99:dbbf35b96557 813 #define IS_FSMC_TCLR_TIME(TIME) ((TIME) <= 255)
Kojto 99:dbbf35b96557 814
Kojto 99:dbbf35b96557 815 #define IS_FSMC_TAR_TIME(TIME) ((TIME) <= 255)
Kojto 99:dbbf35b96557 816
Kojto 99:dbbf35b96557 817 #define IS_FSMC_SETUP_TIME(TIME) ((TIME) <= 255)
Kojto 99:dbbf35b96557 818
Kojto 99:dbbf35b96557 819 #define IS_FSMC_WAIT_TIME(TIME) ((TIME) <= 255)
Kojto 99:dbbf35b96557 820
Kojto 99:dbbf35b96557 821 #define IS_FSMC_HOLD_TIME(TIME) ((TIME) <= 255)
Kojto 99:dbbf35b96557 822
Kojto 99:dbbf35b96557 823 #define IS_FSMC_HIZ_TIME(TIME) ((TIME) <= 255)
Kojto 99:dbbf35b96557 824
Kojto 99:dbbf35b96557 825 #define IS_FSMC_NORSRAM_DEVICE(__INSTANCE__) ((__INSTANCE__) == FSMC_NORSRAM_DEVICE)
Kojto 99:dbbf35b96557 826
Kojto 99:dbbf35b96557 827 #define IS_FSMC_NORSRAM_EXTENDED_DEVICE(__INSTANCE__) ((__INSTANCE__) == FSMC_NORSRAM_EXTENDED_DEVICE)
Kojto 99:dbbf35b96557 828
Kojto 99:dbbf35b96557 829 #define IS_FSMC_NAND_DEVICE(INSTANCE) ((INSTANCE) == FSMC_NAND_DEVICE)
Kojto 99:dbbf35b96557 830
Kojto 99:dbbf35b96557 831 #define IS_FSMC_PCCARD_DEVICE(INSTANCE) ((INSTANCE) == FSMC_PCCARD_DEVICE)
Kojto 99:dbbf35b96557 832
Kojto 99:dbbf35b96557 833 #define IS_FSMC_BURSTMODE(__STATE__) (((__STATE__) == FSMC_BURST_ACCESS_MODE_DISABLE) || \
Kojto 99:dbbf35b96557 834 ((__STATE__) == FSMC_BURST_ACCESS_MODE_ENABLE))
Kojto 99:dbbf35b96557 835
Kojto 99:dbbf35b96557 836 #define IS_FSMC_WAIT_POLARITY(__POLARITY__) (((__POLARITY__) == FSMC_WAIT_SIGNAL_POLARITY_LOW) || \
Kojto 99:dbbf35b96557 837 ((__POLARITY__) == FSMC_WAIT_SIGNAL_POLARITY_HIGH))
Kojto 99:dbbf35b96557 838
Kojto 99:dbbf35b96557 839 #define IS_FSMC_WRAP_MODE(__MODE__) (((__MODE__) == FSMC_WRAP_MODE_DISABLE) || \
Kojto 99:dbbf35b96557 840 ((__MODE__) == FSMC_WRAP_MODE_ENABLE))
Kojto 99:dbbf35b96557 841
Kojto 99:dbbf35b96557 842 #define IS_FSMC_WAIT_SIGNAL_ACTIVE(__ACTIVE__) (((__ACTIVE__) == FSMC_WAIT_TIMING_BEFORE_WS) || \
Kojto 99:dbbf35b96557 843 ((__ACTIVE__) == FSMC_WAIT_TIMING_DURING_WS))
Kojto 99:dbbf35b96557 844
Kojto 99:dbbf35b96557 845 #define IS_FSMC_WRITE_OPERATION(__OPERATION__) (((__OPERATION__) == FSMC_WRITE_OPERATION_DISABLE) || \
Kojto 99:dbbf35b96557 846 ((__OPERATION__) == FSMC_WRITE_OPERATION_ENABLE))
Kojto 99:dbbf35b96557 847
Kojto 99:dbbf35b96557 848 #define IS_FSMC_WAITE_SIGNAL(__SIGNAL__) (((__SIGNAL__) == FSMC_WAIT_SIGNAL_DISABLE) || \
Kojto 99:dbbf35b96557 849 ((__SIGNAL__) == FSMC_WAIT_SIGNAL_ENABLE))
Kojto 99:dbbf35b96557 850
Kojto 99:dbbf35b96557 851 #define IS_FSMC_EXTENDED_MODE(__MODE__) (((__MODE__) == FSMC_EXTENDED_MODE_DISABLE) || \
Kojto 99:dbbf35b96557 852 ((__MODE__) == FSMC_EXTENDED_MODE_ENABLE))
Kojto 99:dbbf35b96557 853
Kojto 99:dbbf35b96557 854 #define IS_FSMC_ASYNWAIT(__STATE__) (((__STATE__) == FSMC_ASYNCHRONOUS_WAIT_DISABLE) || \
Kojto 99:dbbf35b96557 855 ((__STATE__) == FSMC_ASYNCHRONOUS_WAIT_ENABLE))
Kojto 99:dbbf35b96557 856
Kojto 99:dbbf35b96557 857 #define IS_FSMC_DATA_LATENCY(__LATENCY__) (((__LATENCY__) > 1) && ((__LATENCY__) <= 17))
Kojto 99:dbbf35b96557 858
Kojto 99:dbbf35b96557 859 #define IS_FSMC_WRITE_BURST(__BURST__) (((__BURST__) == FSMC_WRITE_BURST_DISABLE) || \
Kojto 99:dbbf35b96557 860 ((__BURST__) == FSMC_WRITE_BURST_ENABLE))
Kojto 99:dbbf35b96557 861
Kojto 99:dbbf35b96557 862 #define IS_FSMC_ADDRESS_SETUP_TIME(__TIME__) ((__TIME__) <= 15)
Kojto 99:dbbf35b96557 863
Kojto 99:dbbf35b96557 864 #define IS_FSMC_ADDRESS_HOLD_TIME(__TIME__) (((__TIME__) > 0) && ((__TIME__) <= 15))
Kojto 99:dbbf35b96557 865
Kojto 99:dbbf35b96557 866 #define IS_FSMC_DATASETUP_TIME(__TIME__) (((__TIME__) > 0) && ((__TIME__) <= 255))
Kojto 99:dbbf35b96557 867
Kojto 99:dbbf35b96557 868 #define IS_FSMC_TURNAROUND_TIME(__TIME__) ((__TIME__) <= 15)
Kojto 99:dbbf35b96557 869
Kojto 99:dbbf35b96557 870 #define IS_FSMC_CONTINOUS_CLOCK(CCLOCK) (((CCLOCK) == FSMC_CONTINUOUS_CLOCK_SYNC_ONLY) || \
Kojto 99:dbbf35b96557 871 ((CCLOCK) == FSMC_CONTINUOUS_CLOCK_SYNC_ASYNC))
Kojto 99:dbbf35b96557 872
Kojto 99:dbbf35b96557 873 #define IS_FSMC_CLK_DIV(DIV) (((DIV) > 1) && ((DIV) <= 16))
Kojto 99:dbbf35b96557 874
Kojto 99:dbbf35b96557 875 /**
Kojto 99:dbbf35b96557 876 * @}
Kojto 99:dbbf35b96557 877 */
Kojto 99:dbbf35b96557 878 /**
Kojto 99:dbbf35b96557 879 * @}
Kojto 99:dbbf35b96557 880 */
Kojto 99:dbbf35b96557 881
Kojto 99:dbbf35b96557 882 /* Private functions ---------------------------------------------------------*/
Kojto 99:dbbf35b96557 883 /** @defgroup FSMC_LL_Private_Functions FSMC LL Private Functions
Kojto 99:dbbf35b96557 884 * @{
Kojto 99:dbbf35b96557 885 */
Kojto 99:dbbf35b96557 886
Kojto 99:dbbf35b96557 887 /** @defgroup FSMC_LL_NORSRAM NOR SRAM
Kojto 99:dbbf35b96557 888 * @{
Kojto 99:dbbf35b96557 889 */
Kojto 99:dbbf35b96557 890
Kojto 99:dbbf35b96557 891 /** @defgroup FSMC_LL_NORSRAM_Private_Functions_Group1 NOR SRAM Initialization/de-initialization functions
Kojto 99:dbbf35b96557 892 * @{
Kojto 99:dbbf35b96557 893 */
Kojto 99:dbbf35b96557 894 HAL_StatusTypeDef FSMC_NORSRAM_Init(FSMC_NORSRAM_TypeDef *Device, FSMC_NORSRAM_InitTypeDef *Init);
Kojto 99:dbbf35b96557 895 HAL_StatusTypeDef FSMC_NORSRAM_Timing_Init(FSMC_NORSRAM_TypeDef *Device, FSMC_NORSRAM_TimingTypeDef *Timing, uint32_t Bank);
Kojto 99:dbbf35b96557 896 HAL_StatusTypeDef FSMC_NORSRAM_Extended_Timing_Init(FSMC_NORSRAM_EXTENDED_TypeDef *Device, FSMC_NORSRAM_TimingTypeDef *Timing, uint32_t Bank, uint32_t ExtendedMode);
Kojto 99:dbbf35b96557 897 HAL_StatusTypeDef FSMC_NORSRAM_DeInit(FSMC_NORSRAM_TypeDef *Device, FSMC_NORSRAM_EXTENDED_TypeDef *ExDevice, uint32_t Bank);
Kojto 99:dbbf35b96557 898 /**
Kojto 99:dbbf35b96557 899 * @}
Kojto 99:dbbf35b96557 900 */
Kojto 99:dbbf35b96557 901
Kojto 99:dbbf35b96557 902 /** @defgroup FSMC_LL_NORSRAM_Private_Functions_Group2 NOR SRAM Control functions
Kojto 99:dbbf35b96557 903 * @{
Kojto 99:dbbf35b96557 904 */
Kojto 99:dbbf35b96557 905 HAL_StatusTypeDef FSMC_NORSRAM_WriteOperation_Enable(FSMC_NORSRAM_TypeDef *Device, uint32_t Bank);
Kojto 99:dbbf35b96557 906 HAL_StatusTypeDef FSMC_NORSRAM_WriteOperation_Disable(FSMC_NORSRAM_TypeDef *Device, uint32_t Bank);
Kojto 99:dbbf35b96557 907 /**
Kojto 99:dbbf35b96557 908 * @}
Kojto 99:dbbf35b96557 909 */
Kojto 99:dbbf35b96557 910 /**
Kojto 99:dbbf35b96557 911 * @}
Kojto 99:dbbf35b96557 912 */
Kojto 99:dbbf35b96557 913
Kojto 99:dbbf35b96557 914 /** @defgroup FSMC_LL_NAND NAND
Kojto 99:dbbf35b96557 915 * @{
Kojto 99:dbbf35b96557 916 */
Kojto 99:dbbf35b96557 917 /** @defgroup FSMC_LL_NAND_Private_Functions_Group1 NAND Initialization/de-initialization functions
Kojto 99:dbbf35b96557 918 * @{
Kojto 99:dbbf35b96557 919 */
Kojto 99:dbbf35b96557 920 HAL_StatusTypeDef FSMC_NAND_Init(FSMC_NAND_TypeDef *Device, FSMC_NAND_InitTypeDef *Init);
Kojto 99:dbbf35b96557 921 HAL_StatusTypeDef FSMC_NAND_CommonSpace_Timing_Init(FSMC_NAND_TypeDef *Device, FSMC_NAND_PCC_TimingTypeDef *Timing, uint32_t Bank);
Kojto 99:dbbf35b96557 922 HAL_StatusTypeDef FSMC_NAND_AttributeSpace_Timing_Init(FSMC_NAND_TypeDef *Device, FSMC_NAND_PCC_TimingTypeDef *Timing, uint32_t Bank);
Kojto 99:dbbf35b96557 923 HAL_StatusTypeDef FSMC_NAND_DeInit(FSMC_NAND_TypeDef *Device, uint32_t Bank);
Kojto 99:dbbf35b96557 924 /**
Kojto 99:dbbf35b96557 925 * @}
Kojto 99:dbbf35b96557 926 */
Kojto 99:dbbf35b96557 927
Kojto 99:dbbf35b96557 928 /** @defgroup FSMC_LL_NAND_Private_Functions_Group2 NAND Control functions
Kojto 99:dbbf35b96557 929 * @{
Kojto 99:dbbf35b96557 930 */
Kojto 99:dbbf35b96557 931 HAL_StatusTypeDef FSMC_NAND_ECC_Enable(FSMC_NAND_TypeDef *Device, uint32_t Bank);
Kojto 99:dbbf35b96557 932 HAL_StatusTypeDef FSMC_NAND_ECC_Disable(FSMC_NAND_TypeDef *Device, uint32_t Bank);
Kojto 99:dbbf35b96557 933 HAL_StatusTypeDef FSMC_NAND_GetECC(FSMC_NAND_TypeDef *Device, uint32_t *ECCval, uint32_t Bank, uint32_t Timeout);
Kojto 99:dbbf35b96557 934 /**
Kojto 99:dbbf35b96557 935 * @}
Kojto 99:dbbf35b96557 936 */
Kojto 99:dbbf35b96557 937 /**
Kojto 99:dbbf35b96557 938 * @}
Kojto 99:dbbf35b96557 939 */
Kojto 99:dbbf35b96557 940
Kojto 99:dbbf35b96557 941 /** @defgroup FSMC_LL_PCCARD PCCARD
Kojto 99:dbbf35b96557 942 * @{
Kojto 99:dbbf35b96557 943 */
Kojto 99:dbbf35b96557 944 /** @defgroup FSMC_LL_PCCARD_Private_Functions_Group1 PCCARD Initialization/de-initialization functions
Kojto 99:dbbf35b96557 945 * @{
Kojto 99:dbbf35b96557 946 */
Kojto 99:dbbf35b96557 947 HAL_StatusTypeDef FSMC_PCCARD_Init(FSMC_PCCARD_TypeDef *Device, FSMC_PCCARD_InitTypeDef *Init);
Kojto 99:dbbf35b96557 948 HAL_StatusTypeDef FSMC_PCCARD_CommonSpace_Timing_Init(FSMC_PCCARD_TypeDef *Device, FSMC_NAND_PCC_TimingTypeDef *Timing);
Kojto 99:dbbf35b96557 949 HAL_StatusTypeDef FSMC_PCCARD_AttributeSpace_Timing_Init(FSMC_PCCARD_TypeDef *Device, FSMC_NAND_PCC_TimingTypeDef *Timing);
Kojto 99:dbbf35b96557 950 HAL_StatusTypeDef FSMC_PCCARD_IOSpace_Timing_Init(FSMC_PCCARD_TypeDef *Device, FSMC_NAND_PCC_TimingTypeDef *Timing);
Kojto 99:dbbf35b96557 951 HAL_StatusTypeDef FSMC_PCCARD_DeInit(FSMC_PCCARD_TypeDef *Device);
Kojto 99:dbbf35b96557 952 /**
Kojto 99:dbbf35b96557 953 * @}
Kojto 99:dbbf35b96557 954 */
Kojto 99:dbbf35b96557 955 /**
Kojto 99:dbbf35b96557 956 * @}
Kojto 99:dbbf35b96557 957 */
Kojto 99:dbbf35b96557 958
Kojto 99:dbbf35b96557 959 /**
Kojto 99:dbbf35b96557 960 * @}
Kojto 99:dbbf35b96557 961 */
emilmont 77:869cf507173a 962 #endif /* STM32F405xx || STM32F415xx || STM32F407xx || STM32F417xx */
emilmont 77:869cf507173a 963
emilmont 77:869cf507173a 964 /**
emilmont 77:869cf507173a 965 * @}
emilmont 77:869cf507173a 966 */
emilmont 77:869cf507173a 967
emilmont 77:869cf507173a 968 /**
emilmont 77:869cf507173a 969 * @}
emilmont 77:869cf507173a 970 */
emilmont 77:869cf507173a 971
emilmont 77:869cf507173a 972 #ifdef __cplusplus
emilmont 77:869cf507173a 973 }
emilmont 77:869cf507173a 974 #endif
emilmont 77:869cf507173a 975
emilmont 77:869cf507173a 976 #endif /* __STM32F4xx_LL_FSMC_H */
emilmont 77:869cf507173a 977
emilmont 77:869cf507173a 978 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/