RTEMS 6.1-rc1
|
Header file of FLASH HAL module. More...
Go to the source code of this file.
Data Structures | |
struct | FLASH_ProcessTypeDef |
FLASH handle Structure definition. More... | |
Enumerations | |
enum | FLASH_ProcedureTypeDef { FLASH_PROC_NONE = 0U , FLASH_PROC_SECTERASE_BANK1 , FLASH_PROC_MASSERASE_BANK1 , FLASH_PROC_PROGRAM_BANK1 , FLASH_PROC_SECTERASE_BANK2 , FLASH_PROC_MASSERASE_BANK2 , FLASH_PROC_PROGRAM_BANK2 , FLASH_PROC_ALLBANK_MASSERASE } |
FLASH Procedure structure definition. | |
Functions | |
HAL_StatusTypeDef | HAL_FLASH_Program (uint32_t TypeProgram, uint32_t FlashAddress, uint32_t DataAddress) |
HAL_StatusTypeDef | HAL_FLASH_Program_IT (uint32_t TypeProgram, uint32_t FlashAddress, uint32_t DataAddress) |
void | HAL_FLASH_IRQHandler (void) |
void | HAL_FLASH_EndOfOperationCallback (uint32_t ReturnValue) |
void | HAL_FLASH_OperationErrorCallback (uint32_t ReturnValue) |
HAL_StatusTypeDef | HAL_FLASH_Unlock (void) |
HAL_StatusTypeDef | HAL_FLASH_Lock (void) |
HAL_StatusTypeDef | HAL_FLASH_OB_Unlock (void) |
HAL_StatusTypeDef | HAL_FLASH_OB_Lock (void) |
HAL_StatusTypeDef | HAL_FLASH_OB_Launch (void) |
uint32_t | HAL_FLASH_GetError (void) |
HAL_StatusTypeDef | FLASH_WaitForLastOperation (uint32_t Timeout, uint32_t Bank) |
HAL_StatusTypeDef | FLASH_OB_WaitForLastOperation (uint32_t Timeout) |
HAL_StatusTypeDef | FLASH_CRC_WaitForLastOperation (uint32_t Timeout, uint32_t Bank) |
Variables | |
FLASH_ProcessTypeDef | pFlash |
Header file of FLASH HAL module.
Copyright (c) 2017 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.