Searched refs:tout (Results 1 – 2 of 2) sorted by relevance
103 uint32_t tout; in RMC_EraseXOM() local150 tout = RMC_TIMEOUT_ERASE; in RMC_EraseXOM()151 while ((--tout > 0) && RMC->ISPTRG) {} in RMC_EraseXOM()152 if (tout == 0) in RMC_EraseXOM()218 uint32_t tout; in RMC_Read() local225 tout = RMC_TIMEOUT_READ; in RMC_Read()226 while ((--tout > 0) && (RMC->ISPTRG & RMC_ISPTRG_ISPGO_Msk)) {} in RMC_Read()227 if (tout == 0) in RMC_Read()300 uint32_t tout; in RMC_Write() local308 tout = RMC_TIMEOUT_WRITE; in RMC_Write()[all …]
355 uint32_t tout = RMC_TIMEOUT_READ; in RMC_ReadCID() local365 while (tout-- > 0) in RMC_ReadCID()386 uint32_t tout = RMC_TIMEOUT_READ; in RMC_ReadPID() local396 while (tout-- > 0) in RMC_ReadPID()413 uint32_t tout = RMC_TIMEOUT_READ; in RMC_ReadUID() local424 while (tout-- > 0) in RMC_ReadUID()441 uint32_t tout = RMC_TIMEOUT_READ; in RMC_ReadUCID() local451 while (tout-- > 0) in RMC_ReadUCID()470 uint32_t tout = RMC_TIMEOUT_WRITE; in RMC_SetVectorPageAddr() local480 while (tout-- > 0) in RMC_SetVectorPageAddr()