Searched refs:LPC_FMC (Results 1 – 2 of 2) sorted by relevance
70 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()
118 #define LPC_FMC ((LPC_FMC_T *) LPC_FLASH_BASE) macro
Completed in 3 milliseconds