Searched refs:P30_SR_BIT_WRITE (Results 1 – 2 of 2) sorted by relevance
249 } while ((LockStatus & P30_SR_BIT_WRITE) != P30_SR_BIT_WRITE); in NorFlashUnlockSingleBlock()301 } while ((StatusRegister & P30_SR_BIT_WRITE) != P30_SR_BIT_WRITE); in NorFlashEraseSingleBlock()406 } while ((StatusRegister & P30_SR_BIT_WRITE) != P30_SR_BIT_WRITE); in NorFlashWriteSingleWord()504 if (((*Data) & P30_SR_BIT_WRITE) == P30_SR_BIT_WRITE) { in NorFlashWriteBuffer()538 } while ((StatusRegister & P30_SR_BIT_WRITE) != P30_SR_BIT_WRITE); in NorFlashWriteBuffer()
56 #define P30_SR_BIT_WRITE (BIT7 << 16 | BIT7) macro