efc.h
Default mainpageat91libperipheralsefcefc.h
Description Overview  
Description
Purpose
Interface for configuration the Embedded Flash Controller (EFC) peripheral.

Usage
  1. Initialize system master clock of the EFC with EFC_SetMasterClock().
  2. Enable/disable interrupt sources using EFC_EnableIt() and EFC_DisableIt().
  3. Enables or disable the "Erase before programming" feature using EFC_SetEraseBeforeProgramming().
  4. Translates the given address into which EFC, page and offset values for difference density flash memory using EFC_TranslateAddress().
  5. Computes the address of a flash access given the EFC, page and offset for difference density flash memory using EFC_ComputeAddress().
  6. Start the executing command with EFC_StartCommand()
  7. Retrieve the current status of the EFC using EFC_GetStatus().