mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Committer:
mbed_official
Date:
Mon Jun 23 14:00:09 2014 +0100
Revision:
235:685d5f11838f
Synchronized with git revision 9728c76667962b289ee9c4c687ef9f115db48cd3

Full URL: https://github.com/mbedmicro/mbed/commit/9728c76667962b289ee9c4c687ef9f115db48cd3/

[NUCLEO_F411RE] Add all target files

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 235:685d5f11838f 1 /**
mbed_official 235:685d5f11838f 2 ******************************************************************************
mbed_official 235:685d5f11838f 3 * @file stm32f4xx_hal_sram.h
mbed_official 235:685d5f11838f 4 * @author MCD Application Team
mbed_official 235:685d5f11838f 5 * @version V1.1.0
mbed_official 235:685d5f11838f 6 * @date 19-June-2014
mbed_official 235:685d5f11838f 7 * @brief Header file of SRAM HAL module.
mbed_official 235:685d5f11838f 8 ******************************************************************************
mbed_official 235:685d5f11838f 9 * @attention
mbed_official 235:685d5f11838f 10 *
mbed_official 235:685d5f11838f 11 * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
mbed_official 235:685d5f11838f 12 *
mbed_official 235:685d5f11838f 13 * Redistribution and use in source and binary forms, with or without modification,
mbed_official 235:685d5f11838f 14 * are permitted provided that the following conditions are met:
mbed_official 235:685d5f11838f 15 * 1. Redistributions of source code must retain the above copyright notice,
mbed_official 235:685d5f11838f 16 * this list of conditions and the following disclaimer.
mbed_official 235:685d5f11838f 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
mbed_official 235:685d5f11838f 18 * this list of conditions and the following disclaimer in the documentation
mbed_official 235:685d5f11838f 19 * and/or other materials provided with the distribution.
mbed_official 235:685d5f11838f 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
mbed_official 235:685d5f11838f 21 * may be used to endorse or promote products derived from this software
mbed_official 235:685d5f11838f 22 * without specific prior written permission.
mbed_official 235:685d5f11838f 23 *
mbed_official 235:685d5f11838f 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
mbed_official 235:685d5f11838f 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
mbed_official 235:685d5f11838f 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
mbed_official 235:685d5f11838f 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
mbed_official 235:685d5f11838f 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
mbed_official 235:685d5f11838f 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
mbed_official 235:685d5f11838f 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
mbed_official 235:685d5f11838f 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
mbed_official 235:685d5f11838f 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
mbed_official 235:685d5f11838f 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
mbed_official 235:685d5f11838f 34 *
mbed_official 235:685d5f11838f 35 ******************************************************************************
mbed_official 235:685d5f11838f 36 */
mbed_official 235:685d5f11838f 37
mbed_official 235:685d5f11838f 38 /* Define to prevent recursive inclusion -------------------------------------*/
mbed_official 235:685d5f11838f 39 #ifndef __STM32F4xx_HAL_SRAM_H
mbed_official 235:685d5f11838f 40 #define __STM32F4xx_HAL_SRAM_H
mbed_official 235:685d5f11838f 41
mbed_official 235:685d5f11838f 42 #ifdef __cplusplus
mbed_official 235:685d5f11838f 43 extern "C" {
mbed_official 235:685d5f11838f 44 #endif
mbed_official 235:685d5f11838f 45
mbed_official 235:685d5f11838f 46 /* Includes ------------------------------------------------------------------*/
mbed_official 235:685d5f11838f 47 #if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F407xx)|| defined(STM32F417xx)
mbed_official 235:685d5f11838f 48 #include "stm32f4xx_ll_fsmc.h"
mbed_official 235:685d5f11838f 49 #endif /* STM32F405xx || STM32F415xx || STM32F407xx || STM32F417xx */
mbed_official 235:685d5f11838f 50
mbed_official 235:685d5f11838f 51 #if defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx)|| defined(STM32F439xx)
mbed_official 235:685d5f11838f 52 #include "stm32f4xx_ll_fmc.h"
mbed_official 235:685d5f11838f 53 #endif /* STM32F427xx || STM32F437xx || STM32F429xx || STM32F439xx */
mbed_official 235:685d5f11838f 54
mbed_official 235:685d5f11838f 55
mbed_official 235:685d5f11838f 56 /** @addtogroup STM32F4xx_HAL_Driver
mbed_official 235:685d5f11838f 57 * @{
mbed_official 235:685d5f11838f 58 */
mbed_official 235:685d5f11838f 59
mbed_official 235:685d5f11838f 60 /** @addtogroup SRAM
mbed_official 235:685d5f11838f 61 * @{
mbed_official 235:685d5f11838f 62 */
mbed_official 235:685d5f11838f 63
mbed_official 235:685d5f11838f 64 #if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F407xx) || defined(STM32F417xx) || defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx) || defined(STM32F439xx)
mbed_official 235:685d5f11838f 65
mbed_official 235:685d5f11838f 66 /* Exported typedef ----------------------------------------------------------*/
mbed_official 235:685d5f11838f 67
mbed_official 235:685d5f11838f 68 /**
mbed_official 235:685d5f11838f 69 * @brief HAL SRAM State structures definition
mbed_official 235:685d5f11838f 70 */
mbed_official 235:685d5f11838f 71 typedef enum
mbed_official 235:685d5f11838f 72 {
mbed_official 235:685d5f11838f 73 HAL_SRAM_STATE_RESET = 0x00, /*!< SRAM not yet initialized or disabled */
mbed_official 235:685d5f11838f 74 HAL_SRAM_STATE_READY = 0x01, /*!< SRAM initialized and ready for use */
mbed_official 235:685d5f11838f 75 HAL_SRAM_STATE_BUSY = 0x02, /*!< SRAM internal process is ongoing */
mbed_official 235:685d5f11838f 76 HAL_SRAM_STATE_ERROR = 0x03, /*!< SRAM error state */
mbed_official 235:685d5f11838f 77 HAL_SRAM_STATE_PROTECTED = 0x04 /*!< SRAM peripheral NORSRAM device write protected */
mbed_official 235:685d5f11838f 78
mbed_official 235:685d5f11838f 79 }HAL_SRAM_StateTypeDef;
mbed_official 235:685d5f11838f 80
mbed_official 235:685d5f11838f 81 /**
mbed_official 235:685d5f11838f 82 * @brief SRAM handle Structure definition
mbed_official 235:685d5f11838f 83 */
mbed_official 235:685d5f11838f 84 typedef struct
mbed_official 235:685d5f11838f 85 {
mbed_official 235:685d5f11838f 86 FMC_NORSRAM_TypeDef *Instance; /*!< Register base address */
mbed_official 235:685d5f11838f 87
mbed_official 235:685d5f11838f 88 FMC_NORSRAM_EXTENDED_TypeDef *Extended; /*!< Extended mode register base address */
mbed_official 235:685d5f11838f 89
mbed_official 235:685d5f11838f 90 FMC_NORSRAM_InitTypeDef Init; /*!< SRAM device control configuration parameters */
mbed_official 235:685d5f11838f 91
mbed_official 235:685d5f11838f 92 HAL_LockTypeDef Lock; /*!< SRAM locking object */
mbed_official 235:685d5f11838f 93
mbed_official 235:685d5f11838f 94 __IO HAL_SRAM_StateTypeDef State; /*!< SRAM device access state */
mbed_official 235:685d5f11838f 95
mbed_official 235:685d5f11838f 96 DMA_HandleTypeDef *hdma; /*!< Pointer DMA handler */
mbed_official 235:685d5f11838f 97
mbed_official 235:685d5f11838f 98 }SRAM_HandleTypeDef;
mbed_official 235:685d5f11838f 99
mbed_official 235:685d5f11838f 100 /* Exported constants --------------------------------------------------------*/
mbed_official 235:685d5f11838f 101 /* Exported macro ------------------------------------------------------------*/
mbed_official 235:685d5f11838f 102
mbed_official 235:685d5f11838f 103 /** @brief Reset SRAM handle state
mbed_official 235:685d5f11838f 104 * @param __HANDLE__: SRAM handle
mbed_official 235:685d5f11838f 105 * @retval None
mbed_official 235:685d5f11838f 106 */
mbed_official 235:685d5f11838f 107 #define __HAL_SRAM_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_SRAM_STATE_RESET)
mbed_official 235:685d5f11838f 108
mbed_official 235:685d5f11838f 109 /* Exported functions --------------------------------------------------------*/
mbed_official 235:685d5f11838f 110
mbed_official 235:685d5f11838f 111 /* Initialization/de-initialization functions **********************************/
mbed_official 235:685d5f11838f 112 HAL_StatusTypeDef HAL_SRAM_Init(SRAM_HandleTypeDef *hsram, FMC_NORSRAM_TimingTypeDef *Timing, FMC_NORSRAM_TimingTypeDef *ExtTiming);
mbed_official 235:685d5f11838f 113 HAL_StatusTypeDef HAL_SRAM_DeInit(SRAM_HandleTypeDef *hsram);
mbed_official 235:685d5f11838f 114 void HAL_SRAM_MspInit(SRAM_HandleTypeDef *hsram);
mbed_official 235:685d5f11838f 115 void HAL_SRAM_MspDeInit(SRAM_HandleTypeDef *hsram);
mbed_official 235:685d5f11838f 116
mbed_official 235:685d5f11838f 117 /* I/O operation functions *****************************************************/
mbed_official 235:685d5f11838f 118 HAL_StatusTypeDef HAL_SRAM_Read_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pDstBuffer, uint32_t BufferSize);
mbed_official 235:685d5f11838f 119 HAL_StatusTypeDef HAL_SRAM_Write_8b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint8_t *pSrcBuffer, uint32_t BufferSize);
mbed_official 235:685d5f11838f 120 HAL_StatusTypeDef HAL_SRAM_Read_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pDstBuffer, uint32_t BufferSize);
mbed_official 235:685d5f11838f 121 HAL_StatusTypeDef HAL_SRAM_Write_16b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint16_t *pSrcBuffer, uint32_t BufferSize);
mbed_official 235:685d5f11838f 122 HAL_StatusTypeDef HAL_SRAM_Read_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t BufferSize);
mbed_official 235:685d5f11838f 123 HAL_StatusTypeDef HAL_SRAM_Write_32b(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pSrcBuffer, uint32_t BufferSize);
mbed_official 235:685d5f11838f 124 HAL_StatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t BufferSize);
mbed_official 235:685d5f11838f 125 HAL_StatusTypeDef HAL_SRAM_Write_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pSrcBuffer, uint32_t BufferSize);
mbed_official 235:685d5f11838f 126
mbed_official 235:685d5f11838f 127 void HAL_SRAM_DMA_XferCpltCallback(DMA_HandleTypeDef *hdma);
mbed_official 235:685d5f11838f 128 void HAL_SRAM_DMA_XferErrorCallback(DMA_HandleTypeDef *hdma);
mbed_official 235:685d5f11838f 129
mbed_official 235:685d5f11838f 130 /* SRAM Control functions ******************************************************/
mbed_official 235:685d5f11838f 131 HAL_StatusTypeDef HAL_SRAM_WriteOperation_Enable(SRAM_HandleTypeDef *hsram);
mbed_official 235:685d5f11838f 132 HAL_StatusTypeDef HAL_SRAM_WriteOperation_Disable(SRAM_HandleTypeDef *hsram);
mbed_official 235:685d5f11838f 133
mbed_official 235:685d5f11838f 134 /* SRAM State functions *********************************************************/
mbed_official 235:685d5f11838f 135 HAL_SRAM_StateTypeDef HAL_SRAM_GetState(SRAM_HandleTypeDef *hsram);
mbed_official 235:685d5f11838f 136
mbed_official 235:685d5f11838f 137 #endif /* STM32F405xx || STM32F415xx || STM32F407xx || STM32F417xx || STM32F427xx || STM32F437xx || STM32F429xx || STM32F439xx */
mbed_official 235:685d5f11838f 138 /**
mbed_official 235:685d5f11838f 139 * @}
mbed_official 235:685d5f11838f 140 */
mbed_official 235:685d5f11838f 141
mbed_official 235:685d5f11838f 142 /**
mbed_official 235:685d5f11838f 143 * @}
mbed_official 235:685d5f11838f 144 */
mbed_official 235:685d5f11838f 145
mbed_official 235:685d5f11838f 146 #ifdef __cplusplus
mbed_official 235:685d5f11838f 147 }
mbed_official 235:685d5f11838f 148 #endif
mbed_official 235:685d5f11838f 149
mbed_official 235:685d5f11838f 150 #endif /* __STM32F4xx_HAL_SRAM_H */
mbed_official 235:685d5f11838f 151
mbed_official 235:685d5f11838f 152 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/