Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: UAVCAN UAVCAN_Subscriber
CHIP: LPC11xx FLASH Memory Controller driver
Data Structures | |
| struct | LPC_FMC_T |
| FLASH Memory Controller Unit register block structure. More... | |
Enumerations | |
| enum | FMC_FLASHTIM_T { FLASHTIM_20MHZ_CPU = 0, FLASHTIM_40MHZ_CPU = 1, FLASHTIM_50MHZ_CPU = 2 } |
FLASH Access time definitions. More... | |
Functions | |
| STATIC INLINE void | Chip_FMC_SetFLASHAccess (FMC_FLASHTIM_T clks) |
| Set FLASH access time in clocks. | |
Enumeration Type Documentation
| enum FMC_FLASHTIM_T |
FLASH Access time definitions.
- Enumerator:
Definition at line 72 of file fmc_11xx.h.
Function Documentation
| STATIC INLINE void Chip_FMC_SetFLASHAccess | ( | FMC_FLASHTIM_T | clks ) |
Set FLASH access time in clocks.
- Parameters:
-
clks : Clock cycles for FLASH access (minus 1)
- Returns:
- Nothing
- Note:
- For CPU speed up to 20MHz, use a value of 0. For up to 40MHz, use a value of 1. For up to 50MHz, use a value of 2.
Definition at line 85 of file fmc_11xx.h.
Generated on Tue Jul 12 2022 17:17:35 by
1.7.2