Home
last modified time | relevance | path

Searched refs:LPC_FMC (Results 1 – 2 of 2) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dfmc_15xx.h70 LPC_FMC->FMSSTART = (start >> 4); in Chip_FMC_ComputeSignature()
71 LPC_FMC->FMSSTOP = (stop >> 4) | FMC_FLASHSIG_BUSY; in Chip_FMC_ComputeSignature()
95 return (bool) ((LPC_FMC->FMSSTOP & FMC_FLASHSIG_BUSY) != 0); in Chip_FMC_IsSignatureBusy()
105 return LPC_FMC->FMSW[index]; in Chip_FMC_GetSignature()
A Dchip.h118 #define LPC_FMC ((LPC_FMC_T *) LPC_FLASH_BASE) macro

Completed in 3 milliseconds