|
MG32F10x Standard Peripherals Firmware Library
|
FMC driver modules 更多...
模块 | |
| FMC_Private_Defines | |
| FMC_Private_Functions | |
宏定义 | |
| #define | PRE_OP() ((void(*)(void))((unsigned int)(pre_op_code) | 0x01))() |
函数 | |
| uint32_t | FMC_ClearPageLatch (void) |
| Clear page latches. 更多... | |
| uint32_t | FMC_ErasePage (uint32_t Page_Address) |
| Erase a specified FLASH page. 更多... | |
| uint32_t | FMC_EraseSector (uint32_t Sector_Address) |
| Erase a specified FLASH sector. 更多... | |
| uint32_t | FMC_EraseBulk (void) |
| Erase main flash memory. 更多... | |
| uint32_t | FMC_ProgramPage (uint32_t Page_Address) |
| Programs the data to the specified page address. 更多... | |
FMC driver modules
| uint32_t FMC_ClearPageLatch | ( | void | ) |
Clear page latches.
| uint32_t FMC_EraseBulk | ( | void | ) |
Erase main flash memory.
| uint32_t FMC_ErasePage | ( | uint32_t | Page_Address | ) |
Erase a specified FLASH page.
| Page_Address | The page address to be erased. |
| uint32_t FMC_EraseSector | ( | uint32_t | Sector_Address | ) |
Erase a specified FLASH sector.
| Sector_Address | The sector address to be erased. |
| uint32_t FMC_ProgramPage | ( | uint32_t | Page_Address | ) |
Programs the data to the specified page address.
| Page_Address | The page address to be programmed. |