Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dfmc_15xx.h56 #define FMC_FLASHSIG_BUSY (1UL << 17) macro
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()

Completed in 4 milliseconds