{\r
/* Send the LDCS command to read the PDI STATUS register to see the NVM bus is active */\r
PDITarget_SendByte(PDI_CMD_LDCS | PDI_STATUS_REG);\r
if (PDITarget_ReceiveByte() & PDI_STATUS_NVM)\r
return true;\r
{\r
/* Send the LDCS command to read the PDI STATUS register to see the NVM bus is active */\r
PDITarget_SendByte(PDI_CMD_LDCS | PDI_STATUS_REG);\r
if (PDITarget_ReceiveByte() & PDI_STATUS_NVM)\r
return true;\r